#pagecontent {
    width:98%;
}

label{
    font-weight: 300;
}

div#station-names{
    margin: auto auto .5rem;
    width: 75%;
    padding: 1px;
}

#map{
    width:100%;
    height:100%;
    max-height: 650px;
    margin:auto;
    min-height: 600px;
}

#stationComboButton {
    width: 10%;
    margin: auto;
    margin-bottom: -50px;
    z-index: 1;
    position: absolute;
    right: 50px;
    top: 10px;
}

#station-list {
    width:10%;
    margin:auto;
}

div div div div div div div .w121-combo input {
    background-color: #ffffff;
    border-color: #003768;
}

div div div div div div div div .w121-button {
    color: #ffffff;
    background-color: #003768;
}

#map-container{
    padding: 0;
}

.w121-combo-dd {
    text-align: left;
}

#home-container-wrapper{
    height: auto;
    max-width: 1100px;
}

.page-content, #pagecontent{
    padding-bottom: 10;
}

.app-header-0 .app-header#contentContainer{
    display: none !important; 
}

.legend {
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.75);
    position:absolute;
    text-align: justify;
    top: auto;
    left: 25px;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.legend h3 {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    background: inherit;
    color: black;
}

.legend img {
    text-align: center;
    font-size: 18px;
}

.legend input[type="checkbox"]{
    margin-left: 10px;
    display: none;  
}

.legend label {
    padding: 3px;
    margin: 5px;
}

.legend label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 17px;
    position: absolute;
    left: 0;
    bottom: 4px;
    border-radius: 3px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.legend #uagrimet + label:before {
    background-color: #f14f5f;
}

.legend #ucrn + label:before {
    background-color: #1cf310;
}

.legend #agwx + label:before {
    background-color: #2196f3;
}

.legend #usuwx + label:before {
    background-color: #ffff19;
}

.legend #uscan + label:before {
    background-color: #ffa500;
}

.legend #fgnet + label:before {
    background-color: #7647A2;
}

.legend #petersinks + label:before {
    background-color: #ca00ca;
}

.legend #uatmos + label:before {
    background-color: #000000;
}

.legend label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 15px;
}

.legend .checkbox label {
    margin-bottom: 10px;
}

.legend .checkbox label:before {  
    border-radius: 3px;  
}  

.legend input[type="checkbox"]:checked + label:before {  
    content: "\2713";  
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    font-size: 15px;  
    color: white;
    text-align: center;  
    line-height: 15px;  
}

#infowindow{
    height: auto; 
    width: 100%;
}

@media (min-width: 700px) {
    .page-content, #pagecontent {
        border-left: none;
    }
}

@media only screen and (min-width: 992px) {
    .station-ctn {
        margin: 2.5rem 2rem 0 0;
    }
}

.uagrimet-color {
    color: #F14f5f;
}
.ucrn-color {
    color: #1CF310;
}
.agwx-color {
    color: #2196F3;
}
.usuwx-color {
    color: #ffff19;
}
.uscan-color {
    color: #ffa500;
}
.fgnet-color {
    color: #7647A2;
}
.petersinks-color {
    color: #ca00ca;
}

.hide {
    display: none;
}
