.camera-form-prenotazione {
  padding: 8px 5px 1px;
  margin: 5px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.camera-form-prenotazione div {
  margin: 0 0 2px;
}

#labelApriCamere {
  cursor: pointer;
  background: #fff;
}

div#divCamere {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: white;
  border: 1px solid gainsboro;
  padding: 5px;
  width: 200px;
  max-height: 350px;
  z-index: 10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  border: 1px solid #102849;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-width: 0;
  font-size: 15px;
}
div#divCamere a {
  background-color: #102849;
  color: #fff;
  padding: 2px 3rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 6px;
}

div#contenitoreOspiti {
  max-height: 270px;
  overflow: auto;
  width: 100%;
  background: #f9f9f9;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div#divCamere img {
  cursor: pointer;
}

div#divCamere img:hover {
  opacity: 0.8;
}

#contatoreCamere {
  font-weight: 600;
}

#divCamere div:first-child {
  font-weight: 400;
}

.num-cam-expo {
  margin: 10px 9px;
  height: 25px;
  border-bottom: 1px solid #102849;
}