/*****************/
/* Survey Styles */
/*****************/

#survey {
  margin-top: 2em;
}
.survey-questions {
  margin-bottom: 1.5em;
  overflow: hidden;
  display: inline-block;
}
.survey-questions {
  display: block;
}
.survey-questions .question {
  display: block;
  margin-bottom: 1.5em;
  color: #fcc;
  background: #900; 
  padding: 10px;
  font-weight: bold;
}
.survey-questions label {
  display: block;
  margin: 0 0 5px 0;
}
.survey-questions .left {
  float: left;
  width: 45%;
}
.survey-questions .right {  
  float: right;
  width: 45%;
}
#survey .submit {
  width: auto;
  height: auto;
  text-align: center;
}
