
.table td, .table th {
    padding: .2rem .2rem;
};

#bg_layer {
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
};
#loading {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background: #fff;
    background: url("images/loading2.gif") center center no-repeat; 
    z-index: 1;
};