:root {
    --image-width: 300px;
}
table {
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}
img.breast {
    width: var(--image-width);
    margin: 0;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
}
td.image {
    width: var(--image-width);
}
td.onion-skin {
    position: relative;
}
td.onion-skin img.breast {
    position: absolute;
    top: 0;
    left: 0;
}

.info {
    font-size: 65%;
}

.bigimg {
    max-width: 100%;
}
.bigimg-container {
    z-index: 2;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
}
