h2 {
    margin-top: 1px;
}

ol li {
    text-indent: 10px;
    margin-left: 2em;
}

b {
    font-weight: bold;
}

.col {
    flex-basis: -1px;
}

thead tr th:hover {
    background-color: #add8e6 !important;
    cursor: pointer !important;
}

thead tr th {
    background-color: white !important;
}

tbody tr:hover {
    background-color: #dee2e6 !important;
}

#Table1 tbody tr:hover {
    background-color: transparent !important;
}

#middle {
    margin-top: 25px;
}