.calc_form {
  margin: 20px 0px 20px 0px;
  width: 80%;
  padding: 10px 0px 30px 0px;
}
.calc_form input[type="text"], .calc_form select, .quantifiers_block input[type="text"], .quantifiers_block select {
  display: block;
  float: left;
  width: 100% !important;
  height: 40px;
}
.quantifiers_block span {
  font-size: 12px;
  min-height: 50px;
  line-height: 18px;
  display: block;
  float: left;
  width: 100%;
}
.quantifiers_block div.five:nth-of-type(1) span, .quantifiers_block div.five:nth-of-type(3) span, .quantifiers_block div.five:nth-of-type(4) span{
  line-height: 50px;
}
.form_results p span, .form_results_after p span, .form_results_before p span {
  font-weight: bold;
}
.calc_form h2 {
  display: block;
  float: left;
  width: 100%;
}
.gray_calc_bg {
  background-color: #E6e6e6;
}
.calc_form .gray_bg, .calc_form .gray_calc_bg {
  min-height: 420px;
}
.calc_form .gray_bg {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
  border: 1px solid #FFF;
}
.form_results p {
	padding: 2px 0px;
}
.form_results hr {
  margin: 30px 0 10px 0;
}
.calc_form {
  overflow: hidden;
}
.calc_form > div {
  padding-bottom: 300px;
  margin-bottom: -250px;
}
