#statebox {

	padding:0px 5px; 
	border-style:double; 
	list-style-type: none;
}

#statebox strong {
	font-size:18px;
	font-weight:bold;
}

#statebox h6 {
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	font-weight:lighter;
}

#SUBstatebox {
	margin:10px 10px 0px 10px; 
	padding:0px 5px; 
	border-style:double; 
	list-style-type: none;		
}

img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

img.center {
	display: block;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;	
}

#SUBstatebox strong {
	font-size:18px;
	font-weight:bold;
}

#SUBstatebox h6 {
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	font-weight:lighter;
}

.pennsylvania {
	background-color:pink;
}

.arizona {
	background-color:#E94743;
}

.colorado {
	background-color:#33CC66;
}	

.connecticut {
	background-color:yellow;
}

.michigan {
	background-color:#9966CC;
}

.mississippi {
	background-color:grey;
}

.oklahoma {
	background-color:turquoise;
}

.oregon {
	background-color:#6699FF;
}

.vermont {
	background-color:orange;
}

.wyoming {
	background-color:#804000;
}

.virginia {
	background-color:mediumslateblue;
}

.home {
	background-color:#CCD3A5;
}

/*Styles for scoring tables*/
table.leader {
	background-color: #333;
	color: white;
	font-size: 18px;
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

table.scores {
	background-color:#333;
	color:white;
	font-size:12px;
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

th {
	background-color:#1e457c;
}

td.red {
	color:red;
}

/*Styles for final PASSKEY box*/
#finalbox_container {
	margin:10px 10px 0px 10px;
	padding:0px 5px;
	border-style:double;
	list-style-type: none;
	background-color:#CCC;
}

#finalbox p.finalanswer {
	font-size:24px;
	text-align:left;
	padding-bottom:15px;
}

#finalbox p.rednote {
	color:red;
}

#finalbox input {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:35px;
	font-size:30px;
	text-align:left;
	width:210px;
}
/*
#finalbox button {
	margin-left:auto;
	margin-right:auto;
	width:60%;
	background:red;
	color:white;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1p outset #999;
}

#finalbox button:hover {
	background:#fff;
	color:black;
}

*/

#footer {
	background: gray;
	color: #fff;
	padding: 1em;
	/*margin-bottom:2em;*/
}

#footer a {
	color: skyblue;
}
