#survey button {
  border-radius: inherit;
}
#survey.showTitle > .inside {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#survey .bigspace {
  background: inherit;
}
#survey .row.button {
  justify-content: center;
}
#survey .row.up {
  margin: 0;
  width: 100%;
}
#survey .row.upload {
  flex-flow: column;
}
#survey .flexRow {
  width: 100%;
  flex-wrap: nowrap;
  margin: 0;
}
#survey .tabtext {
  width: 100%;
}
#survey .tabtext::after {
  background-color: #fff;
}
#survey .pg_sv_checkbox {
  font-weight: 700;
  font-size: 1.4rem;
}
#survey .pg_sv_checkbox label {
  display: inline-block;
}
#survey .pg_sv_checkbox label::before {
  border: 2px solid #ccc;
}
#survey .pg_sv_checkbox input {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
#survey .pg_sv_checkbox input[type=checkbox]:checked + label::after {
  color: #fff;
}
#survey .pg_sv_checkbox input[type=radio]:checked + label::after {
  color: #fff;
}

/*# sourceMappingURL=pg_survey.css.map */
