/* CSS Document */

body{
	background:#494137;
	font-family:"proxima-nova", Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
	color:#FFF;
    margin: 0;
    padding: 0;
}
a {
	color:#FFF;
}
p{
	margin-bottom: 1em;
	margin-top:0;
}
#topbar{
    background: #292522;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
	font-weight:600;
    position: absolute;
    z-index: 2007;
    top:0;
}
#exit{
    position: absolute;
    right: 10px;
    top:19px;
    z-index: 2008;
}
.button {
    background: #fa9114;
    color: #000000;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
#codeview{
	width:480px;
	margin:100px auto;
	text-align:center;
}
#waitingview{
	text-align:center;
	display:none;
    margin-top:100px;
}
input {
	height:40px;
	font-size:28px;
	letter-spacing:5px;
	text-align:center;
	width:190px;
	padding:5px;
	border:0;
    margin-bottom: 10px;
    margin-top: 8px;
}
#gameview{
    display:none;
}
#scores{
	text-align:center;
    position: absolute;
    z-index: 2004;
    top:45px;
    width: 100%;
}
#team01, #team02, #team03, #team04, #team05{
    border-radius: 8px;
    box-shadow: 0px 0px 5px #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    width:150px;
	background:#343434;
	display:inline-block;
	margin:2% 1% 0 1%;
}
.teamname, .score{
	text-align:center;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: 0.5px;
}

#topics{
    margin-top: 185px;
}
#topic01, #topic02, #topic03, #topic04{
	width:20%;
	float:left;
	/*margin-left:4%;*/
}
#topic01{
    margin-left: 12.85%;
}
#topic02, #topic04{
    margin-top: 3.5%;
    margin-left: -1.9%;
}
#topic03{
    margin-left: -1.9%;
}
.header{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:5px;
}
img{
	width:100%;
	height:auto;
}
#question01{
	width:38%;
	float:left;
	margin-top:18%;
}
#question02{
	width:38%;
	float:left;
	margin-left:-8%;
}
#question03{
	width:38%;
	float:left;
	margin-left:-8%;
	margin-top:18%;
}
#question04{
	width:38%;
	float:left;
	margin-left:-8%;
}

#question05{
	width:38%;
	float:left;
	margin-left:-8%;
	margin-top:18%;
}

#question06{
	width:38%;
	float:left;	
}


img.opacity{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

#modal{
	display:none;
	padding-top:50px;
}
#info{
	margin-top: 20px;
}
#footer{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
#copyright {
	font-size: 10px;
	color: #cccccc;
}
#footer img{
    width: 90px;
}
#gameid{
    font-size: 12px;
    color: #cccccc;
}
#modal h1{
	line-height:50px;
}
#modal h1, h2{
	margin-left:10%;
	margin-right:10%;
    margin-top:140px;
}
#modal h2{
    margin-top:20px;
}


