#averages th {
	text-align: left;
	font-weight: bold;
	border: none;
}

.table {
	border: 1px solid black;
	border-collapse: collapse;
}

.table tbody tr:hover {
	background-color: #E5E5E5;
	color: black;
}

.table thead, thead th {
	background-color: #FFD700;
	font-weight: bold;
	color: black;
	text-align: left;
	border-left: 1px solid black;
	border-bottom: 4px solid maroon;
	padding: 2px;
}

.table tbody td, tbody th {
	text-align: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}

.table tbody th {
	background-color: #FFD700;
	color: black;
}

.table tfoot, tfoot td {
	background-color: #E5E5E5;
	font-weight: bold;
	color: black;
	text-align: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}

.table2 {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: smaller;
}

.table2 tbody tr:hover {
	background-color: #E5E5E5;
	color: black;
}

.table2 thead, thead th {
	background-color: #FFD700;
	font-weight: bold;
	color: black;
	text-align: left;
	border-left: 1px solid black;
	border-bottom: 4px solid maroon;
}

.table2 tbody td, tbody th {
	text-align: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.table2 tbody th {
	background-color: #FFD700;
	color: black;
}

.table2 tfoot, tfoot td {
	background-color: #E5E5E5;
	font-weight: bold;
	color: black;
	text-align: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.table3 {
	border: 1px solid black;
	border-collapse: collapse;
}

.table3 thead, thead th {
	background-color: #FFD700;
	font-weight: bold;
	color: black;
	text-align: center;
	border-left: 1px solid black;
	border-bottom: 4px solid maroon;
	padding: 2px;
}

.table3 tbody td, tbody th {
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}

.table3 tbody th {
	background-color: #FFD700;
	color: black;
}

.table3 tfoot, tfoot td {
	background-color: #E5E5E5;
	font-weight: bold;
	color: black;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}
