th:first-child, td:first-child {
    position: sticky !important;
    left: 0 !important;
    z-index: 2 !important;
    background-color: #f0f0f0 !important;
    min-width: 60px !important;
    max-width: 60px !important;
    width: 60px !important;
    text-align: center !important;
    font-weight: bold !important;
    border-right: 1px solid #ccc !important;
}

.force-label {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
    font-weight: bold !important;
    color: darkblue !important;
    background-color: #e0e0ff !important;
}

html, body {
    overflow-x: hidden !important;
}

.icons {
    display: none !important;
}

