html {
    overflow: hidden;
}

.selected {
    background-color: #03c2fc;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0 20px 0 20px;
}

th:first-child {
    display: none;
}

td:first-child {
    display: none;
}
