﻿
.alert .line {
    display: flex;
    width: 100%;
}

    .alert .line.header {
        position: absolute;
        top: 0;
        background-color: #fff;
    }

.alert .scroll {
    position: relative;
    padding-top: 56px;
    overflow-y: scroll;
}

.addon-compliances-alert {
    width: 1200px;
    height: 740px;
}

    .addon-compliances-alert .alert {
        padding: 32px 48px;
    }

        .addon-compliances-alert .alert .scroll {
            height: 560px; /* 10 lines */
        }

        .addon-compliances-alert .alert .line > div {
            width: 160px;
            padding: 16px 32px;
        }

            /* 20200220: to be confirmed for staff name */
            .addon-compliances-alert .alert .line > div:nth-child(2) {
                display: none;
            }

            .addon-compliances-alert .alert .line > div:nth-child(5) {
                width: calc( 100% - 580px );
            }

            .addon-compliances-alert .alert .line > div:nth-child(6) {
                width: 100px;
            }
