th {
    background-color: rgba(255, 255, 255, 0.5);
}

th:hover {
    background-color: white;
}

#lotus {
    width: 90px;
    padding: 0;
    margin-left: 30px;
}

#lotus img {
    width: 100%;
    display: block;
    cursor: pointer;
    border: solid 2px white;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(0, 255, 255, 0.132);
}

#lotus #zoom img {
    transition: 0.3s ease-in-out;
}

#lotus #zoom:hover img {
    transform: scale(1.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#tableDiv {
    padding-left: 30px;
}