.main-box .fc {
    margin-top: 15px;
}

.external-event {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.85em;
    margin: 5px 0;
    padding: 3px 8px;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

.fc-content {
    margin-top: 10px;
}

.fc-header-title h2 {
    background: none;
    border-left: 0;
    margin-top: 8px;
    padding: 0;
}

.fc-state-default {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    color: #3498db;
    padding: 4px 14px;
    height: auto;
}

.fc-state-default:hover {
    background-color: #eee;
}

.fc-state-highlight {
    background-color: #eee;
}

.fc-grid .fc-day-number {
    font-size: 0.875em;
    font-weight: bold;
    padding: 6px 5px 0 0;
}

.fc-grid .fc-state-highlight .fc-day-number {
    color: #3498db;
}

.fc-widget-header {
    background: none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    border-color: #e7ebee;
    color: #616060;
    font-size: 1.225em;
    font-weight: 300;
    line-height: 32px;
}

.fc-widget-content {
    border-color: #e7ebee;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-radius: 2px;
}

.fc-event-vert.fc-event-end,
.fc-event-vert.fc-event-start {
    border-radius: 0;
}

.fc-event {
    background: #e4e4e4;
    border: 0 none;
    border-radius: 3px;
    font-size: 0.85em;
    padding: 4px;
}

.rtl .fc-grid .fc-day-number {
    padding: 6px 0 0 5px;
}