#weather
{
	
}

#weather .updated
{
	align-self: flex-start;
}

#weather .city
{
	align-self: flex-end;
}

#weather .wind_arrow
{
	width:50px;
}

#weather .temp_f,
#weather .wind_mph
{
	font-size: 48px;
}

#weather .mph
{
	font-size: 12px;
}

#weather .wind_direction
{
	background-image: url('../images/nsew.png');
}

#weather .forecast div
{
	text-align: center;
}
