.table_blujepahcp {
  max-width: 960px;
  height: 56px;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #544F40;

  @media (max-width: 960px) {
    box-shadow:none;
  }

  th:nth-child(2),
  th:nth-child(3),
  td:nth-child(2),
  td:nth-child(3) {
    text-align: center;

    @media (min-width: 960px) {
      width: 309px;
      padding: 16px 32px;
    }
  }

  th:first-child,
  td:first-child {
    @media (min-width: 960px) {
      padding-left: 48px;
      padding-right: 32px;
      width: 320px;
    }
  }

  th,
  td {
    padding: 16px 64px 16px 48px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: Helvetica;

    & span {
      font-family: Helvetica;
    }

    @media (max-width: 960px) {
      width: 107px;
      padding: 16px 10px;
    }
  }

  thead {
    background-color: #002055;
    color: #FFFFFF;

    th {
      font-weight: 700;
      font-family: 'Poppins';
    }
  }

  .row-white {
    background-color: #FFFFFF;
  }

  .row-pink {
    background-color: #F0EFED;
  }
}

.eagle-table{
  max-width: 960px;
  margin: 0 auto;
  .table-subgroup-analyses {
    border: 1px solid #544F40;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    display: table;
    table-layout: fixed;
  
    @media (max-width: 960px) {
      border: 0;
      border: 1px solid #544F40;
    }
  
    thead {
      background-color: #002055;
      color: #FFFFFF;
    }
  
    tr {
      height: 56px;
    }
  
    tbody tr td,
    thead tr th {
      text-align: center;
      padding: 15px 32px;
      font-size: 16px;
      font-weight: 400;
      font-family: 'Helvetica';
      @media (max-width: 960px) {
        padding: 16px 0 16px 0;
      }
      & span, sup {
        font-family: 'Helvetica';
      }
      & li{
        font-family: 'Helvetica';
        font-size: 16px;
      }
    }
  
    tbody tr td:first-child,
    thead tr th:first-child {
      text-align: left;
      @media (min-width: 961px) {
        padding: 15px 32px 15px 48px;
      }
      @media (max-width: 960px) {
        padding-left: 10px;
      }
    }
  
    thead tr th {
      font-weight: 700;
      font-family: 'Poppins';
      & span {
        font-family: 'Poppins';
      }
      &:last-child{
        font-size: 14px;
      }
    }
  
    tbody tr:nth-child(2n+2) {
      background-color: #F0EFED;
    }
  }
}

.table-trial-population {
  border: 1px solid #544F40;
  border-spacing: 0;
  border-collapse: separate;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  display: table;
  table-layout: fixed;
  max-width: 960px;
  border-radius: 4px;

  @media (max-width: 960px) {
    border: 1px solid #333333;
    box-shadow:none;
  }

  thead {
    background-color: #002055;
    color: #FFFFFF;
  }

  tr {
    height: 56px;
    &:last-child td {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
    }
  }

  tbody tr td,
  thead tr th {
    text-align: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Helvetica';
    @media (max-width: 960px) {
      padding: 16px 0 16px 0;
    }
    & span {
      font-family: 'Helvetica';
    }
  }

  tbody tr td:first-child,
  thead tr th:first-child {
    text-align: left;
    padding-left: 32px;
    @media (max-width: 960px) {
      padding-left: 10px;
    }
  }

  thead tr th {
    font-weight: 700;
    font-family: 'Poppins';
    & span {
      font-family: 'Poppins';
    }
  }
  .trdark-grey{
    background-color: #E4E2DF !important;
  }
  tbody tr:nth-child(2n+2) {
    background-color: #F0EFED;
  }
}