.snow-totals {
	padding: 20px 0px 20px 0px;	
}

.snow-totals table {
	width: 100%;
	border: 1px solid #3D80DF;
	font-size: 10pt;
	font-family: "lucida grande", verdana, lucida, sans-serif;
}

.snow-totals table tr {
	background-color: #D9D9D9;
}

.snow-totals table .season td {
	border: 0px solid #3D80DF;
	border-bottom-width: 1px;
	background-color: #3D80DF;
	color: white;
}

.snow-totals table .season h4 {
	padding: 0px;
	margin: 0px;
	font: bold 11pt verdana, arial, sans-serif;
}

.snow-totals table td {
	padding: 3px;
}

.snow-totals table h5 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
 	text-transform: uppercase;
}


.snow-totals table .even td {
	background-color: #EDF3FE;
}
.snow-totals table .odd td {
	background-color: white;
}


.snow-totals table .total, .snow-totals table .url {
	border: 0px solid #D9D9D9;
	border-left-width: 1px;
}

.snow-totals table .location {
	width: 20%;
}
.snow-totals table .total {
	width: 60%;
}
.snow-totals table .url {
	width: 20%;
}