#surfreports {
	width: 500px;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#surfs div{ /*CSS specific to demo 2*/
	font: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	background-color: #f3f3f3;
	padding: 2px;
}


#winward div{ /*CSS specific to demo 3*/
	font: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	background-color: #f3f3f3;
}

#leeward div{ /*CSS specific to demo 3*/
	font: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	background-color: #f3f3f3;
}

#se div{ /*CSS specific to demo 3*/
	font: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	background-color: #f3f3f3;
}
