/* Add here all your CSS customizations */

/*
.table-striped>tbody>tr:hover>td, 
.table-striped>tbody>tr:hover>th {
    background-color: #e3f3ff;
}
*/

.table-striped tbody tr:hover td,
.table-striped>tbody>tr:hover>th {
    background: #e3f3ff;
}

/*table striped color*/
/*
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #fffce8; 
 }
 */
 
