@charset "utf-8";
/* CSS Document */

		body {
			margin-top: 5px;
			font-family: 'Oswald', sans-serif; 			
		}
.menu-content {
    max-height: 0;
    overflow:hidden;	
    font-family: 'Oswald', sans-serif; 
	color: #FFF;
    padding: 0 0 0 0px;
	position: relative;	
}
.collapsible-menu {
    background-color: rgb(43, 62, 80);
    /*background-color: #222;*/
    
    padding: 0px 0px;
    /*border-bottom: 3px solid #CDE700;*/
    /*box-shadow: 1px 2px 3px rgba(0,0,0,0.2);*/
}
.collapsible-menu ul {
    list-style-type: none;
    padding: 0;
	position: relative;
}
.collapsible-menu a {
    display:block;
    padding: 0px;
    text-decoration: none;
}
.collapsible-menu label {
    font-family: 'Sedgwick Ave Display', cursive;
    font-size: 56px;
    display: block;
    cursor: pointer;
    background: url(../images/menu.png) no-repeat left center;
    padding: 0px 0px 0px 0px;
}
input#menu {
    display: none;
}		
input:checked +label {
    background-image: url(../images/close.png);
}	
input:checked ~ .menu-content {
    max-height: 100%;
}	
		.tenpx {
			height: 10px;
		}
		.fivepx {
			height: 5px;
		}
		.question_boxes {
			font-size: 14px;
			padding: 5px; 
			margin-bottom: 5px;
    		border-radius: 5px;			
		}
.host_info {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.answer {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.question {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.coming_up {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.category {
	font-weight: bold;
	font-size: 20px;
}
.round {
	font-weight: bold;
	font-size: 20px;
}