

#weather_container {
border:1px solid black;
max-width:300px;
max-height:250px;
}

#wundergnd_head {


}

#wundergnd_body {
height:100%;
min-height:160px;
padding:12px 2px 2px 2px;
text-align:center;
background-color:#cae9fa;
}

#wundergnd_footer {
width:100%;
height:50px;
max-height:50px;
background-color:black;

}
.day_contain {
padding:0px 7px 0px 7px;
border-style:solid;
border-width:0px 1px 0px 0px;
border-color:black;
text-align: center;
display:inline-block;
font-family:'Lora', Helvetica, sans-serif;
}

.last_contain {
padding:0px 7px 0px 7px;
border-style:solid;
border-width:0px;
text-align: center;
display:inline-block;
font-family:'Lora', Helvetica, sans-serif;
}

.textlink {
font-family:'MillerHeadline-Bold', Times, serif;
font-size:1.3em;
color:white;
padding-left:15px;
}

.textlink p {
padding-top:10px;
}

#weather-widget-ad {

width:100%;
height:40px;
max-height:40px;
background-color:white;
}

#weather-widget-ad .head_title {
display:inline-block;
font-size:1.2em;
color:black;
width:145px;
 float:left;
}

#weather-widget-ad .head_ad_code {
width:150px;
padding:3px;
}

.head_title p {
padding-top:8px;
padding-left:8px;
}

.add-contain {
display:none;
}

@media screen and (max-width: 300px) {

#weather-widget-ad {
height:80px;
max-height:80px;
}

#weather_container {
max-width:280px;
max-height:290px;
}


.day_contain {
padding:0px 5px 0px 5px;
}

.last_contain {
padding:0px 5px 0px 5px;
}

}
