@charset "utf-8";
/* CSS Document */

@viewport {
	width: device-width ;
	zoom: 1.0 ;
}

body {
	display:block;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #b56c10;
	margin: 0;
	padding: 0;
	/*color: #ebeef2;*/
}

.adminlink {
	margin-top: 50px;
	font-size: 2em;
	text-align: center;
}

.homelink {
	margin-top: 50px;
	font-size: 2em;
	text-align: center;
}

.scoreboard{
	/*align-items: center;*/
	width:100%;
	color:#b56c10;
}

.scoreboard table {
	align-items: center;
	width:100%;
	background-color:#ebeef2;
	/*font-size: .75em;*/
	color:#000;
}

.scoreboard p {
	text-align: center;
	align-items: center;
	font-size: 1em;
	color:#b56c10;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
}

.scoreboard h3 {
	text-align: center;
	align-items: center;
	font-size: 1em;
	color:#b56c10;
	font-weight: bold;
	margin: 15px;
}

.scoreboard th{
	height: auto;
	align-items: center;
	background-color:#b56c10;
	font-size: 1.4vmax;
	color: #ebeef2;
	cursor:pointer;
	border-color:#000;
}

.scoreboard td{
	text-size-adjust: none;               /* text may be inflated */
	align-items: center;
	font-size: 2.5vmax;
	height: auto;
	cursor:pointer;
}

