#calendar-camino,
#calendar-machu {
  float: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 4px;
  background-color: white;
  border: 1px solid #00aa00;
  border-radius: 4px;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  border-collapse: collapse;
  width: 600px;
}
@media only screen and (max-width: 650px) {
  #calendar-camino,
  #calendar-machu {
    width: calc(100% - 20px);
  }
}

thead td {
  font-weight: normal;
  background-image: linear-gradient(to bottom, #a0a0a0, #f0f0f0);
  height: 25px; /* Like a min-height */
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000040;
  border-bottom: solid black 1px;
}

#calendar-machu thead .hour {
  width: 110px !important;
  border-left: solid black 1px;
}

#calendar-camino thead .day {
  width: 14%;
}

#calendar-camino thead .day:not(:first-child) {
  border-left: solid black 1px;
}

#calendar-machu tbody td {
  height: 30px; /* Like a min-height */
  border-top: solid black 1px;
}

#calendar-machu tbody td:not(:first-child) {
  border-left: solid black 1px;
}

#calendar-machu tbody .service {
  text-align: left;
  font-size: 12px;
  padding: 4px 0 0 4px;
  width: 40%;
}

@media only screen and (max-width: 650px) {
  #calendar-machu tbody .service {
    font-size: 11px;
  }
}

#calendar-camino tbody td {
  height: 50px; /* Like a min-height */
  border-left: solid black 1px;
}

#calendar-camino tbody tr:not(:first-child) {
  border-top: solid black 1px;
}

tbody td.box {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
}

tbody td.box.disabled {
  background: #f0f0f0;
}

tbody td.box.nospace {
  background-color: #ffc0c0;
}

tbody td.box.spaces {
  font-size: 12px;
  font-weight: bold;
  background-color: #c0ffc0;
  transition: all .2s ease-in-out;
}

tbody td.box.spaces:hover {
  font-weight: bold;
  cursor: pointer;
  background: #a0ffa0;
}

@media only screen and (max-width: 800px) {
  tbody td.box.spaces {
    font-weight: normal;
    font-size: 10px;
  }
}

#calendar-camino div.spaces {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  display: div-inline;
  display: block;
  vertical-align: bottom;
  margin-bottom: 10px;
  width: 100%;
  float: center;
}

#calendar-camino div.daynumber {
  text-align: center;
  width: 14px;
  height: 18px;
  border: 1px solid #a0a0a0;
  font-weight: bold;
  box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  margin-top: 0;
  margin-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  line-height: 18px;
  border-radius: 4px;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  background: white;
}

#calendar-camino td.disabled div.daynumber {
  background: #f0f0f0;
  color: #808080;
}
