/*.table-responsive {*/
/*    width: 100%;*/
/*    !*border-top-style: solid;*!*/
/*    !*border-top-width: 1px;*!*/
/*    !*border-top-color: rgb(00, 153, 255);*!*/
/*    border-right-color: rgb(00, 153, 255);*/
/*    border-right-style: solid;*/
/*    border-right-width: 1px;*/
/*    border-bottom-color: rgb(00, 153, 255);*/
/*    border-bottom-style: solid;*/
/*    border-bottom-width: 1px;*/
/*    border-left-color: rgb(00, 153, 255);*/
/*    border-left-style: solid;*/
/*    border-left-width: 1px;*/
/*    border-image-source: initial;*/
/*    border-image-slice: initial;*/
/*    border-image-width: initial;*/
/*    border-image-outset: initial;*/
/*    border-image-repeat: initial;*/
/*}*/

.table{
    margin-bottom: 0;
}

.table-bordered {
    border: 1px solid #0099ff;
}

.table>thead>tr>th {
    border-bottom: 1px solid #0099ff;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #0099ff;
}
