#tableblacklist  tr:nth-child(even) {
    background-color: #f6cccc;
}
#tableblacklist  tr:nth-child(odd) {
    background-color: #f6cccc;
}
#tableblacklist  tr:hover {
    background-color: #eea1a1;
}



#tablenews  tr:nth-child(even) {
    background-color: #f9ecae;
}
#tablenews  tr:nth-child(odd) {
    background-color: #f9ecae;
}
#tablenews  tr:hover {
    background-color: #f6e17e;
}


#tableregulated  tr:nth-child(even) {
    background-color: #b9e7a8;
}
#tableregulated  tr:nth-child(odd) {
    background-color: #b9e7a8;
}
#tableregulated  tr:hover {
    background-color: #99dc80;
}
#tableregulated  th:nth-child(even) {
    background-color: #ffffff;
}
#tableregulated  th:nth-child(odd) {
    background-color: #ffffff;
}
#tableregulated  th:hover {
    background-color: #ffffff;
}



#homeblacklist  tr:nth-child(even) {
    background-color: #f6cccc;
}
#homeblacklist  tr:nth-child(odd) {
    background-color: #f6cccc;
}
#homeblacklist  tr:hover {
    background-color: #eea1a1;
}
#homeblacklist  th:nth-child(even) {
    background-color: #ffffff;
}
#homeblacklist  th:nth-child(odd) {
    background-color: #ffffff;
}
#homeblacklist  th:hover {
    background-color: #ffffff;
}




#homewarnings  tr:nth-child(even) {
    background-color: #f9ecae;
}
#homewarnings  tr:nth-child(odd) {
    background-color: #f9ecae;
}
#homewarnings  tr:hover {
    background-color: #f6e17e;
}
#homewarnings  th:nth-child(even) {
    background-color: #ffffff;
}
#homewarnings  th:nth-child(odd) {
    background-color: #ffffff;
}
#homewarnings  th:hover {
    background-color: #ffffff;
}