html,
body {
	height: 100%;
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	width: 100%;
	cursor: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 3.0vh;
	background-color: rgba(0,0,0,1.00);
}
h1 {
  	font-size: 56pt;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	text-align: left;
}
h2 {
	font-size: 42pt;
	color: #ffffff;
        font-weight: bold;
}
h3 {
        font-size: 28pt;
	color: #ffffff;
        font-weight: bold;
}
body,
p {
	font-size: 3.0vh;
	color: #ffffff;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 1.0vh;
	text-align: center;
}
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > thead > tr > th:first-child {
	text-align: left;
}
/* Changed colors to be 508 compliant */
.available {
	background-color: #43713b;
	color: #fff;
	font-weight: bold;
}
.closed {
	background-color: #B3B3B3;
	color: #000;
}
.closed_today {
	background-color: #b3ac95;
	color: #000;
}

