#chkGender,
#chkHeight,
#chkWeight,
#chkQ1,
#chkQ2,
#chkQ3,
#chkValidate,
.result {
  display: none;
}

.result {
  background-color: rgba(238, 235, 47, 0.06);
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.link {
  background-color: rgba(245, 239, 255, 0.66);
}

.henkan {
  margin: 20px 0 20px 0;
}

h2 {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, transparent 1.5em, #fcf6f6 0%);
  background: linear-gradient(-155deg, transparent 1.5em, #fcf6f6 0%);
  border-radius: 6px;
  font-size: 16pt;
}

h2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, transparent 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to left bottom, transparent 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2));
  border-bottom-left-radius: 6px;
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.top {
  padding: .5em .75em;
  background: -webkit-repeating-linear-gradient(45deg, #f7f7f7, #ffe5f5 5px, #fff6fc 5px, #fff6fc 10px);
  background: repeating-linear-gradient(45deg, #f7f7f7, #ffe5f5 5px, #fff6fc 5px, #fff6fc 10px);
  color: #e2711b;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h1 {
  font-size: 20pt;
  margin: 10px;
}

h3 {
  font-size: 14pt;
  border: 1px solid #f0f0f0;
  padding: 8px;
  border-radius: 10px;
  background-color: wheat;
  min-height: 60px;
}

.result table {
  background-color: white;
  font-size: 150%;
}

.chkManText {
  color: blue;
}

.chkWomanText {
  color: red;
}

#chkGender {
  margin-top: 10px;
}

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