.table-blue{
    color:#585858
}
.table-blue thead tr th, 
.table-blue thead tr td,
.table-blue tfoot tr th, 
.table-blue tfoot tr td{
    background-color:#5B9BD5;
    color:#FFF
}
.table-black thead tr th, 
.table-black thead tr td,
.table-black tfoot tr th, 
.table-black tfoot tr td{
    background-color:#000;
    color:#FFF
}
.table-black{
    color:#000;
    border-color:#000
}
.table-black thead tr td{
    border-bottom-color: #000
}
.table-black tbody tr:nth-child(odd) td{
    background-color: #D9D9D9;
}
.table-black tbody tr:first-of-type td{
    border-top:#000 !important 
}
.table-black tbody tr td{
    border-color: #000
}