#main-div {
  height: 100%;
  background:#F9F9F9;
}
.submit{
  position: center;
  font-family: sans-serif;
  font-size: 20;
  background-color: #36C060;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  width: 300px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 20px;

} 

body {
  font-family: Arial, Helvetica, sans-serif;
}

header {
	 background-color: #3f1f55;
  padding: 10px;
  text-align: center;
  font-size: 35px;
  color: white;
}

.test{
  text-align: left;
  width: 90%;
}

.questioList{
  width: 80%;
  text-align: left;
  margin-bottom: 10px;
}

article {
  float: left;
  padding: 20px;
  width: 70%;
  background-color: #f1f1f1;
  height: 300px; 
}

body{
	font-size: 20px;
	font-family: sans-serif;
	color: #333;
}
.question{
	font-weight: 600; 
  color: #fff;
  font-size: 20px;

}
.answers {
  margin-bottom: 20px;
  font-weight: bold;
}
#submit{
 font-family: sans-serif;
  font-size: 20;
  background-color: #36C060;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  width: 200px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 20px;

}
#submit:hover{
	background-color: #3a8;
}
.form{
  background: #727C8B; 
  box-sizing: border-box;
  width: 80%;

   max-width: 610px;
  width: 100%;  
 
  border-radius: 25px;

}
.inputQuestion{
  max-width: 80% !important;
  height: 12%;
  color:#fff !important;
  background-color: #46505E !important;
  border-radius: 10px;
  margin-bottom: 10px !important;
  font-size: 15px;
  padding-top: 2.5% !important;
  /*line-height: 2px;*/
  word-wrap: break-word !important;
  padding-left: 4% !important;
  overflow: hidden;
  opacity: 0.9 !important;
  /*background-color: #2C3544 !important;*/
 }
 .custom{
  width: 80% !important;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
 }

.inputQuestion:hover {
  /* background-color: #46505E !important;*/

background-color: #2C3544 !important;

opacity: 1 !important;

}

.txtCol {
    padding-top: 20px;
    margin-right: 64%;
    color: #fff;
    font-size: 12px;
}
.inputForm {
  padding-top:2%;
  padding-bottom: 20px;
  margin-bottom: 5px;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 10px;
  opacity: 0.8;
  color: #000;
  font-size: 16px;
  width: 45%;
  height: 8%;

}
.labelFormFN {
  margin-right: 33%;
  color:#fff;
  font-size: 14px;

}
.labelFormEmail {
  margin-right: 30%;
  color:#fff;
  font-size: 14px;
}

.spanClass {
  color:#fff;
  font-size: 24px;
}
.spanClassBelow{
  color:#fff;
  font-size: 15px;
}
.fontFace {
    font-family: Open-Sans;
    margin-bottom: 20px;
    word-wrap: break-word;
    font-size: 18px;
    letter-spacing: normal;
} 

.inputQuestion > i{
color:#fff;
/*float: left;*/
float:left;
margin-top: 5px;

}

 .inputQuestion > .fa + .fa,
 .inputQuestion:hover > .fa{
  display: none;

}
 .inputQuestion:hover >  .fa + .fa {
  color: #36c060;
  display: inherit;
}  
.footnav { display:none;}

.questioList{

 width: 90%;
 margin-left: 10%;

}

/*@media screen and (max-width:800px){

  .questioList {
    background-color: green;
  }
}*/

.hidden {
  display:none;
}