.name,
.profile,
.survey_button,
.survey_button2 {
  cursor: pointer
}

#comment1,
#comment2,
#comment3,
#comment4,
#comment5,
#comment6,
#content2,
#content3,
#content4,
#q2,
#q3,
#q4,
#q5,
#result1,
#result2,
#result3 {
  display: none
}

.loading,
.survey_button,
.survey_button2 {
  text-align: center
}

.main-content,
.survey_button {
  padding: 10px
}

.name,
.result {
  font-weight: 400
}

p.question {
  font-size: 14px;
}

.survey_button {
  border: 2px solid #f0f0f0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .74);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .74);
  margin: 5px 0;
  padding: 5px 0
}

.main-content .result {
  margin: 0;
  padding: 5px 0 5px 25px
}

.survey_button2 {
  background-color: red;
  -webkit-box-shadow: 0 1px 4px 0 #000;
  box-shadow: 0 1px 4px 0 #000;
  color: #fff;
  font-size: 20px;
  padding: 10px
}

.survey_button {
  background-color: #fff;
  background: rgb(92, 0, 2);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  position: relative
}