catalog.css" [dos] 18L, 317B                                                                                                                                                                                          1,1           All
.subset img{
  height: 20px;
  vertical-align: middle
}
table tbody tr{
  background-color: #fff;
}

table tbody tr:nth-child(even) {
  background-color: #eee !important;
}

table td, table th{
  padding: .5rem 1rem;
  border-width: 0 0 1px;
  border-color: #ddd;
  background-color: transparent;
}
