

ul {
    list-style: none;
}

input[type=radio] {
    border: 0px;
    width: 20px;
    height: 1em;
}
p {
    font-family:'CaviarDreams', serif;
}
/* Quiz Classes */
 .quizContainer {
    background-color: #DDDED9;
    border-radius: 0px;
    width: 75%;
    margin: auto;
    padding-top: 2px;
   /*  -moz-box-shadow: 10px 10px 5px #DDDED9;
    -webkit-box-shadow: 10px 10px 5px #DDDED9;
    box-shadow: 10px 10px 5px #DDDED9; */
	 -moz-box-shadow: 5px 5px 5px #004C59;
    -webkit-box-shadow: 5px 5px 5px #004C59;
    box-shadow: 5px 5px 5px #004C59;
    position: relative;
	
}
/* .nextButton {
    box-shadow: 3px 3px 5px #888;
    border-radius: 6px;
    width: 150px;
    height: 40px;
    text-align: center;
    background-color: lightgrey;
    color: red;
    font-family:'CaviarDreams', serif;
    position: relative;
    margin: auto;
    padding-top: 20px;
} */


.nextButton {
	font-family:CaviarDreams !important;
	padding: 10px 60px;
   /*  color: #fff;
    background-color:#FF632B;
    padding: 10px 60px;
    font-size: 18px;
    font-weight: 300;
   /*  text-transform: uppercase; */
   /*  border: none;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
	width: 200px !important; */ */
}



.nextButton:hover{
/* cursor: pointer; */
/* color: #FF632B; */
/* background-color: #FF632B; */
/* border: 0px solid black; */
/* border-radius: 3px; */
/*     text-decoration: none; */
}



.question {
    font-family:'CaviarDreams', serif;
    /* font-size: 2em; */
	font-size: 20px;
    width: 90%;
    height: auto;
    margin: auto;
    border-radius: 0px;
    /* background-color: #00D146; */
    text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.quizMessage {
    background-color: peachpuff;
    border-radius: 0px;
    width: 60%;
    margin-left:15px;
	margin-bottom:10px;
    text-align: center;
    padding: 2px;
    font-family:'CaviarDreams', serif;
    color: red;
}
.choiceList {
    font-family:'CaviarDreams', serif;
    color: #004865;
	
}
.result {
    width: 30%;
    height: auto;
    border-radius: 0px;
    background-color: linen;
    margin: auto;
    text-align: center;
    font-family:'CaviarDreams', serif;
}
/* End of Quiz Classes */