
table thead th:nth-child(2) {
	background-color: #053f73;
	color: #fff;
	font-weight: normal;
	width: 38%;
}

table thead th:nth-child(3) {
	background-color: #053f73;
	color: #fff;
	font-family: "Quadon Bold";
	font-weight: normal;
	width: 38%;
}


table tbody tr td {
	
	font-family: "Trebuchet MS";

}

table tr.even, table tr.alt, table tr:nth-of-type(even) {

	background-color: #fff;
}

.foxwoods, .mohegan {
	max-height: 100px;
}

h4 {
	font-family: "Quadon Bold";
	color: #555;
	font-size: 1em;
}

.callout ul li {
	margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {

	#main-column {
		padding-top: 0;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}