.EntryBody .fullcalendar table {
  margin: 0;
}

.EntryBody .fullcalendar table td {
  padding: 0;
}

#InPage .EntryBody .fullcalendar h2 {
  font-size: 1em;
  color: #333;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
}

.fc-day-grid-container {
  overflow: visible !important;
  height: auto !important;
}

.fc-toolbar.fc-header-toolbar {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 35px;
}

.fc-day-header.fc-widget-header {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  background: #ccc;
  color: #fff;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  padding: 4px;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #333;
}

.fc-unthemed td.fc-today {
  background: #C9E9A0;
}

.fc-event,
.fc-event-dot {
  background: #fff;
  font-size: 12px;
  border: none;
}

.fc-day-grid-event .fc-content {
  white-space: inherit;
}

.fc-title {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  padding-left: 1.2em;
  color: #222;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.fc-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #328400;
}

.fc-button,
.fc-button:hover,
.fc-button:focus,
.fc-button-primary:hover,
.fc-button-primary:focus,
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  outline:0;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #eee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEEEEEE');
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 13px;
  padding: 1em 2em;
  line-height: 1.5em;
  color: #291d01;
  text-decoration: none;
  display: block;
  float: right;
  cursor: pointer;
}
