h4 {
	color: #3366FF;
	text-align: left;
	font-weight: bold;
}

h5 {
	text-align: left;
	font-weight: bold;
}

li.name {
	font-style: italic;
}

li.info {
	text-indent: 12%;
}


li.info1 {
	text-indent: 6%;
}


li.info2 {
	text-indent: 3%;
}

img.email {
	height: 1.1rem;
}

a.general_small {
	color: #3366FF;
}

a.general_bold {
	color: #3366FF;
	font-weight: bold;
}

a.general {
	font-weight: bold;
	text-decoration: underline;
	color: #3366FF;
}

li.screenshot {
	text-indent: 8%;
}

td.photo {
	border: 1px solid #BEBEBE;
	border-radius: 25px;
	height: 2rem;
}


table.participants {
	width: 100%;
}

th.participants {
	background-color: #4E81BD;
	color: #FFFFFF;
	border: 1px solid black;
	font-size: 0.72em;
}


tr.odd-participants {
	background-color: #E9EDF3;
}

tr.even-participants {
	background-color: #FFFFFF;
}

td.participants {
	border: 1px solid black;
	font-size: 0.72em;
	padding: 3px;
}


ol {
	list-style-type: lower-roman;
	margin-top: 0px;
}

table.schedule {
	border: 0px;
}

td.schedule {
	vertical-align: top;
	background-color: #FFFFFF;
}