.map_select_container {
    height: 370px;
}

.spanLink {
    color: #636363;
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: pointer;
    width:50px;
}

.spanLabel {
    color: #636363;
    width:50px;
    font-weight: bold;
}

.spanLink:hover {
    text-decoration: underline;
}

div.stations_container {
    background-color: #ffffff;
    width: 100%;
    display: inline-block;
}

div.station_labels {
    background-color: #ffffff;
    float: left;
}

div.stations_container ul {
    margin-top: 0px;
}
div.stations_container .station_labels ul:first-child, 
div.stations_container .station_data ul:first-child {
    margin-top: 11px;
    margin-bottom: 8px;
}

ul.label_list {
    list-style-type: none;
    line-height: 22px;
    text-align: right;
}

ul.label_list li {
    white-space: nowrap;
    color: #636363;
}

ul.fire_danger_list {
    padding-bottom: 6px;
}

.threeColDiv {
    background-color: #eff0eb;
    margin-top: 7px;
}

.threeColDiv ul li a span {
    width: 190px;
}

div.station_data h2 {
    margin: 20px 0 0 !important;
    padding: 0 10px !important;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: bold;
    text-align: center;
}

div.station_data ul {
    list-style-type: none;
    line-height: 28px;
    text-align: left;
}

div.station_data ul li {
    white-space: nowrap;
    margin-left: -40px;
}

div.station_data .textCentered {
    text-align: center;
}

li.sunsetLi {
    margin-bottom: 19.5px;
}

li.paddingLabel {
    padding-left: 15px;
}

span.boldLabel {
    font-weight: bold;
}

hr.spacerHr {
    width: 401px;
    height: 9px;
    background: white;
    border: none;
}

li.stationLabel {
    margin-top: -7px;
    margin-bottom: 6px;
}

li.boldLabelLarge {
    font-size: 16px;
}

li.paddingBottom {
    padding-bottom: 5px;
}

.cityLabel {
    background: #ffb369; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffb369, #f89448); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffb369, #f89448); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffb369, #f89448); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffb369, #f89448); /* Standard syntax */
    border: solid;
    border-width: 1px;
    border-color: #f49131;
    height: 36px;
    padding-top: 5px;
}

.changeSite {
    background: none;
    border: none;
    cursor: pointer;
}

.changeSite span {
    text-decoration: underline;
    color: black;
}

li.fdLevel  {
    height: 35px;
}

li.fireDanger {
    padding-top: 3px;
    padding-bottom: 4px;
}

div.station_data {
    display: flex;
    flex-direction: row;
    background-color: white;
    box-sizing: border-box;
}

.station_data .column-flex {
    width: 100%;
    margin-right: 10px;
}

.station_data :last-child {
    margin-right: 0;
}

.stationName {
    background-color: #f89448;
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

div .hidden {
    display: none;
}

.currentStationConditionsTable {
    margin: 0 20px 20px;
    width: 100%;
    border-collapse: collapse;
    font-weight: bold;
}

.currentStationConditionsTable tr th,
.currentStationConditionsTable tr td {
    padding: 7px 0;
}

.currentStationConditionsTable tr th {
    padding-left: 20px;
    color: #636363;
}

.currentStationConditionsTable tr td {
    width: 40%;
}

#fdLevel {
    margin-bottom: 10px;
    padding: 6px 0;
    font-weight: bold;
}
