body {
       	margin:0;
		padding:0;
		height:100%;
	background-color:#333333;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
button{
	color:#000;
}
label {
	display:block;
	font-size:16px;
}
img{
	resize: both;
	overflow: auto;
}
input, textarea, select {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
}

textarea {
	padding:5px;	
}
.clear {
	clear:both;	
}
.hide {
	display:none;	
}
.invisible {
	visibility: hidden;	
}

.edit {
	border:2px dashed #cccccc;
	text-align:center;
}

.edit:hover, textarea.active {
	border:2px inset gray;	
}


#title {
	text-align:center;
	font-size:36px;
	margin:auto;
	line-height:36px;
}

textarea #title {
	height:50px;
	width:90%;
	color:#012b45;
}

#game {
	width:100%;
	background-color:#000000;
	padding:0;
	margin:0;
	margin:auto;
	font-size:16px;
}

#game textarea {
	width:90%;
	height:30px;
	font-size:18px;
	line-height:22px;
}

#game h3 {
	color:#ffff5f;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#game tbody td, #game thead th {
	vertical-align: middle;
	background-color:#2a3698;
	padding:5px;
	text-align:center;
	width:19%;
	color:#ffff5f;
	height:60px;
	font-size:20px;
	
}

#game tbody td,#game thead th {
	cursor:pointer;
	height:100px;
    border:3px solid #000000;
}

#game tbody td.ie-hack {
	border:3px solid #ffff5f;
}

#game tbody td.clean:hover {
	border:3px solid #ffff5f;
}

#game tbody td.dirty:hover {
	border:3px solid #2a3698;
}

#game tbody td.dirty h3 {
	color:#2a3698;	
}

#game tfoot td {
	text-align: center;
	background-color:#2a3698;
}

.submit {
	margin:auto;
}

#modal {
	display: none;
	background-color:#fff;
	padding:5px;
	border:2px dashed #ccc;
}

#modal {
	font-size:16px;
	font-weight:bold;
}

#modal textarea {
	width:500px;
	height:120px;
	font-size:16px;
}

#options {
	background-color:#fff;
	width:500px;
	padding:10px;
	margin:auto;
	margin-top:75px;
}

#options h1 {
	color:#2a3698;
	font-size:22px;
	text-align:center;
}

#options label {
	text-align: center;
	font-size:14px;
}

#options select, #options label, #options input {
	margin-top:5px;
}

#options select {
	width:130px;	
}

#options input {
	width:100px;	
}
#options p {
	margin-bottom:0px;	
}

.tip {
	float:left;
}

.links {
	float:right;
}


#stats {
	position:fixed;
	bottom:0;
	background-color:#ffffff;
	width:100%;
	text-align:center;
	height:110px;
	display:none;
	left:0;
}

#stats h3 {
	margin:0;
	padding:0;	
}

#stats input.team-name {
    border:none;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width:100%;
    display:block;
}

#stats table {
	margin:auto;
}

#stats table th {
	border-bottom:1px solid black;
}

input.add-points {
	color:#66cc33;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
	padding:0px;
	background-color:#FFFFFF;
	border:none;
	display:inline;
}

input.subtract-points {
	color:#ff0000;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;	
	padding:0px;
	background-color:#FFFFFF;
	border:none;
	display:inline;
}

#prompt {
	min-height: 480px;
	height:100%;
	width:100%;
	background-color:#FFFFFF8;
	color:#000000;
	text-align:center;
}

#prompt a:link, #prompt a:visited, #prompt a:hover {
	color:#fff;
	font-size:18px;
	text-decoration:underline;
}

#prompt a:hover {
	text-decoration:none;
}

#simplemodal-overlay {
	background-color:#000;
}
#game .inactive{
   color:#2a3698;
   height:100%;
}

#scoreBoard table{ margin:auto}
#scores{
max-width:100%;
margin:auto;
}
#scores input{
	text-align:center;
	background-color:#2a3698 ;
	color:#ffffff;
	
}
#scoreBoard{
	text-align:center;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
#body {
  padding: 20px;
  min-height: 100%;
  margin: 0 auto -50px;
}
#footer,
.push {
  height: 50px;
}
#buttons{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}

#wrapper {
  min-height: 100%;

  margin-bottom: -50px;
}
.answer{
	margin: 8px;
	min-height: 200px;
}
#answer{
   font-size: 40px;
	color:black;
}

#question{
   font-size: 40px;

}
#question, #answer, #prompt, #prompt .answer, .popup .answer {
  text-align: center;
}
#prompt{
	position: relative;
}
#newName{
	margin-left:0px;
}
