/* * * * * WIDGET * * * * */
/* * * Weather * * */
#weather {
	width: 100%;
	height: auto;
	font-family: 'Raleway', sans-serif;
}
#weather caption {
	padding: 5px;
	font-size: 140%;
	font-family: 'Oswald', sans-serif;
}
#weather col {
	width: 50%;
}
#weather tr {
	height: 30px;
}
#weather th {
	text-align: center;
}
#weather td p {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}