.overbox_full_10px_top_bot_border {
    margin:0px;
    padding:0px;
    width:100%;
    border-top:10px;
    border-bottom:10px;
    background:#fff;
    /*float:left;*/
    /*clear:left;*/
    display:inline;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main_button{
    margin:unset !important;
    box-shadow:none !important;
    display:inline-block;
    width:60px !important;
    height:50px !important;
}

#main_button .pelm-container .header{
    display:none;
}

.city, .locations{
    display:none;
}

#plemx-root .weather-button.one .icon{
    width:100%;
    float:none;
    margin:0 auto;
}

#plemx-root{
    display:inline-block;
    height:55px;
}
#plemx-root .current-weather{
    padding:0;
}
.temp{
    width:100%;
    text-align:center;
}
.temp span{
    display:contents;
}

@media screen and (max-width: 767px) {
    .banner_background_dpf {
        display:none;
    }
    
}