body{
	margin: 0px;
	color: white;
	background-color: black;
}

#ticket_check form, #checkResult{

	padding: 20px;
	width: auto;
	text-align: center;
	
}

#ticket_check .big {
	font-size: 32px;
	color: maroon;
	background-color: gray;
}
#ticket_check .med{
	font-size: 24px;
	color: maroon;
	background-color: gray;
}
#ticket_check.on {
	position: relative;
	left: 20px;
	top: 10px;
}

#ticket_check.off {
	position: absolute;
	left: -600px;
	top: 20px;
}
.css_button {
	width: 175px;
	font-size: 32px;
	text-align: center;
	background-color: gray;
	border-radius: 6px;
	border: 1px solid maroon;
	cursor: pointer;
}

.button_box{
	width: 45%;
	margin-left: 5%;
	float: left;
	margin-bottom: 22px;
}
#ticket_check form {
	text-align: left;
	width: 70%;
	margin-left: 15%;
	position: relative;
	clear: both;
}
.form_on {
	display: block;
}

.form_off {
	display: none;
}

#guest {
	float: left;
}
#student {
	float: right;
}
#waiver_text {
	height: 380px;
	background-color: gray;	
	overflow-y: scroll;
	font-size: 14px;
	padding: 12px;
	margin: 12px;
}

.waiver_p{
	text-align: left;
	color:black;
}

#checkResult {
	width: 65%;
	margin-left: 18%;
	margin-right: 18%;
	/*border: 4px solid gray;*/
	font-size: 42px;
	color: maroon;
	clear: both;
	/*width: 80%;*/
}

#admin_view {
	margin: 12px;
	padding: 8px;
	font-size: 12px;
	
}

#waiver_display {
	width: 640px;
	font-size: 18px;
	margin: auto;
}
.waiver_header{
	color: maroon;
	font-size: 28px;
}
.scan_success{
	background-color: #46ce50;
}

.scan_fail{

	color: white;
	background-color: #ff1e33;

}

.sound_player{
	display: block;
	position: relative;
	bottom: 100px;
	left: 100px;
	width: 45px;
	clear: both;
}

.show_control{
	display: block;
}
.hide_control{
	display: none;
}