       #LocalWeather {
                 width: 300px;
                 height: 154px;
                 background-color: #fff;
                 font-size: 13px;
                 text-align: center;
                 font-family:"Roboto Condensed", Helvetica, sans-serif;
       }
       #LocalWeather a {
                       color: #000;
                       text-decoration: none;
       }
       .threehour-column {
        text-align: center;
                  float: left;
                  margin: 5px 0px;
                  width: 150px;
       }
       .time {
       			 font-size:15px;
                 margin-bottom: 4px;
       }
       .symbol {
        display:inline-block;
       }
       .temp_cell {
                    display:inline-block;
                    vertical-align: top;
                    font-size: 18px;
       }
       .temp_cell .warm {
                color: #DF005C;
       }
       .temp_cell .cold {
                color: #009CF0;
       }

       .wind_cell {
       		display:block;
            font-size: 11px;
            height: 11px;
       }
       .wind-img {
              vertical-align:middle;
       }
       .windspeed {
              vertical-align:middle;
       }
       #topheader {
            height:28px;
            font-family: "Roboto Condensed", Helvetica, sans-serif;
            font-size:22px;
            background: #fff;
            color:black;
            line-height: 30px;
       }

       a img {
          border: 0;
      }

