﻿ul.mushers {
    border: 0;
    margin: 0 0 20px 10px;
    padding: 0;
}
ul.mushers li {
	border: 0;
	border-top: 1px #ccc dashed;
	color: #333;
	font-weight: normal;
	font-size: 100%;
	font-family: Verdana, "Times New Roman", Times, serif;
	line-height: 1.2;
	padding: 10px 0 10px 0;
	width: 410px;
}
ul.mushers li span {
	color: #3E4035;
}
ul.mushers li.last {
	border-top: 1px #ccc dashed;
}
ul.mushers li span.who
{
    font-weight: bold;
}

table.plugged {
	border-collapse: collapse;
	margin: 0 0 15px 0;
	width: 100%;	
}
table.plugged td {
	border-bottom: 1px #ccc dashed;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 8pt;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
}

table.plugged td span {
	color: #6D6D25;
	font-weight: bold;
}
table.schd {
	border-collapse: collapse;
	font-size: 12pt;
	width: 100%;	
}
table.schd td {
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	padding: 5px;
}
table.schd td.time {
	width: 120px;
}

