
/* Tab buttons */
.tab
{
	width: 75px;
}

#tab1
{
	background-color: red;
	color: green;
	!important;
}

/* Committee members list */

dl.cmte
{
	margin-bottom: 0px;
}

dt
{
	font-weight: 400;
	font-size: larger;
	margin-top: 1em;
}

/* Slide show */
img.mySlides
{
	width:100%;
	max-height: 533px;
}