table.style1px, th, td {
    border: 0px solid black;
    border-collapse: collapse;
    padding: 10px;
}
table.style0px {
    border: 0px solid black;
    border-collapse: collapse;
}
img:hover2x {
    transform: scale(1.2);
}
.thumbnail {
    width: 400px;
    margin: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.thumbnail:hover {
    opacity: 0.8;
}
#overlay {
    position: fixed;
    display: none;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px white;
}
