

.table-acl table {
    /*width: 100%;*/
}

.table-acl thead,
.table-acl tbody,
.table-acl tr,
.table-acl td,
.table-acl th {
    height: 50px;
    display: block;
}

/*
.table-acl  tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
*/

.table-acl  thead th {
    height: 50px;
    /*text-align: left;*/
}

.table-acl  tbody {
    height: 500px;
    overflow-y: auto;
}

.table-acl  thead {
    /* fallback */
    margin-right: 15px;
}

.table-acl tbody td,
.table-acl thead th {
    /*width: 10%;*/
    float: left;
}

.table-acl td,
.table-acl th {
    width: 9%;
}

.table-acl th:nth-child(1),
.table-acl td:nth-child(1) {
    width: 19%;
}
