

.tdBook, .right-align {
    text-align: right;
}

.tdBook {
    /* width:80px;*/
}
.departureTd {
    /*width:160px; */
}

.expandIcon {
    padding:6px !important;
}
.resultsTable, .outerTd {
    padding-right: 0 !important;
}

.activeSearchPanelNum {
    background-color: #ffc241;
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter: invert(10%) hue-rotate(80deg) brightness(95%) contrast(70%);
}

#map , .leaflet-container {
    height: 600px;
    width: 100%;
    max-height: 900px;
}

.datepicker-dropdown {
    z-index: 1000 !important;
}

.resultsTable td {
    padding: 0.55rem;
}

@media (-webkit-min-device-pixel-ratio: 2), (max-resolution: 192dpi) {
    body {
        zoom: 0.8;
    }
}

@media only screen and (min-width:150px) and (max-width:600px) {
    body {
        zoom: 0.6;
    }
    .resultsTable td {
        padding: 0.15rem;
    }
}

a.airportResultLink {
    color: #212529;
}