/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.div-table-responsive {
    & tr.oddeven {
        & td:nth-child(2), & td:nth-child(3) {
            &.tdoverflowmax200 {
                white-space: wrap;
            }
        }
        & td.small.tdoverflowmax150 {
            white-space: wrap;
        }
    }
}

#id-top {
    position: fixed;
    width: 100%;
}

#id-container {
    margin-top: 50px;
}

@media only screen and (max-width: 835px) {
    #id-container {
        margin-top: 100px;
    }
}