#self-content > fieldset {
  border: none;
}

div.aip_cart {
  font: 400 1.5em/0 "Open Sans", sans-serif !important;
  font-size: 20px !important;
  background-color: #009247 !important;
  border: medium none !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 0.51em 1em !important;
  line-height: 24px !important;
  margin-right: 1em;
  width: fit-content;
  margin-bottom: 1em;
}

div.aip_cart:hover,
div.aip_cart:focus {
  border: 2px solid black !important;
  box-shadow: none;
  border-radius: 2px !important;
}

a.aip_cart {
  color: #fff;
}

#wallet_management_container {
  display: none;
}

#main-content {
  width: 75%;
  margin: auto;
}

.aip_control_style {
  width: 50%;
}

.aip_control_style input:focus {
  outline: 0;
  background: #fff;
  border-color: #064d84;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    3px 0 8px rgba(102, 175, 233, 0.6);
}

.aip_button {
  font: 400 1.5em/0 "Open Sans", sans-serif !important;
  font-size: 20px !important;
  background-color: #009247 !important;
  border: medium none !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 0.51em 1em !important;
  line-height: 24px !important;
  margin-right: 1em;
}

.aip_button:focus,
.aip_button:hover {
  border: 2px solid black !important;
  box-shadow: none;
  border-radius: 2px !important;
}

hr.aip_hr {
  display: none;
}

.aip_table {
  margin-top: 2em;
}

input[type="submit"] {
  width: 15rem;
}

div.aip_control_style {
  display: flex;
}

.aip_form_fieldset {
  width: 80%;
  padding-left: 1em;
}

input[type="text"] {
  width: 20rem;
}

#aip_help_link {
  margin-left: 1rem;
}

#PCI_19,
#ATI_9,
#ATIPence_9,
#PCI_18,
#ATI_8,
#ATIPence_8 {
  width: 12rem;
}

@media screen and (min-device-width: 1px) and (max-device-width: 640px),
  screen and (min-width: 1px) and (max-width: 640px),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  #self-content > fieldset {
    font-size: 82%;
  }

  .aip_table {
    font-size: 13px;
  }

  td,
  th {
    padding: 0.2em;
  }

  input[type="submit"] {
    margin-bottom: 0.3em;
  }

  #main-content {
    margin: 0.8em;
  }

  .aip_button {
    display: flex;
  }
}

@media only screen and (max-width: 33em) {
  .header-left {
    font-size: 1.4rem !important;
    height: 3.25rem;
  }
  .header-left .tel {
    display: contents;
  }
  .small-6.column.header-right {
    width: 30%;
  }
  .small-6.column.header-left {
    width: 60%;
  }
  .aip_input_control {
    width: 35rem;
  }
}
