
h4 {
  display: inline-block;
}

.available-places .disabled td {
  color: #c0c0c0 !important;
}
.available-places thead {
  position: sticky;
  top: 0;
  background-color: white;
}
.available-places .camp-title {
  position: sticky;
  top: 60px;
  background-color: white;
}

.rotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  top: -25px;
  position: relative;
  text-align: left;
  line-height: 80%;
}

#collapsePlaces {
  overflow-y: auto;
  max-height: 1200px;
}
#collapsePlacesD {
  overflow-y: auto;
  max-height: 540px;
}
#collapsePlacesG {
  overflow-y: auto;
  max-height: 540px;
}

#collapsePlaces .accordion-body, #collapsePlacesD .accordion-body, #collapsePlacesG .accordion-body {
  padding-left: 5px;
  padding-right: 3px;
}

#collapseCG {
  overflow-y: auto;
  max-height: 400px;
}

#collapseCG2 {
  overflow-y: auto;
  max-height: 400px;
}