body, html>body{
    background: #F6F2ED;
}
.main-content{
    background: #F6F2ED;
}
#pagecontent{
    margin: auto;
    text-align: center;
}
.drop-down-on{
    line-height: 29px;
}
.thunder-select .opt-group{
    padding: 0px;
}
#pagecontent .thunder-select .opt-group p{
    padding: 8px 0px;
}
.map-holder{
    position: relative;
    z-index: 0;
}
.agweather-title{
    background-color: #324b64;
    color: #ffffff;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 25px;
}
div#station-names{
    margin-top: 12px;
}
@media only screen and (min-width: 1050px) {
    .map-holder{
        width: 80%;
        margin: auto;
    }
}
