#wrapper{
	width: 1000px;
	height: 700px;
	margin: 45px auto;
}

#wrapper > section{
	margin: 18px;
	width: 455px;
	height: 305px;
	float: left;
}

section > fieldset{
	height: 285px;
}

section h1{
	float: left;
	padding-left:5px;
}

section img{
	margin-top:5px;
	height:55px;
	width:55px;
}

.refresh, .animated-refresh{
	float: right;
}

.refresh:hover{
	cursor: pointer;
}

.animated-refresh:hover{
	cursor: default;
}

fieldset > div{
	width: 425px;
	float: right;
}

article h3{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 20px
}

#temperature{
	width:300px;
}

label.degrees{
	font-weight:normal;
	font-size:16px;
}