body {
    Font-Family: Arial, Helvetica;
    Font-Size: 11pt;
}

h1 {
    font-size: 2.3rem;
    margin-left: 25px;
    margin-top: 30px;
}

table
{
    border: 1px solid rgb(190, 190, 190);
    background-color:#ffffff;
    margin-left: 25px;
}
tr:hover td
{
    Background-Color: rgb(59, 80, 59);
    Color: #ffffff;
}
tr:nth-child(even)
{
    Background-Color: rgb(213, 239, 235);
}
th {
    Text-Align: Left;
    Color: white;
    Padding: 8px;
    font-size: 1.1rem;
    background-color: #4C534C;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid rgb(190, 190, 190);
    cursor: pointer;
}

td {
    Vertical-Align: Top;
    Padding: 5px;
}


tr td:first-child {
    white-space: nowrap;
    border: 0;
}

.header {
    display: flex;
    align-items: left;
  }