body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h2:first-of-type {
	margin-top:0;
}
div.teleop_stack {
	margin-bottom:20px;
	margin-left:20px;
}
div.teleop_stack_header {
	text-decoration:underline;
}
div.teleop_stack_details {
	margin-top:10px;
}
div.teleop_stack_recylcing_container_details {
	margin-left:20px;
}
div.teleop_stack_level_details {
	margin-left:20px;
}
span.points {
	position:absolute;
	left:380px;
	text-align:right;
	color:blue;
	width:120px;
}
span.total_points {
	font-weight:bold;
}
span.grand_total {
	font-size:15px;
}
form#form {
	border:1px solid gray;
	padding:10px;
	width:500px;
	margin-top:5px;
}
div.explanation {
	margin-top:5px;
	width:380px;
	font-size:11px;
	color:#808080;
}
div.explanation ul {
	list-style-type:none;
	padding-left:10px;
}
div.explanation ul li {
	margin-bottom:5px;
}
div.bottom_padding {
	padding-bottom:5px;
}

/* generated using https://proto.io/freebies/onoff/ */
.onoffswitch {
position: relative; width: 55px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 7px;
background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 7px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 11px; margin: 3.5px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 5px;
position: absolute; top: 0; bottom: 0; right: 33px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}