  body {
    font-family: 'SouthwestSans-Regular', arial, sans-serif;
  }
  #travel-charges nav {
    color: #111b40;
    font-size: 1rem;
    font-family: 'SouthwestSans-Regular', arial, sans-serif;
  }
  #travel-charges h1,
  #travel-charges h2 {
    color: #000000;
    margin: 1rem 0 1rem 0;
  }
  #travel-charges h1 {
    font-size: 2.625rem;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
  }
  #travel-charges h2 {
    font-size: 1.625rem;
    font-family: 'SouthwestSans-Regular', arial, sans-serif;
  }
  #travel-charges table {
    border-radius: 10px;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    table-layout: fixed;
  }
  #travel-charges table,
  #travel-charges table th,
  #travel-charges table td {
    border: 2px solid #ffffff;
    border-collapse: collapse;
    text-align: left;
  }
  #travel-charges thead th {
    font-size: 1.1rem;
  }
  #travel-charges th,
  #travel-charges td {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
  #travel-charges p {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  #travel-charges table.dark-blue-header th {
    background-color: #1a2c80;
  }
  #travel-charges table.light-blue-header th {
    background-color: #a4baf2;
    color: #111B40;
  }
  #travel-charges th {
    color: white;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-weight: normal;
  }
  #travel-charges th.secondary{
    font-family: 'SouthwestSans-Regular', arial, sans-serif;
    padding-left: 20px;
    font-weight: normal;
  }
  .dark-gray {
    background-color: #e6e7e8;
  }
  .light-gray {
    background-color: #f5f5f5;
  }
  .terms p {
    font-size: 11px;
  }
  #travel-charges a {
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
  }
