﻿.weatherFeed {
margin-bottom:14px;
	
	width: 100%;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color:#036035; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink {
	text-align: left;
	font-size: 0.8em;
	display:none;
}

.odd { border-bottom:1px solid #e8e8e8; }
.even { background-color: #d4d4e8; }