.total {
  font-weight: bold;
  font-size: 32px !important;
}
.gform_wrapper span.ginput_total {
  font-weight: bold;
  font-size: 32px !important;
}
.gform_wrapper tr.gfield_error td:first-child {
  background-color: #ffdfe0;
  font-weight: bold;
}
.dlg-no-title .ui-dialog-titlebar, .dlg-no-title .ui-dialog-titlebar-close {
  display: none;
}
.gform_wrapper .instruction.validation_message {
  margin-left: auto;
}
.gform_footer .read-terms {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    display: block;
    font-size: 0.8em;
    width: 100% !important;
  }
  table td:before {
    /*
 * aria-label has no advantage, it won't be read inside a table
 content: attr(aria-label);
 */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
  .lineup {
    display: none;
  }
  table tr[class=gray] td[colspan='11'] {
    display: none;
  }
}
