body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: auto;
	font-size: .98em;
	padding: 10px;
	max-width: 800px;
}
input {
	padding: 5px;
	font-size: 1.25em;
}
button {
	padding: 5px;
	font-size: .9em;
	font-weight: bolder;
	width: 100%;
	cursor: pointer;
	margin: 0;
}
@media (max-width: 768px) {
  img {
    min-width: 100%;
	box-sizing: border-box;
  }
}
.sim {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.simHeader {
  background-color: #f1f1f1;
  padding: 5px;
  text-align: center;
}

.myTeeTime {
	font-size: .9em;
	font-weight: bolder;
	border: 1px outset;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	border-collapse: collapse;
	color: white;
	background-color: green;
}
.booked {
	font-size: .9em;
	font-weight: bolder;
	border: 1px outset;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	border-collapse: collapse;
	color: white;
	background-color: red;
}
h1 {
	font-size: 1.5em;
	font-weight: bolder;
	font-style: italic;
	line-height: 1.0em;
	border-bottom: 1px solid #C0C0C0;
}
h2 {
	font-size: 2.0em;
	font-weight: bolder;
	font-style: italic;
	background-color: green;
	color: white;
	padding: 10px;
}
#header {
	width: 100%;
	text-align: center;
	border-bottom: 1px inset;
	z-index: 2;
}
.menu {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px outset;
	padding: 10px;
	margin: 2px;
	margin-top: 10px;
	font-weight: bolder;
	cursor: pointer;
	min-width: 75px;
}
.coolMenu {
	font-size: 1.1em;
	color: 1D5602;
	border: 1px outset;
	border-collapse: collapse;
	border-radius: 4px;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	margin: 5px;
}
.coolMenu:hover {
	background-color: #DAFCCB;
	opacity: .75;
}
.menu:hover {
	background-color: #ffa;
}
#spacer {
	height: 220px;
}
#main {
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
.indent {
	padding-left: 20px;
	padding-right: 20px;
}

#message {
	position: fixed;
	top: 35%;
	width: 80%;
	left: 10%;
	font-size: 1.5em;
	font-weight: bolder;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #012c07;
	border-radius: 10px 10px 10px 10px;
	color: #012c07;
	padding: 10px;
	z-index: 999;
	display: none;
	box-shadow: 10px 10px 5px #888888;
	background-color: #CCFFCC;
}
#modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	opacity: .85;
	z-index: 998;
	background-color: white;
}
#errorDiv {
	position: fixed;
	top: 35%;
	width: 80%;
	left: 10%;
	font-size: 1.5em;
	font-weight: bolder;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #FF0000;
	border-radius: 10px 10px 10px 10px;
	background-color: #FFCCFF;
	color: #FF0000;
	padding: 10px;
	z-index: 999;
	box-shadow: 10px 10px 5px #888888;
	display: none;
}

#trailer {
	text-align: center;
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: green;
	border-top: 1px outset;
}

.image {
	width: 320px;
	max-width: 100%;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.logo {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.logoDiv {
	text-align: center;
	margin-bottom: 20px;
}

#subTrailer {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px;
	text-align: center;
}