.scoreboard tr:nth-child(even) {background: #ebeef2}
.scoreboard tr:nth-child(odd) {background: #FFF}

.scoreboard a:link{
	color:#b56c10;
}

.scoreboard a:visited{
	color:#b56c10;
}

.box {
	/*display:flex;
	flex-direction: column;*/
	align-items: center;
	/*justify-content: center;*/
	background-color: #b56c10;
	padding: 0;
	width: 100%;
	color:#ebeef2;
	text-align: center;
	margin:0;
	margin-bottom: 15px;
	/*font-size-adjust: auto;*/
	font-size: 1.5em;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #b56c10;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}


.headerbox{
	color: #ebeef2;
	font-size: 1.75em;
	background-color: #000000;
	margin-top: -5px;
	width: 100%;
	text-align: center;
}

.subheaderbox{
	color: #000000;
	font-size: 1.75em;
	background-color: #ebeef2;
	margin-top: -1px;
	width: 100%;
	text-align: center;
}

.header {
	background-color: #000000;
	width: 100%;
	margin: 0,0,0,0;
	color:#ebeef2;
	text-align:left;
	border-radius: 10px;
	font-size:30px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
	/*font-size-adjust: auto;*/
}

.divisionheader {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #000000;
	color:#ebeef2;
	text-align: center;
	padding: 10px;
	display: block;
	border-radius: 10px;
	border-color: #ebeef2;
	border-style: solid;
	border-width: 2px;
	clear: both;
}

.roundheader {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#ebeef2;
	text-align: center;
	display: block;
}

.newPickBox {
	display:block;
	/*flex-direction: column;*/
	background-color: #b56c10;
	padding: 10px;
	width: 97.7%;
	color:#ebeef2;
	float:left;
	overflow:hidden;
}

.gameBox {
	display:block;
	/*flex-direction: column;*/
	background-color: #532d01;
	padding: 15px;
	width: 96%;
	color:#b56c10;
	float:left;
	overflow:hidden;
	/*border-bottom: 2px;*/
	border-radius: 10px;
	border-color: #ebeef2;
	border-style: solid;
	border-width: 2px;
}

.viewPickBox {
	display:flex;
	/*flex-direction: column;*/
	background-color: #b56c10;
	padding: 10px;
	width: 97.7%;
	color:#ebeef2;
	float:left;
	overflow:hidden;
}

.question {
	display:flex;
	flex-direction: column;
	background-color: #b56c10;
	font-size:1.5em;
	color:#ebeef2;
	width: 100%;
	border-radius: 10px;
	border-color: #ebeef2;
	border-style: solid;
	border-width: 2px;
	user-select: none
}

.question p {
	/*font-size-adjust:auto;*/
	padding: 15px;
	font-size:+1.5em;
	margin: 5px;
}

.question h3 {
	font-weight:bold;
	padding: 15px;
	font-size:+1.5em;
	margin-bottom: -12px;
	margin-top: 0;
}

.questionheading {
	text-align: center;
	background-color: #ebeef2;
	border-bottom: solid #5c6380 2px;
	color: #5C6380;
	padding: 4px ;
	font-weight: bold;
}

.timebox {
}

.timertext {
	display:none;
	background-color: #b56c10;
	padding: 0px;
	font-size:3.5em;
	color:#ebeef2;
	margin:15px;
}

.answer {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #b56c10;
	width:96%;
	min-height: 40px;
	padding: 10px;
	padding-left: 15px;
	margin-top: 13px;
	margin-bottom: 15px;
	color:#ebeef2;
	font-size:2.5em;
	cursor: pointer;
	border:2px;
	border-color:#ebeef2;
	border-style: solid;
	border-radius: 10px;
}

.answer:hover {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #ebeef2;
	width:96%;
	min-height: 40px;
	padding: 10px;
	padding-left: 15px;
	margin-top: 13px;
	margin-bottom: 15px;
	color:#006;
	font-size:2.5em;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
}

.loading {
	display:inline-block;
	/*	flex-direction: column;
        float:left;*/
	background-color: #ebeef2;
	width:100%;
	padding-top: 25px;
	color:#b56c10;
	text-align:center;
	font-size:3.5em;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
}

.submitting {
	display:inline-block;
	background-color: #ebeef2;
	width:100%;
	text-align:center;
	padding-top: 25px;
	color:#b56c10;
	font-size:2em;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
}

.startbutton {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #b56c10;
	background: #b56c10; /* for non-css3 browsers */
	width:94%;
	padding: 25px;
	color:#ebeef2;
	text-align:center;
	font-size:5em;
	cursor: pointer;
	border:2px;
	border-color:#ebeef2;
	border-style: solid;
	border-radius: 10px;
	min-height: 100px;
	vertical-align: middle;
}

.teambutton {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #b56c10;
	background: #b56c10; /* for non-css3 browsers */
	width:97%;
	padding-top: 7px;
	padding: 2px;
	color:#ebeef2;
	text-align:center;
	font-size:1.25em;
	cursor: pointer;
	border:2px;
	border-color:#ebeef2;
	border-style: solid;
	border-radius: 10px;
	min-height: 175px;
	vertical-align: middle;
	clear: right;
}

.teambuttonwinner {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #047a00;
	background: #047a00; /* for non-css3 browsers */
	width:97%;
	padding-top: 7px;
	padding: 2px;
	color:#ebeef2;
	text-align:center;
	font-size:1.25em;
	cursor: pointer;
	border:2px;
	border-color:#ebeef2;
	border-style: solid;
	border-radius: 10px;
	min-height: 175px;
	vertical-align: middle;
	clear: right;
}

.teambuttonloser {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #ab031a;
	background: #ab031a; /* for non-css3 browsers */
	width:97%;
	padding-top: 7px;
	padding: 2px;
	color:#ebeef2;
	text-align:center;
	font-size:1.25em;
	cursor: pointer;
	border:2px;
	border-color:#ebeef2;
	border-style: solid;
	border-radius: 10px;
	min-height: 175px;
	vertical-align: middle;
	clear: right;
}

.teambutton:hover {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #ebeef2;
	background: #ebeef2; /* for non-css3 browsers */
	width:95%;
	padding: 2px;
	color:#b56c10;
	font-size:1.25em;
	text-align:center;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
	min-height: 175px;
	vertical-align: middle;
}


.numbutton {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #b56c10;
	background: #b56c10; /* for non-css3 browsers */
	width:12%;
	padding: 3px;
	margin-top: 15px;
	margin-left: 5px;
	color:#ebeef2;
	text-align:center;
	font-size:3em;
	cursor: pointer;
	border:2px;
	border-color:#ebeef2;
	border-style: solid;
	border-radius: 10px;
	min-height: 60px;
	vertical-align: middle;
	clear: none;
}

.numbutton:hover {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #ebeef2;
	background: #ebeef2; /* for non-css3 browsers */
	width:12%;
	padding: 3px;
	margin-top: 15px;
	margin-left: 5px;
	color:#b56c10;
	font-size:3em;
	text-align:center;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
	min-height: 60px;
	vertical-align: middle;
}

.numbuttonselected {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #ebebeb;
	background: #ebebeb; /* for non-css3 browsers */
	width:12%;
	padding: 3px;
	margin-top: 15px;
	margin-left: 5px;
	color:#b56c10;
	font-size:3em;
	text-align:center;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
	min-height: 60px;
	vertical-align: middle;
}


.startbutton:hover {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #ebeef2;
	background: #ebeef2; /* for non-css3 browsers */
	width:95%;
	padding: 25px;
	color:#b56c10;
	font-size:5em;
	text-align:center;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
	min-height: 100px;
	vertical-align: middle;
}

.gameslabel {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: none;
	background: none; /* for non-css3 browsers */
	width:35%;
	padding-top: 15px;
	color:#ebeef2;
	text-align:center;
	font-size:1.5em;
	cursor: pointer;
	/*border:2px;*/
	/*border-color:#ebeef2;*/
	/*border-style: solid;*/
	/*border-radius: 10px;*/
	min-height: 60px;
	vertical-align: middle;
	clear: none;
}


.endbutton {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #b56c10;
	width:100%;
	padding: 25px;
	color:#ebeef2;
	text-align:center;
	font-size:3em;
	cursor: pointer;
	border:2px;
	border-color:#ebeef2;
	border-style: solid;
	border-radius: 10px;
	min-height: 100px;
	vertical-align: middle;
}

.endbutton:hover {
	display:flex;
	flex-direction: column;
	float:left;
	background-color: #ebeef2;
	width:100%;
	padding: 25px;
	color:#b56c10;
	font-size:3em;
	text-align:center;
	cursor: pointer;
	border:2px;
	border-color:#b56c10;
	border-style: solid;
	border-radius: 10px;
	min-height: 100px;
	vertical-align: middle;
}

/* Style buttons */
.button {
	font-size: 1em;
	justify-content:center;
	border: none; /* Remove borders */
	cursor: pointer; /* Mouse pointer on hover */
	clear: right;
	margin-bottom:10px;
	height: 75px;
}

form {
	/*width: 100%;*/
	/*font-size-adjust:auto;*/
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background: #ebeef2;*/
	background: #b56c10;
	margin: 0;
	color: #ebeef2;
	/*color: #b56c10;*/
	padding: 25px;
	border-radius: 10px;
	font-size: 3vmax;
}

form input{
	width: auto;
	height: auto;
	font-size: 1.25em;
	border-radius: 5px;
}

input.logoutbutton {
	font-size: 3em;
	height: 2em;
	width: auto;
	border-radius: 5px;
	margin-top: 50px;
}

input.loginCheckbox{
	width: 50px;
	height: 50px;
}

.newuserform {
	width: 100%;
}

.newuserform input {
	font-size: 1.5em;
}

.newuserform h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}

.newuserform p {
	font-size: 1em;
	margin: 0;
}

.adminform select {
	width: auto;
	height: auto;
	font-size: 1.5vmax;
	border-radius: 5px;
}

.style2 {
	width: auto;
	height: auto;
	font-size: 3vmax;
	font-weight: normal;
}
.guestadminform {
	width: 100%;
	height: auto;
	font-size: 3vmax;
	border-radius: 5px;
}
.guestadminform form {
	width: auto;
	height: auto;
	font-size: 1vmax;
	font-weight: normal;
}
.guestadminform input {
	width: auto;
	height: auto;
	font-size: 2.5vmax;
	font-weight: normal;
}
.guestadminform input[type=radio]{
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
}
.guestadminform select {
	width: auto;
	height: auto;
	font-size: 3vmax;
	border-radius: 5px;
}
.guestadminform textarea {
	width: 100%;
	height: auto;
	font-size: 3vmax;
	border-radius: 5px;
}

.adminmain {
	width: 100%;
	height: auto;
}

.adminheader {
	color: #ebeef2;
	padding: 5px;
}

.adminmessage {
	background-color: #eee9bf;
	padding: 5px;
	font-size: 2em;
}

.adminform select {
	font-size: 1em;
	height: auto;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other divs ~~ */
.container {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9d3e5', endColorstr='#b9d3e5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#b9d3e5), to(#b9d3e5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #b9d3e5,  #b9d3e5); /* for firefox 3.6+ */
	width: 100%px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	/*font-size-adjust:auto;*/
}

.title {
	font-size:.75em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#465e6e;
	padding: 10px;
}

.leader {
	font-size:.75em;
	font-weight:bold;
	text-align:center;
	color:#000;
	background:#ebeef2;
	padding: 2px;
	margin-bottom: 15px;
	border-style: solid;
	border-width: 1px;
}

.answerpage {
	/*font-size-adjust:auto;*/
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	align-items: center;
	background-color:#b56c10;
	color:#ebeef2;
	border-color:#000;
	width: 100%;
}

.viewpicksbox {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color:#ebeef2;
	color:#b56c10;
	border-color:#000;
	width: 95%;
	text-align: left;
	padding: 20px;
	border-bottom: #b56c10;
	border-bottom-style: solid;
}

.headergraphic {
	position: relative
}

.headergraphic img {
	max-width: 100%;
	width: 100%;
	height: auto;
	background-color: #000000;
	color:#ebeef2;
}

.right-center {
	font-size: 56px;
	font-weight: bold;
	position: absolute;
	margin-top: -5px;
	top: 0;
	/*bottom: 8px;*/
	right: 16px;
}
.answergraphic img {
	max-width: 100%;
	width: 100%;
	height: auto;
	background-color: #000000;
	color:#ebeef2;
}

.answerheader {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: #000000;
	color:#ebeef2;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
}

.answerheader p{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.answerheader h3{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}

.answerbuttonlist input {
	width: 2.5em;
	height: auto;
	margin-left: 15px;
	background-color: #ebeef2;
}

.answerbuttonlist input:hover {
	width: 2.5em;
	height: auto;
	margin-left: 15px;
	background-color: #000000;
}

.answerquestion {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color:#ebeef2;
	color:#b56c10;
	text-align: left;
	margin-top: 45px;
	margin-left: 25px;
	clear: left;
	font-weight: bold;
}

.answercategory {
	float: right;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	background-color:#ebeef2;
	color:#b56c10;
	text-align: left;
	margin-left: 25px;
}

.answerpoints {
	float: left;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	background-color:#ebeef2;
	color:#b56c10;
	text-align: left;
}

.answercorrect {
	font-weight: bold;
	color:#000;
	text-align: left;
	margin-left: 10px;
}

.answeranswer {
	font-weight: normal;
	color:#b56c10;
	text-align: left;
	margin-left: 10px;
}



@media screen and (min-width:800px) {
	/* CSS for screens that are 800 pixels or less will be put in this section */

	/*.button {
        font-size:500%;
         justify-content:center;
        border: none; /* Remove borders */
	/*	cursor: pointer; /* Mouse pointer on hover */
	/*	clear: right;
        margin-bottom:40px;
        height: auto;
    }

    .title {
        font-size:1.5em;
        font-weight:bold;
        text-align:center;
        color:#fff;
        background:#465e6e;
        padding: 10px;
    }

    .leader {
        font-size:2em;
        font-weight:bold;
        text-align:center;
        color:#000;
        background:#ccc;
        padding: 2px;
        margin-bottom: 15px;
        border-style: solid;
        border-width: 1px;*/

}


} /* end @media screen and (max-width:800px)*/

@media all and (min-width: 1000px) {
	/*
      .box {
        width: 75%;
        font-size:.65em;
        padding:10px;
          background-color: crimson;
      }

     .answer {
        display:flex;
        flex-direction: column;
        float:left;
        background-color: #b56c10;
        background: #b56c10; !* for non-css3 browsers *!
        width:95%;
        padding: 5px;
        color:#ebeef2;
        font-size:1.5em;
        cursor: pointer;
        border:2px;
        border-color:#ebeef2;
        border-style: solid;
        border-radius: 7px;
    }

    .answer:hover {
        display:flex;
        flex-direction: column;
        float:left;
        background-color: #ebeef2;
        width:95%;
        padding: 5px;
        color:#b56c10;
        font-size:1.5em;
        cursor: pointer;
        border:2px;
        border-color:#b56c10;
        border-style: solid;
        border-radius: 7px;
    }
    */

}
/*######################################################################################################################*/
/* ~~ CSS for wide screen that are more than 1200 pixels wide ~~ */
@media all and (min-width: 1200px) {
	body {
		display:flex;
		flex-direction: column;
		align-items: center;
		/*justify-content: center;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: #b56c10;
		margin: 0;
		padding: 0;
		/*color: #ebeef2;*/
	}


	.teambutton {
		display:flex;
		flex-direction: column;
		float:left;
		background-color: #b56c10;
		background: #b56c10; /* for non-css3 browsers */
		width:95%;
		padding: 7px;
		color:#ebeef2;
		text-align:center;
		font-size:3em;
		cursor: pointer;
		border:2px;
		border-color:#ebeef2;
		border-style: solid;
		border-radius: 10px;
		min-height: 75px;
		vertical-align: middle;
		clear: right;
	}

	.teambuttonwinner {
		display:flex;
		flex-direction: column;
		float:left;
		background-color: #047a00;
		background: #047a00; /* for non-css3 browsers */
		width:95%;
		padding: 7px;
		color:#ebeef2;
		text-align:center;
		font-size:3em;
		cursor: pointer;
		border:2px;
		border-color:#ebeef2;
		border-style: solid;
		border-radius: 10px;
		min-height: 75px;
		vertical-align: middle;
		clear: right;
	}

	.teambuttonloser {
		display:flex;
		flex-direction: column;
		float:left;
		background-color: #ab031a;
		background: #ab031a; /* for non-css3 browsers */
		width:95%;
		padding: 7px;
		color:#ebeef2;
		text-align:center;
		font-size:3em;
		cursor: pointer;
		border:2px;
		border-color:#ebeef2;
		border-style: solid;
		border-radius: 10px;
		min-height: 75px;
		vertical-align: middle;
		clear: right;
	}

	.teambutton:hover {
		display:flex;
		flex-direction: column;
		float:left;
		background-color: #ebeef2;
		background: #ebeef2; /* for non-css3 browsers */
		width:95%;
		padding: 7px;
		color:#b56c10;
		font-size:3em;
		text-align:center;
		cursor: pointer;
		border:2px;
		border-color:#b56c10;
		border-style: solid;
		border-radius: 10px;
		min-height: 75px;
		vertical-align: middle;
	}




	.box {
		width: 60%;
		font-size:.75em;
		padding: 0;
		background-color: #b56c10;
	}

	form {
		width: auto;
		/*font-size-adjust: auto;*/
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		background: #b56c10;
		/*background: #ebeef2;*/
		margin: 0;
		color: #ebeef2;
		/*color: #b56c10;*/
		padding: 25px;
		border-radius: 10px;
		font-size: 1em;
	}

	input{
		width: auto;
		height: auto;
		font-size: 1.5em;
		border-radius: 5px;
	}

	form input{
		width: auto;
		height: auto;
		font-size: 1.5em;
		border-radius: 5px;
		margin-bottom: 25px;
	}

	form label {
		width: auto;
		height: auto;
		font-size: 1.5em;
		border-radius: 5px;
		margin-bottom: 25px;
	}

	input.logoutbutton {
		font-size: 1.5em;
		height: 2em;
		width: auto;
		border-radius: 5px;
	}

	input.loginCheckbox{
		width: 35px;
		height: 35px;
	}

	.answerpage {
		/*font-size-adjust: auto;*/
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		align-items: center;
		background-color:#b56c10;
		color:#ebeef2;
		border-color:#000;
		width: 650px;
	}

	.answerquestionbox {
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		background-color:#ebeef2;
		color:#b56c10;
		border-color:#000;
		width: 610px;
		text-align: left;
		padding: 20px;
		border-bottom: #b56c10;
		border-bottom-style: solid;
	}

	.divisionheader {
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		background-color: #000000;
		color:#ebeef2;
		text-align: center;
		padding: 10px;
		display: block;
		border-radius: 10px;
		border-color: #ebeef2;
		border-style: solid;
		border-width: 2px;
		clear: both;
	}

	.answerheader p{
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		font-size: .75em;
		font-weight: normal;
	}

	.answerquestion {
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		background-color:#ebeef2;
		color:#b56c10;
		text-align: left;
		margin-top: 45px;
		margin-left: 25px;
		clear: left;
		font-weight: bold;
	}

	.answercategory {
		float: right;
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		background-color:#ebeef2;
		color:#b56c10;
		text-align: left;
		margin-left: 25px;
	}

	.answerpoints {
		float: left;
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		background-color:#ebeef2;
		color:#b56c10;
		text-align: left;
		margin-left: 25px;
	}

	.answercorrect {
		font-weight: bold;
		color:#000;
		text-align: left;
		margin-left: 10px;
	}

	.answeranswer {
		font-weight: normal;
		color:#b56c10;
		text-align: left;
		margin-left: 10px;
	}

	.answerbuttonlist input {
		width: 80px;
		height: 80px;
		margin-left: 25px;
		margin-top: 25px;
		background-color: #ebeef2;
	}

	.answerbuttonlist input:hover {
		width: 80px;
		height: 80px;
		margin-left: 25px;
		margin-top: 25px;
		background-color: #50657f;
	}

	.scoreboard{
		align-items: center;
		width:800px;
		color:#b56c10;
	}

	.scoreboard table {
		align-items: center;
		width:800px;
		background-color:#ebeef2;
		/*font-size: .75em;*/
		color:#000;

	}
	.scoreboard tr:nth-child(even) {background: #ebeef2}
	.scoreboard tr:nth-child(odd) {background: #FFF}

	.scoreboard th{
		height: auto;
		align-items: center;
		font-size: .75vmax;
		cursor:pointer;
		color: #ebeef2;
	}

	.scoreboard td{
		align-items: center;
		font-size: 1.4vmax;
		cursor:pointer;
		height: auto;
	}

	.newuserform {
		width: 800px;
	}

	.newuserform p{
		font-size: 1em;
	}

	.adminmessage {
		background-color: #eee9bf;
		padding: 5px;
		font-size: 1em;
	}

}
