﻿#year-calendar-full .header {
  min-height: 0px;
}
#year-calendar-full .header .title {
  font-size: 52px;
}
#year-calendar-full .header .address {
  margin-bottom: 12px;
}
#year-calendar-full #calendar .month-container {
  height: 300px;
}
#year-calendar-full #calendar .month-container .month thead .week-number {
  background-color: transparent;
}
#year-calendar-full #calendar .month-container .month .week-number {
  background-color: #efefef;
  font-weight: normal;
  padding: 7px 5px 7px 5px;
}
#year-calendar-full #calendar .month-container .month .day-content {
  font-weight: bold;
  font-size: 18px;
}
#year-calendar-full .calendar-background {
  background-color: transparent;
}
#year-calendar-full .header {
  background-color: transparent;
}
#year-calendar-full .header .title,
#year-calendar-full .header .address {
  color: black;
}
#year-calendar-full .header .logo {
  height: 150px;
  padding-top: 10px;
}
#year-calendar-full .calendar-legend {
  padding: 0px 0px 12px 18px;
}
#year-calendar-full .remidt-info {
  display: none;
}