/* ===================== */
/* Visibility */

#comment1,
#comment2,
#comment3,
#comment4,
#comment5,
#comment6,
#content2,
#content3,
#q2,
#q3,
#q4,
#q5,
#q6,
#result1,
#result2,
#result3 {
  display: none;
}

/* ===================== */
/* Cursor */

.survey_button,
.survey_button2,
.name,
.profile {
  cursor: pointer;
}

/* ===================== */
/* Alignment */

.survey_button,
.survey_button2,
.loading {
  text-align: center;
}

/* ===================== */
/* Containers */

.survey_button,
.main-content {
  padding: 10px;
  border-radius: 10px;
}

/* ===================== */
/* Typography */

.name,
.result {
  font-weight: 700;
}

.main-content p {
  font-size: 14px;
}

p.question {
  font-size: 15px;
}

/* ===================== */
/* Survey buttons */

.survey_button {
  border: 2px solid #f0f0f0;
  color: #fff;
  padding: 5px 0;
  margin: 5px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.74);
}

.main-content .result {
  margin: 0;
  padding: 5px 0 5px 25px;
}

.survey_button2 {
  background-color: red;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 1px 4px #000;
}
