.next_button{
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;}
 
.question{text-align: left;}
#next_button:hover{background-color: #007fa4}
label{margin-left: 3px;}
#result{font-weight: bold;}
hr{border: none;
  height: 2px;
  width:70%;
  /* Set the hr color */
  color: #333;  /* old IE */
  background-color: #333}
label{ cursor: pointer; }; 