.table th, .table td {
  vertical-align: middle;
  box-sizing: border-box;
}

.rating-star {
  color: rgb(255,229,0);
  text-shadow: -1px -1px 0 #555,1px -1px 0 #555,-1px 1px 0 #555,1px 1px 0 #555;
}

.brand-table {
  border: none;
}

