﻿
/*== NWS Weather Forecast (icons) ==*/

table#forecast 
{
	width: 100%;
}

table#forecast th 
{
	width: 14.28%;
	text-align: center;
	font-size: 10px;
}

table#forecast td 
{
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

div.snowLegend
{
	margin-top: 0px;
	margin-left: 50px;
}

