table.responsive-a {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-a caption {
  font-size: 1.2em;
  margin: .5em 0 .75em;
  text-align: left;
}

table.responsive-a thead tr {
  background: #00aca9;
  color: #fff;
}

table.responsive-a tr {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

table.responsive-a th,
table.responsive-a td {
  font-size: 1rem;
  line-height: 1.4rem;
  padding: .625em;
  text-align: left;
  vertical-align: top;
}

table.responsive-a td:first-child {
  color: #00aca9;
  font-weight: 600;
}

/* Responsive tweaks */
@media screen and (max-width: 600px) {
  table.responsive-a {
    border: 0;
  }

  table.responsive-a caption {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
  }

  table.responsive-a thead {
    display: none;
  }

  table.responsive-a tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
  }

  table.responsive-a td::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    color: #00aca9;
    width: 100%;
    margin-bottom: 5px;
  }

  table.responsive-a td:nth-child(1)::before {
    display: none;
  }

  table.responsive-a td:nth-child(1) {
    background: #00aca9;
    color: #fff;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  table.responsive-a td:last-child {
    border-bottom: 0;
  }
}


table.responsive-b {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-b caption {
  font-size: 1.2em;
  margin: .5em 0 .75em;
  text-align: left;
}

table.responsive-b thead tr {
  background: #00aca9;
  color: #fff;
}

table.responsive-b tr {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

table.responsive-b th,
table.responsive-b td {
  font-size: 1rem;
  line-height: 1.4rem;
  padding: .625em;
  text-align: left;
  vertical-align: top;
}


table.responsive-b td:first-child {
  color: #00aca9;
  font-weight: 600;
}

/* Even columns white background on larger screens */
@media screen and (min-width: 601px) {
  table.responsive-b td:nth-child(even) {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 600px) {
  table.responsive-b {
    border: 0;
  }

  table.responsive-b caption {
    font-size: 1.3em;
  }

  table.responsive-b thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.responsive-b tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
  }

  table.responsive-b tr td:nth-child(1) {
    background: #00aca9;
    color: #fff;
  }

  table.responsive-b td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: left;
  }

  table.responsive-b td::before {
    content: attr(data-label);
    float: left;
    color: #00aca9;
    width: 50vw;
  }

  table.responsive-b td:nth-child(1)::before {
    width: 0px;
    overflow: hidden;
  }

  table.responsive-b td:last-child {
    border-bottom: 0;
  }
}

table.responsive-c {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-c caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  text-align: left;
}

table.responsive-c thead tr {
  background: #00aca9;
  color: #fff;
}

table.responsive-c tbody tr:nth-child(odd) {
  background-color: #f2f2f2; /* light grey */
}

table.responsive-c tbody tr:nth-child(even) {
  background-color: #ffffff; /* white */
}

table.responsive-c tr {
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

table.responsive-c th,
table.responsive-c td {
  font-size: 1rem;
  line-height: 1.4rem;
  padding: .625em;
  text-align: left;
  vertical-align: top;
}

table.responsive-c td:first-child {
  color: #00aca9;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  table.responsive-c {
    border: 0;
  }

  table.responsive-c caption {
    font-size: 1.3em;
  }

  table.responsive-c thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.responsive-c tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
  }

  table.responsive-c tr td:nth-child(1) {
    background: #00aca9;
    color: #fff;
  }

  table.responsive-c td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: left;
  }

  table.responsive-c td::before {
    content: attr(data-label);
    float: left;
    color: #00aca9;
    width: 50vw;
  }

  table.responsive-c td:nth-child(1)::before {
    width: 0px;
    overflow: hidden;
  }

  table.responsive-c td:last-child {
    border-bottom: 0;
  }
}

table.responsive-d {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-d caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  text-align: left;
}

table.responsive-d thead tr {
  background: #00aca9;
  color: #fff;
}

table.responsive-d tbody tr:nth-child(odd) {
  background-color: #ffffff; /* white */
}

table.responsive-d tbody tr:nth-child(even) {
  background-color: #f2f2f2; /* light grey */
}

