/**
 *
 * Apply Here your Custom CSS
 *
*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: url(../images/loader-red.gif) center center no-repeat rgb(255, 255, 255);
    opacity: .8;
    background-size: 60px;
}
div#table-2_wrapper {
    margin-bottom: 9rem; 
    overflow-x: scroll; 
}
.Innerpage-content{
    margin-bottom: 8rem;
}
#example_info{
    margin-bottom: 8rem;
}