@charset "utf-8";
/* CSS Document */

table {
	width: 100%;
	background: #ffffbf;
	margin-top:10px;
	padding: 0;
	border:none;
	}

tr {
	background: #000;
	padding: 5px 0;
	}

td {
	background: #fff;
	padding: 5px 5px;
	}

.hours-header {
	width: 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8cc63f;
	text-align: right;
	}

.hours-content {
	width: 50%;
	}

.team {
	clear: left;
	}

.team-header {
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;	
	text-align: right;
	text-transform: uppercase;
	color: #8cc63f;
	}

.team-content {
	width: 75%;
	}