.table_block{
    height: 0;
    overflow: hidden;
}
.table_block.show{
    height: auto;
}
.table-striped>tbody>tr.noApplication{
    background-color: lightskyblue;
}
.table-striped>tbody>tr.enlisted{
    background-color: lightgreen;
}
.table_item{
    overflow-x: auto;
}