.tabs {
  background: #E0E8F0;
}
.tabs .nav-tabs {
  padding-left: 10px;
  padding-right: 10px;
}
.tabs .nav-tabs li.active {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}
.tabs .tab-content {
  background: #ffffff;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  overflow: auto;
  padding: 20px;
}
.tabs .pa-form-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs .pa-form-list li {
  line-height: 175%;
}
/*# sourceMappingURL=prior-auth-forms.css.map */