table.b2b-search-results thead th,
table.b2b-search-results tbody td {
  padding: 2px;
}
table.b2b-search-results th span {
  font-size: 12px;
}
table.b2b-search-results tr.owner-garage {
  background-color: lightgreen;
}
table.b2b-search-results tr.owner-platform {
  font-style: italic;
}
.filter_season .btn {
  padding: 4px 2px 2px 4px;
}
i.tire {
  width: 25px;
  height: 25px;
}
i.tire-summer {
  background: url(images/type_summer.png) center center no-repeat;
}
i.tire-winter {
  background: url(images/type_winter.png) center center no-repeat;
}
i.tire-allseason {
  background: url(images/type_allseason.png) center center no-repeat;
}
.tire-rating {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
}
.tire-rating .metric {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  padding: .25em .4em;
}
.tire-rating .metric + .metric {
  border-left: 1px solid #ccc;
}
.tire-rating .icon {
  width: 14px;
  height: 14px;
  color: #aaa;
}
.tire-rating .grade {
  display: inline-block;
  width: 1.2em;
  font-weight: 700;
}
.tire-rating .db {
  font-weight: 700;
  margin-left: .2em;
}
.tire-rating .unit {
  font-weight: 700;
}
