table.sdb-tabi-style-1 td, table.sdb-tabi-style-3 td {
    border: #dcdcdc solid 1px !important;
}


table.sdb-tabi-style-2 tr:nth-child(odd), table.sdb-tabi-style-3 tr:nth-child(odd) {
    background-color: #EBEBEB;
}

table.sdb-tabi-style-2 tr:nth-child(even), table.sdb-tabi-style-3 tr:nth-child(even) {
    background-color: #f8f8f8;
}



/*
front #f8f8f8
back #EBEBEB
borders #dcdcdc
*/




table.sdb-tabi-style-1 td,table.sdb-tabi-style-2 td,table.sdb-tabi-style-3 td {
    text-align: left;
    vertical-align: top;
}

table.sdb-tabi-style-1 p, table.sdb-tabi-style-2 p, table.sdb-tabi-style-3 p {
    margin-bottom: 0 !important;
}