.fc-header {
  height: 40px;
  background-color: #fff;
}

.fc-header .fc-button {
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  height: 40px;
  line-height: 18px;
  padding: 10px;
}

.fc-header-title h2 {
  font-size: 15px;
  line-height: 40px;
  margin: 0;
}

.panel .fc-content {
  margin: -1px;
}

.fc-content .fc-widget-header{
  background-color: #fff;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e8e8e8;
  font-weight: normal;
}

.fc-content .fc-event {
  padding: 4px 6px;
}

.fc-event {
  background-color: #f2f4f8;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-event.badge {
  display: inline-block;
  min-width: 10px;
  width: auto !important;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px !important;
}
