.sign-documents .sign-documents-header,
.sign-documents .document-name,
.travel-benefits .travel-benefits-header,
.travel-benefits .document-name,
.payment-form .payment-header,
.payment-form .document-name {
  height: 60px;
  color: var(--gunmetal);
  font-size: var(--size-20);
}

.payment-form .document-name {
  height: 40px !important;
}

.payment-form .total-cost .document-name {
  height: 70px !important;
}

.sign-documents .sign-documents-header,
.travel-benefits .travel-benefits-header,
.travel-insurance-header,
.payment-form .payment-header {
  background-color: var(--document-bg);
}

.sign-documents .document-view-more a,
.travel-benefits .document-view-more a {
  color: var(--upload-text);
  font-size: var(--size-14);
  font-style: oblique;
  font-weight: normal;
  text-underline-offset: 2px;
}

.sign-documents-table tr:not(:last-child) td:nth-child(1),
.sign-documents-table tr:not(:last-child) td:nth-child(4),
.travel-benefits-table tr:not(:last-child) td:nth-child(1),
.travel-benefits-table tr:not(:last-child) td:nth-child(5),
.travel-benefits-optional-table tr:not(:last-child) td:nth-child(1),
.travel-benefits-optional-table tr:not(:last-child) td:nth-child(5),
.payment-table tr:not(:last-child) td:nth-child(1),
.payment-table tr:not(:last-child) td:nth-child(4) {
  border-bottom: 1px solid transparent;
}

.sign-documents-title {
  margin: 0 !important;
}

.sign-documents .form-item {
  margin-top: 0 !important;
}

.sign-documents .form-item,
.sign-documents .form-actions {
  margin-bottom: 2rem;
}

.webform-signature-pad {
  background-color: var(--white);
  border: 1px solid var(--border-color);
}

.sign-here-section label {
  font-style: oblique;
  margin-bottom: 0.5rem;
}

.sign-here-section .description {
  display: none;
}

.webform-signature-pad .button {
  min-width: 8rem;
  top: 84%;
  background-color: var(--dark-mint-green);
  border: 1px solid var(--dark-mint-green) !important;
  color: var(--white);
  font-size: var(--size-16);
  height: 45px;
  text-transform: uppercase;
}

.webform-signature-pad .button:hover,
.webform-signature-pad .button:active {
  background-color: var(--white);
  color: var(--dark-mint-green);
}

@media screen and (min-width:1024px) {

  .sign-documents-table th:nth-child(1),
  .travel-benefits-table th:nth-child(1),
  .travel-benefits-optional-table th:nth-child(1),
  .payment-table th:nth-child(1) {
    width: 2%;
  }

  .sign-documents-table td:nth-child(1),
  .travel-benefits-table td:nth-child(1),
  .travel-benefits-optional-table td:nth-child(1),
  .payment-table td:nth-child(1) {
    width: 2%;
    border-right: 1px solid transparent;
  }

  .sign-documents-table td:nth-child(4),
  .travel-benefits-table td:nth-child(5),
  .travel-benefits-optional-table td:nth-child(5),
  .payment-table td:nth-child(4) {
    width: 2%;
    border-left: 1px solid transparent;
  }

  .sign-documents-table td:nth-child(2),
  .travel-benefits-table td:nth-child(2) {
    width: 30%;
  }

  .payment-table td:nth-child(2) {
    width: 80%;
  }

  .travel-benefits-optional-table td:nth-child(2) {
    width: 40%;
  }

  .travel-benefits-optional-table td:nth-child(3) {
    width: 35%;
  }

  .sign-documents-table tbody tr:nth-child(1),
  .travel-benefits-table tbody tr:nth-child(1),
  .travel-benefits-optional-table tbody tr:nth-child(1),
  .payment-table tbody tr:not(:last-child) {
    border-top: 0;
  }

}

#edit-insurance-table th{
  background-color: var(--document-bg);
  height: 60px;
  color: var(--gunmetal);
  font-size: var(--size-20);
}