﻿
/*== NWS Weather Forecast (icons) ==*/

table#forecast 
{
	width: 100%;
}

table#forecast th 
{
	width: 14.0%;
	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: 20px;
}

/*== NWS Weather Forecast (icons) ==*/

img.nwsIcon {
	max-width: 80px;
	max-height: 80px;
}

