::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
html, body, #map {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-family: Arial;
    font-size: 1.0em;
}
object {
    pointer-events: none;
}
object.icon {
    width: 15px;
    height: 15px;
}
a {
    color: "#006";
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding-inline-start: 5px;
}
ul.entrances, ul.alerts, ul.lineAlerts, ul.accessible {
    font-size: 0.8em;
}
span.accessible {
    font-size: 0.8em;
}
li {
    margin-bottom: 10px;
}
span.subway-icon {
    cursor: pointer;
}
nav {
    position: fixed;
    background-color: #f4f4ff;
    max-width: 475px;
    width: 100%;
    bottom: 0px;
    height: 50px; /* install messaging + buttons */
    left: 0;
    z-index: 9999;
}
button#btnNavigate {
    width: 40px;
    height: 40px;
    background-color: #2B3;
    color: #FFF;
    border-radius: 20px;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
    border: 0px;
    padding: 0px;
}
button.nav {
    width: 33px;
    height: 33px;
    background-color: #f4f4ff;
    vertical-align: middle;
    border: 0px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0px;
}
button.nav > object {
    width: 31px; /* button.nav - 2px */
    border: 0px;
    margin: 0px;
    padding: 0px;
}
div.center {
    text-align: center;
}
div.navContent {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(75% - 30px);
    position: absolute;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 5px;
    width: 98%;
}
div.content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(90% - 20px);
    position: absolute;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 5px;
    width: 98%;
}
div.info {
    z-index: 9990;
    position: fixed;
    bottom: 50px; /* nav height */
    top: 90px;
    max-width: 475px;
    width: 100%;
    left: 0px;
    background-color: #f4f4ff;
}
div.actions {
    position: absolute;
    bottom: 0px;
    max-width: 475px;
    width: 100%;
    left: 0px;
    height: 38px; /* button.nav height + 5px */
    margin-top: 3px;
    background-color: #f4f4ff;
    z-index: 10;
}
div.nav {
    max-width: 475px;
    width: 100%;
    left: 0px;
    height: 36px; /* button.nav height + 3px */
    margin-top: 3px;
    background-color: #f4f4ff;
}
div.itemName {
    font-weight: bold;
    font-size:1.4em;
    width: 100%;
    display: block;
    padding-left: 2px;
    padding-top: 2px;
    text-align: center;
}
div.ad {
    width: 350px;
    min-width: 350px;
}
div.hidden {
    display: none;
}
span.descMore {
    cursor: pointer;
    display: block;
}
table#tblNav {
    width: 100%;
    border: 0;
}
table#tblNav > tr > td.navGo {
    vertical-align: middle;
}
span.desc {
    cursor: pointer;
    display: block;
}
span.trainClose {
    color: #b80;
}
span.trainHere {
    color: #171;
}
span.hidden {
    display: none;
}
div.timeRoute {
    display: inline-block;
    width: 6%;
}
div.longTimeRoute {
    display: inline-block;
    width: 16%;
    font-size: 0.7em;
    font-weight: 600;
}
div.timeName {
    display: inline-block;
    width: 48%;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: -2px;
}
div.shortTimeName {
    display: inline-block;
    width: 38%;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: -2px;
}
div.times {
    display: inline-block;
    width: 44%;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: -2px;
}
div.shortTimes {
    display: inline-block;
    width: 44%;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: -2px;
}
div#addToHome {
    font-size: 0.6em;
    text-align: center;
}
div#landscape {
    display: none;
}
div#map {
    z-index: 0;
}
div.search {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
input.searchList {
    padding: 2px 2px 2px 4px;
    height: 25px;
    width: 80%;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background-color: white;
    font-size: 1em;
}
span.stationList {
    cursor: pointer;
    font-weight: bold;
}
span.alerts {
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
}
span.stationDetail {
    display: block;
    margin-bottom: 5px;
}
span.details {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    font-size: 0.8em;
    line-height: 1.1em;
}
div.choices {
    padding: 3px;
}
span#weatherTemp, span#weatherWind, span#weatherHumid, span#weatherRain {
    font-weight: 500;
}
div#weatherIcon {
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 45px;
}
div#weatherInfo {
    top: 0;
    left: 0;
    width: 300px;
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    text-align: left;
}
div.weather {
    position: fixed;
    background-color: #f4f4ff;
    max-width: 435px;
    width: 100%;
    top: 0;
    height: 15px;
    left: 40px;
    z-index: 9999;
    font-size: 0.8em;
    text-align: center;
    vertical-align: top;
}
div.weatherAlert {
    display: none;
}
.leaflet-tooltip.stop {
    background-color: #fff;
    border: transparent;
    box-shadow: none;
    font-size: 10px;
    padding: 2px;
}
.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter: brightness(90%) contrast(90%);
}
@media (max-width: 800px) and (min-aspect-ratio: 13/9) {
    div#landscape {
        z-index: 100;
        position: absolute;
        text-align: center;
        display: block;
        height: 100%;
        background-color: #f2a930;
        width: 100%;
        font-size: 2.5em;
        font-weight: bold;
        color: #fff;
    }
    div#map, div#content, div#weather, div#mainNav {
        display: none;
    }
}
@media (prefers-color-scheme:dark) {
    .leaflet-container {
        background: #333;
    }
    .leaflet-layer,
    .leaflet-control-zoom-in,
    .leaflet-control-zoom-out,
    .leaflet-control-attribution {
        filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
    }
    .leaflet-tooltip.stop {
        background-color: #222;
        color: #eee;
    }
    div.info, div.weather, div.actions, div.nav, button.nav, nav {
        background-color: #BBC;
    }
}
