@charset "utf-8";
/* CSS Document */

body { margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#weather { font-size: 12px; color: #959595; width:320px; }
#container { width: 320px;  }
#top_border { width: 320px; height: 12px; display:none;}
#weather_output { padding: 5px 7px 5px 7px; }
#bottom_border { width: 320px; height: 12px; display:none; }
.location { font-size: 14px; font-weight: bold; }
.conditions{ float: right; padding:5px; }
.temp {width: 110px; font-size:30px; text-align: padding-top:3px; left; color: #959595; float:left; }
.titles{ font-weight: bold; }
.info{ padding: 2px 0px 2px 0px; }

