#gform_wrapper_32 .tractor_vin input, #gform_wrapper_32 .trailer_vin input {
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}
::placeholder {
  /* Recent browsers */
  text-transform: none;
}
#gform_wrapper_32 .gsection.gfield.claim_reported_by_section {
  margin-bottom: 0;
}
.fields_preview table table tr:nth-child(n+3) {
  border-top: 1px gray dotted;
}
.fields_preview table table tr:nth-child(even) {
  border-left: 1px gray dotted;
}
.fields_preview table table tr:nth-child(odd), .fields_preview table table tr:nth-child(even) {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  background-color: transparent;
}
.fields_preview table table tr:nth-child(odd) td {
  padding: 0 10px;
}
.fields_preview * {
  font-size: 1em;
}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  padding: 0;
  padding-left: 1px !important;
  width: calc(3rem + 18px) !important;
}
.gform_wrapper .gfield_time_ampm select {
  max-width: 6rem !important;
  padding: 0;
  padding-left: 1px !important;
  margin-top: 12px;
  width: calc(3rem + 50px) !important;
}
@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + 1rem) !important;
  }
}