table.responsive-d tr {
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

table.responsive-d th,
table.responsive-d td {
  font-size: 1rem;
  line-height: 1.4rem;
  padding: .625em;
  text-align: left;
  vertical-align: top;
}

table.responsive-d td:first-dhild {
  color: #00aca9;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  table.responsive-d {
    border: 0;
  }

  table.responsive-d caption {
    font-size: 1.3em;
  }

  table.responsive-d thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.responsive-d tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
  }

  table.responsive-d tr td:nth-child(1) {
    background: #00aca9;
    color: #fff;
  }

  table.responsive-d td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: left;
  }

  table.responsive-d td::before {
    content: attr(data-label);
    float: left;
    color: #00aca9;
    width: 50vw;
  }

  table.responsive-d td:nth-child(1)::before {
    width: 0px;
    overflow: hidden;
  }

  table.responsive-d td:last-child {
    border-bottom: 0;
  }
}













/* RESPONSIVE TABLES  */

table.responsive-a caption {
    font-size: 1.5rem;
    line-height: 1.4rem;
    font-weight:600;

}




@media screen and (max-width: 600px) {

table.responsive-a tr td:nth-child(1) {
        padding-left: 3vw;
    }
 
   table.responsive-a td {
     display: flex;
     text-align: left;
     padding: 10px;
     padding-left: 35vw;
    }
   table.responsive-a td:before {
        content: attr(data-label);
        color: #00aca9;
        width: 50vw;
        font-weight: 600;
        width: 35vw;
        left: -32vw;
        width: 0;
        position:relative;
        display:block;
        }
        
}

/* END RESPONSIVE TABLES  */


/* NON-RESPONSIVE TABLES  */


table.non-responsive-a {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.non-responsive-a caption {
  font-size: 1.2em;
  margin: .5em 0 .75em;
  text-align: left;
}

table.non-responsive-a thead tr {
  background: #00aca9;
  color: #fff;
}

table.non-responsive-a tr {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

table.non-responsive-a th,
table.non-responsive-a td {
  padding: .625em;
  text-align: left;
}

table.non-responsive-a td:nth-child(1) {
  color: #00aca9;
}

table.non-responsive-a th {
}

.non-responsive-a td:first-child,
.non-responsive-a th:first-child {
  font-weight: 600;
}







table.responsive-e {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-e caption {
  font-size: 1.2em;
  margin: .5em 0 .75em;
  text-align: left;
}

table.responsive-e thead tr {
  background: #00aca9;
  color: #fff;
}

table.responsive-e tr {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

table.responsive-e th,
table.responsive-e td {
  padding: .625em;
  text-align: left;
}

table.responsive-e td:nth-child(1) {
  color: #00aca9;
}

table.responsive-e th {
}

.responsive-e td:first-child,
.responsive-e th:first-child {
  font-weight: 600;
}



@media screen and (max-width: 600px) {
  table.responsive-e {
    border: 0;
  }

  table.responsive-e caption {
    font-size: 1.3em;
  }

  table.responsive-e thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.responsive-e tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
  }

  table.responsive-e tr td:nth-child(1) {
    background: #00aca9;
    color: #fff;
  }

  table.responsive-e td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: left;
  }

  table.responsive-e td::before {
    content: attr(data-label);
  float: left;
    color: #00aca9;
    width: 50vw;
font-weight:600;
        width: 100%;
        padding: 0 0 20px 0;
  }
  table.responsive-e td:nth-child(1)::before {
    width: 0px;
    overflow: hidden;
  }
  table.responsive-e td:last-child {
    border-bottom: 0;
  }
}

table.responsive-f {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-f caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  text-align: left;
}

table.responsive-f thead tr {
  background:#00aca9;
  color:#fff;
}

table.responsive-f tr {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

table.responsive-f th,
table.responsive-f td {
  padding: .625em;
  text-align: left;
}

table.responsive-f td:nth-child(1)  {
    color:#00aca9;
}

table.responsive-f th {
}

@media screen and (max-width: 600px) {
  table.responsive-f{
    border: 0;
  }

table.responsive-f caption {
    font-size: 1.3em;
  }
  
 table.responsive-f thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
table.responsive-f tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding :0px;
  }
  
 
 table.responsive-f td {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
  }

table.responsive-f td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #00aca9;
    min-width: 40%;
  }

table.responsive-f tr td:nth-child(1) {
    background: #00aca9;
    color: #fff;
  }
table.responsive-f tr td:nth-child(1)::before {
    color: #fff;
  }


table.responsive-f tr td:nth-child(1)::before {
    min-width: 1%;
    padding-right:2px;
  }




}

