.weatherFeed {
   font-family: Arial, Helvetica, sans-serif;

}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
   color: #000;
   text-decoration: none;
}
.weatherItem {
   text-align: right;


}
.weatherItem .resimgizle{width:50px;overflow:hidden;float:left;padding-top: 11px;}
.weatherItem .resimgizle img{width:50px; padding-top: 0px;}
.weatherCity {float:right;   padding-top: 0px;}
.weatherTemp {
   font-size: 24px;
   font-weight: bold;
   /* float: left; */
   /* margin-top: -2px; */
   float: right;
   padding-right: 7px;
   padding-top: -1px;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-size:15px; }
.weatherDesc { margin-bottom: 0.4em;display:none; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em;display:none; }
.weatherLink, .weatherForecastItem {

   text-align: left;
}
.weatherForecastItem {
   background-color: #fff;
   background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

