/* CSS Document */
.red {
  color: red;
}

#main #mailformpro table {
  width: 100%;
}
#main #mailformpro table th {
  width: 40%;
}
@media only screen and (max-width: 480px) {
  #main #mailformpro table th,
  #main #mailformpro table td {
    display: block;
    width: 98%;
    padding: 10px 1%;
  }
}
#main #mailformpro table th p,
#main #mailformpro table td p {
  margin-bottom: 0px;
}
#main #mailformpro table th p.exam,
#main #mailformpro table td p.exam {
  color: #999;
}
#main #mailformpro table th ul,
#main #mailformpro table td ul {
  margin: 0;
}
#main #mailformpro table th textarea,
#main #mailformpro table th input:not([type="radio"]):not([type="checkbox"]),
#main #mailformpro table td textarea,
#main #mailformpro table td input:not([type="radio"]):not([type="checkbox"]) {
  width: 95% !important;
}
@media only screen and (max-width: 480px) {
  #main #mailformpro table td {
    padding-bottom: 30px;
  }
}
#main button {
  border: none;
  background: none;
}
