/*
 * Author: Kris Spencer
 * Date: 2/6/17
 * File: optionsstyles.css
 *
 * This file styles the options page for Fast Track
 */
body {

	background-color: rgb(255, 255, 204);

}

button {
	
	background-color: rgb(0, 255, 0);
	font-size: 14pt;
	height: 80px;
	width: 120px;
	
}

button:active {
	
	background-color: rgb(0, 200, 0);
	

	
}

button:active:hover {
	
	background-color: rgb(0, 200, 0);
	
}


button:hover {
	
	background-color: rgb(0, 230, 0);
	
}

div.buttons {

	display: block;
	float: right;
	margin-top: 15px;

}
/*
div.color_1_2 {
	
	display: inline;
	
}

div.color_3_4 {
	
	display: block-inline;
	clear: left;
	float: right;
	
}

div.colors {
	
	display: block;
	float: right;
	
}*/

div.container {

	display: block;
	height: 30%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;

}

div.container h2 {

	margin-bottom: 0px;

}

div.form {

	background-color: rgb(240, 255, 235);
	color: black;
	height: 100%;
	margin-top: 20px;

}

div.form_sub {

	/*border: 3px black dashed;*/
	border-top: 3px black dashed;
	border-left: 3px black dashed;
	border-right: 3px black dashed;
	padding: 20px;

}

div.form_sub2 {
	
	/*border-bottom: 3px black dashed;
	border-left: 3px black dashed;
	border-right: 3px black dashed;*/
	border: 3px black dashed;
	padding: 20px;
	
}

div.form_sub3 {
	
	border-bottom: 3px black dashed;
	border-left: 3px black dashed;
	border-right: 3px black dashed;
	padding: 20px;
	
}

div.lone_button {

	display: block;
	float: left;
	margin-top: 15px;

}

div.obvious {
	
	float: bottom;
	
}

div.obvious_text {
	
	clear: right;
	float: right;
	
}

div.player_color_container {
	
	display: inline;
	
}

input.name_input {
	width: 110px;
}

label.slider_label {
	margin: 10px 0px;
	clear:none;
	text-align: center;
}

form {

	display: block;
	float: right;

}