.calendar-calendar > .month-view > .full thead {
  background-color: transparent;
}
.calendar-calendar > .month-view > .full thead:after {
  content: "";
  display: block;
  height: 0.5em;
}
.calendar-calendar > .month-view > .full th.days {
  font-size: 1.25em;
  background-color: #F8F8F8;
  border: 1px solid transparent;
  height: 2.3em;
  padding: 0px;
}
.calendar-calendar > .month-view > .full th.days:first-child {
  border-left: 0px solid transparent;
}
.calendar-calendar > .month-view > .full th.days:last-child {
  border-right: 0px solid transparent;
}
.calendar-calendar > .month-view > .full div.day {
  float: left;
  font-size: 1.25em;
  font-weight: bold;
}
.calendar-calendar > .month-view > .full tr:not(:first-child) {
  border-top: 0px;
}
.calendar-calendar > .month-view > .full tr.date-box td {
  border-bottom: 0px;
  height: 2em;
  max-height: none;
  vertical-align: middle;
}
.calendar-calendar > .month-view > .full tr.date-box td.today {
  border: 1px solid #999999;
  border-bottom: none;
  color: #666666;
}
.calendar-calendar > .month-view > .full tr.date-box td.today:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  opacity: 0.5;
  z-index: 0;
}
.calendar-calendar > .month-view > .full tr.date-box td.today div.inner {
  position: relative;
  z-index: 1;
}
.calendar-calendar > .month-view > .full tr.single-day {
  height: calc(100px - 2em);
}
.calendar-calendar > .month-view > .full tr.single-day .item {
  height: auto;
}
.calendar-calendar > .month-view > .full tr.single-day .item .view-item {
  margin: 0;
}
.calendar-calendar > .month-view > .full tr.single-day .item .view-item .calendar {
  width: 100%;
  margin: 0;
}
.calendar-calendar > .month-view > .full tr.single-day .item .view-item .node.node--view-mode-calendar-village, .calendar-calendar > .month-view > .full tr.single-day .item .view-item .node.node--view-mode-calendar {
  width: 100%;
}
.calendar-calendar > .month-view > .full tr.single-day td {
  border-top: 0px;
}
.calendar-calendar > .month-view > .full tr.single-day td.today {
  border: 1px solid #999999;
  border-top: none;
}
.calendar-calendar > .month-view > .full tr.single-day td.today:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  opacity: 0.5;
}
.calendar-calendar > .month-view > .full tr.single-day .no-entry {
  height: 50px !important;
  line-height: 50px;
}
.calendar-calendar > .month-view > .full td {
  color: #008080;
}
.calendar-calendar > .month-view > .full td.date-box.empty, .calendar-calendar > .month-view > .full td.single-day.empty {
  background-color: white;
}
.calendar-calendar > .month-view > .full td.empty {
  color: #999999;
  background-color: #FFFFFF;
}