.fc-toolbar {
  height: 40px;
  background-color: #fff;
  margin-bottom: 0;
}

.fc-toolbar button {
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  height: 40px;
  line-height: 18px;
  padding: 10px;
}

.fc-toolbar h2 {
  font-size: 15px;
  line-height: 40px;
  margin: 0;
}

.panel .fc-view {
  margin: -1px;
}

.fc-content .fc-widget-header{
  background-color: #fff;
}
.fc-view th { font-weight: normal; }
.fc-unthemed td { border-color: #ddd; }

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e8e8e8;
  font-weight: normal;
}

.fc-content .fc-event {
  padding: 4px 6px;
  border: none;
}

.fc-event {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-unthemed .fc-today { background: #e2ffe8; }
