.map_select_container {
    height: 370px;
}

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

.spanLabel {
    color: #636363;
    text-decoration: none;
    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;
}

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

.threeColDiv ul li a span {
    width: 190px;
    /*padding-left: 58px;*/
}

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 ul li.textCentered {
    text-align: center;
}

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

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

span.boldLabel {
    font-weight: bold;
    display:inline-block;
    margin-left: 30px;
}

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;
}

.column-left {
    float: left;
    margin-right: 7px;
    width: 49.5%;
}

.column-center {
    float: left;
    display: inline-block;
    width: 49.5%;
}

.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 span {
    text-decoration: underline;
    color: black;
}

li.fdLevel  {
    height: 35px;
}

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

div.station_data {
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.station_data div{
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
}

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

div .hidden {
    display: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}