/*--------------------------------- Weather --------------------------------------*/
#weather {
	text-align: left;
	margin:10px 0 10px 7px;
	width: 160px;
	height: auto;
	background:#fff;
	font-size: 10px;

}
.currentWeather {
	color:#000060;
}
.currentWeather table {
	color:#000060;
}
.currentWeather .location {
	background-color:#fff;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	color: #000060;
}
.currentWeather .icon {
	text-align:center;
	color: #000060;
}
.currentWeather .temperature {
	font-size:20px;
	padding-left:0;
	text-align:center;
	font-weight: bold;
	color: #000060;
}
.currentWeather .description {
	font-weight:bold;
	padding: 0 0 0 0px;
	color: #000060;
}
.currentWeather .feelslike {
	font-weight:bold;
	padding: 0 0 0 5px;
	color: #000060;
}
.currentWeather .lastupdate {
	padding:10px;
	color: #000060;
}