/* common.css */
body {
    position: relative;
}

body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: url('/images/watermark.png') no-repeat left center; */
    background-size: 40%;
    opacity: 0.10;
    z-index: 1000;
    pointer-events: none;
}

th {
    position: sticky;
    top: 0;
    background-color: #c2c2c2;
    z-index: 10;
    text-align: left;
}

@media (max-width: 1080px) {
    table {
        width: 100%;
        border-collapse: collapse;
    }
}

.clicked-row {
    background-color: #c2c2c2 !important;
    color: black;
}

