.qod-game {
	background: #46adde;
	padding: 15px;
	margin: 30px 0 20px 0;
}
.qod-game .qod {
	background: #ffffff;
	border-radius: 5px;
	padding: 30px;
	position: relative;
}
.qod-game .qod-h {
	margin: 0 0 30px 0;
}
.qod-game .qod-calendar {
	width: 150px;
	height: 143px;	
	background: url(../../images/graphics/qod/qod_calendar.png) no-repeat 0 0;
	margin-bottom: 10px;
}
.qod-game .qod-calendar .qod-calendar-month {
	text-align: center;
	font-family: "RobotoSlab", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #E46443;	
	padding-top: 24px;
}
.qod-game .qod-calendar .qod-calendar-day {
	text-align: center;
	font-family: "RobotoSlab", Arial, Helvetica, sans-serif;	
	font-size: 32px;
	font-weight: 700;
	color: #E46443;
	padding-top: 10px;
}
.qod-game .qod-cnt {
}
.qod-game .qod-cnt .question {	
	margin-top: 10px;
	margin-bottom: 20px;
}

.qod-game .qod-cnt .answers {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.qod-game .qod-cnt .answers li {
	margin-bottom: 10px;
}
.qod-game .qod-cnt .answers li a {
	font-size: 18px;
	color: #333;
	font-weigh: 600;
	position: relative;
	padding: 3px 8px 3px 40px;
	display: block;
	border-radius: 5px;
}
.qod-game .qod-cnt .answers li a:hover {
	background: #f2f3f4;
}
.qod-game .qod-cnt .answers li a span {
	position: absolute;
	top: 4px;
	left: 0px;
	background: #eaeaea;
	display: block;
	padding-top: 3px;
	padding-left: 3px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	border-radius: 5px;
	vertical-align: top;
}

.icon-selected:before {
	content: "\e600";
	color: #858585;
}
.icon-correct:before {
	content: "\e613";
	color: #6cbf6c;
}
.icon-wrong:before {
	content: "\e612";
	color: #dd6460;
}
.qod-answer {
	padding: 20px 20px 30px 20px;
	border-radius: 5px;
}
.qod-answer h3 {
	margin: 0 0 10px 0;
}
.qod-answer-correct {
	background: #6cbf6c;
}
.qod-answer-wrong {
	background: #dd6460;
}
.qod-answer-none {
	background: #eaeaea;
}
.qod-answer .qod-factoid {
	font-size: 18px;
}
.qod-answer .qod-badge {
	font-size: 18px;
	font-weight: 600;
}


.qod-played {
	color: #FF0000;
}

/* badges */
.qod-badges {
	list-style: none;
	margin: 0;
	padding: 0;
}
.qod-badges li {
	margin-bottom: 10px;
}
.qod-badges li img {
	float: left;
	margin-right: 10px;
}
.qod-badges li p {
	padding-top: 10px;
}