.custombrx_favorites_table {
  border-collapse: collapse;
  border: 1px solid;
}
.custombrx_favorites_table th, .custombrx_favorites_table td {
  border: 1px solid;
  padding: 5px;
}
.custombrx_favorites_table td:empty {
  background: #ccc;
}
.custombrx_favorites_table tr:nth-child(2n+1){
   background:white;
}

.custombrx_favorites_table tr:nth-child(2n){
   background:#ebf4f8;
}
.custombrx_favorites_table th {
  background: #f5f8ec;
}
