#id_page_size {
    width: 50px;
}

#rule_status_table th, #rule_status_table tr td:nth-of-type(3) {
    white-space: nowrap;
}

#spinner {
    left: 50%;
    top: 60%;
    position: fixed;
    display: none;
}

#rule_status_table tr td:nth-of-type(1) {
    width: 5%;
}

#rule_status_table tr td:nth-of-type(2) {
    width: 20%;
}

#rule_status_table tr td:nth-of-type(3) {
    width: 8%;
}

#rule_status_table tr td:nth-of-type(4) {
    width: 8%;
}

#rule_status_table tr td:nth-of-type(5) {
    width: 14%;
}

#rule_status_table tr td:nth-of-type(6) {
    width: 45%;
}

