#WindowLoad
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=60);
    -moz-opacity:70;
    opacity:0.70;
    background: #1a2035;
}

.scroll-auto{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.scroll{
    overflow-y: scroll !important;
    overflow-x: scroll !important;
    max-height: 60rem !important;
}

/* To remove all padding from table cells */
.table td, .table th {
  padding: 0px !important;
  margin: 0px !important;
}