/* Start custom CSS */table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
  background-color: #ffffff;
}
table td, table th {
  border: none;
  padding: 0px;
}
table{
    font-size: 0.94rem;
}

table strong{
    font-weight: 600;
}/* End custom CSS */