/* General stylesheet for UISIC website - P. Matthews */

body {
	margin-left:  7%;
	margin-right: 7%
}

/* This spaces out all definition lists */
dd {
	margin-bottom: 0.5em;
}

/* This bolds the dt (top) line in a definition list where class = 'bold' */
dl.bold dt {
	font-weight: bold;
}

/* This spaces out the rows in tables on the survey WG page */
div.survey td {
	padding-bottom: 0.2em;
}


