#weather {
	width: 180px;
	height: 120px;
	margin-left: 10px;
}
#current {
	width: 180px;
	height: 120px;
	text-align: right;
	color: #000;
	font-weight: bold;
}
#current #temp {
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
	padding-top: 40px;
	padding-right: 16px;
}
#current #fore {
	padding-right: 16px;
	font-size: 1.1em;
	font-weight: bold;
}
#current #city {
	padding-right: 16px;
}