.webxBusting .webxBBusiness {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000; }
  .webxBusting .webxBBusiness:last-of-type {
    border-bottom: none; }
.webxBusting .wBTitle {
  font-weight: bold;
  font-size: bigger;
  margin-bottom: 10px; }
.webxBusting .wBRating {
  margin-top: 20px;
  font-weight: bold; }
.webxBusting .wBReviews {
  margin-top: 20px; }
  .webxBusting .wBReviews .wBRReview {
    margin-bottom: 20px; }
    .webxBusting .wBReviews .wBRReview span {
      font-weight: bold;
      font-style: italic;
      max-width: 80%;
      display: inline-block; }
.webxBusting .wBOpeningHours {
  margin-top: 20px; }
.webxBusting .wBClose, .webxBusting .wBOpen {
  display: none;
  font-weight: bold; }
.webxBusting .wBClose {
  color: red; }
.webxBusting .wBOpen {
  color: green; }
.webxBusting .jq-stars {
  display: inline-block; }
.webxBusting .jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana; }
.webxBusting .jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer; }
.webxBusting .jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%; }
.webxBusting .jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
  /* un-used */ }
.webxBusting .jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }
