div.pricegroup {
  padding: 15px 0;
}

div.pricegroup p {
  padding: 5px;
}

div.pricegroup .teetimes-slot {
  display: inline-block;
  width: 90px;
  margin: 6px;
}

div.pricegroup .teetimes-slot a {
  padding: 0px;
  color: white;
  font-size: 15px;
  display: block;
  text-align: center;
  border: 1px solid #bcd9ac;
  overflow: hidden;
  background: #50a261;
  padding: 0px;
  width: auto;
  border-radius: 4px;
}

div.pricegroup .teetimes-slot.reduced a {
  background: #f8ac22;
  border-color: #f2d8aa;
}

div.pricegroup .price-legend {
  margin-bottom: 5px;
}

div.pricegroup .price-legend .price {
  margin-right: 10px;
}

.teetimes-slot .slot-time {
  padding: 6px 0;
  display: block;
}

.teetimes-slot .slot-price {
  display: block;
  font-size: 13px;
  background: #fff;
  color: #333;
  padding: 5px 0;
}

.teetimes-slot .extra {
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
}

.no-teetimes-message {
  font-size: 0.9em;
  padding: 15px;
}

.no-teetimes-message a {
  color: #c19b55 !important;
}

.no-teetimes-message a.go-to-today-btn {
  margin-top: 10px;
  text-decoration: underline;
  display: inline-block;
  font-weight: 600;
}

@media  (max-width: 979px) {
  .price-legend {
    max-width: 350px;
    margin: 0 auto;
  }

  .pricegroup .price {
    display: inline-block;
    white-space: nowrap;
    margin: 5px;
  }

}

@media  (max-width: 767px) {
  div.pricegroup .teetimes-slot {
    width: 100px;
  }
  div.pricegroup {
    padding: 10px 0;
  }
}

@media  (max-width: 450px) {
  div.pricegroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  div.pricegroup .teetimes-slot { 
    width: auto;
    flex: 1;
    flex-basis: 30%;
    margin: 5px;
    max-width: 50%;
    min-width: 80px;
  }
}