DIV.dt-loading {
    position: relative;
    background: transparent url(../images/loading.gif) no-repeat center center;
    min-width: 200px;
    min-height: 350px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden
    }
DIV.dt-loading TABLE, DIV.dt-loading DIV {
    visibility: hidden;
    position: absolute
    }
DIV.dt-loading DIV.dt-loading-message {
    visibility: visible;
    position: relative;
    top: 50%;
    margin-top: 45px;
    text-align: center !important
    }
.dtclear {
    clear: both
    }
.dataTables_length SELECT {
    width: auto
    }
TD.child SPAN.dtcr-data > DIV {
    display: inline
    }