
.cover {
  padding: .7em;
}

.cal-sold {
  background-color: #ad050c;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #262626 0%, #0c0c0c 100%);
  background-image: linear-gradient(to bottom, #262626 0%, #0c0c0c 100%);
  background-repeat: repeat-x;
  border-radius: 0px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background-image: linear-gradient(to bottom, #000 0%, #000 100%);
  background-repeat: repeat-x;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.header {
  height: 145px;
}

.panel-rooms a {
  color: #013e6d
}

.rateCalendar tr:first-child td {
  font-size: 17px;
  text-shadow: 0px 0px 0px;
}