body {
    margin: 0
}
#fixed-table {
    white-space: nowrap;
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    #fixed-table-layout: fixed;
    font-family: sans-serif;
    font-size: 12px;
}
#fixed-table th, td {
    padding: 5px 10px;
}
#fixed-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 25vw;
    text-align: left;
    background: white;
    border-bottom: 1px solid #7f7f7f;
}
#fixed-table td {
    text-align: left;
}
#fixed-table td.number, th.number {
    text-align: right;
}
#fixed-table td.alert {
    background: #ee8b8b;
}
#fixed-table td.new {
    background: #8af18a;
}
#fixed-table td.caf {
    background: #ffbe48;
}
#fixed-table tbody th {
    text-align: left;
    position: relative;
    background: white;
    border-right: 1px solid #7f7f7f;
}
#fixed-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    border-right: 1px solid #7f7f7f;
}
#fixed-table tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
}
#fixed-table tr {
    background-color: white;
}
#fixed-table tbody tr:nth-child(odd), #fixed-table tbody tr:nth-child(odd) th {
    background-color: #e8e8e8;
}
[role="region"][aria-labelledby][tabindex] {
    width: 100%;
    max-height: 98vh;
    overflow: scroll;
}
[role="region"][aria-labelledby][tabindex]:focus {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    outline: 0;
}
