/* This CSS file will be loaded at last. Any CSS customization should be placed here */

@media screen and (max-width: 640px) {
    .vrc-search-results-block.vrc-search-results-block-grid {
        display: block;
    }
}

@media screen and (max-width: 660px) {
    .vrc-searchf-section-locations .vrcsfentrycont:first-child, .vrc-searchf-section-datetimes .vrcsfentrycont:first-child {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 580px) {
    .ui-datepicker.ui-widget-content {
        max-width: 250px;
    }
}