#floating_img {
    position: absolute;
    left: 0;
    margin-top: 0.5rem;
}

#floating_img img {
    border: 5px solid #da6700;
    border-radius: 15px;
}

.table thead th {
    text-align: center;
    white-space: nowrap;
}

.table tbody th {
    white-space: nowrap;
    padding: 0;
}
.table tbody td {
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.table tbody td a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.table tbody td a:hover {
    background: #AAA3;
}

.table tbody td.selected a {
    background: #AAA4;
}
