  table th {
    background: rgb(201, 217, 242, 0.7);
    color: #293276 !important;
    padding: 5px 10px;
    word-wrap: normal;
    font-weight: 600;
  }
  table th p{
    font-weight: 600 !important;
  }
  table td {
    color: #293276;
    padding: 10px;
    font-size: 0.85rem;
  }
  
  table tbody tr:nth-of-type(even) > *{
    background: rgb(201, 217, 242, 0.2) !important;
    color: #293276 !important;
  }
  
  table tbody tr:nth-of-type(odd) > *{
    background: rgb(255, 255, 255, 1) !important;
    color: #293276 !important;
  }
  
  table > :not(caption) > * > * {
    border-width: 0.5px 0.5px;
    border-color: rgb(41, 50, 118, 0.2) !important;
  }
  