table {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
    font-size: 12px;
    table-layout: fixed;
    text-align: right;
    padding: 0.4em;
  }
  thead {
    border-bottom: 1px solid black;
    vertical-align: bottom;
  }
  tbody tr:nth-child(odd) {
    background: #f5f5f5;
  }
  tr, th, td {
    text-align: right;
    vertical-align: middle;
    padding: 0.5em 0.5em;
    line-height: normal;
    white-space: normal;
    max-width: none;
    border: none;
  }
  th {
    font-weight: bold;
  }
  
