@charset "utf-8";
/* CSS Document */

.inputGroup {
    margin: 10px 0;
	padding: 20px;
	text-align: left;
}

.inputGroup-bg {
	background-color: #ffffff;
    margin: 10px 0;
	padding: 20px;
	text-align: left;
}

label {
	color: #021D2C;
	font-weight: bold;
    margin: 5px;
	font-size: 22px;

}

.center {
  margin: auto;
  width: 85%;
  padding: 10px;
}
input {
	color: #445FC4;
	margin-left:5px;
	margin-right:10px;
}
input[type='radio'] {
    accent-color: #FC4640;
	margin-top:8px;
	margin-bottom:8px;
	-ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}



.quiz-box {
	background-color: #445FC4;
	color: #ffffff;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.quiz-box:hover {
	background-color: #3D55B0;
	color: #ffffff;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}


@font-face {
font-family: "Zuume-Bold";
src: url("../fonts/Zuume-Bold.eot");
src: url("../fonts/Zuume-Bold.woff") format("woff"),
url("../fonts/Zuume-Bold.ttf") format("opentype"),
url("../fonts/") format("svg");
}

@font-face {
font-family: "Zuume-Light";
src: url("../fonts/Zuume-Light.eot");
src: url("../fonts/Zuume-Light.woff") format("woff"),
url("../fonts/Zuume-Light.ttf") format("opentype"),
url("../fonts/") format("svg");
}
