.fc .fc-event {
    padding: 4px 7px;
    color: #fff;
    border: none;
    background: #00b8d4;
}

.fc .fc-button {
    height: auto;
    padding: 10px;
    color: #fff !important;
    border-radius: 2px;
    background: #00b8d4;
    text-shadow: none;
}

.fc .fc-button:hover {
    box-shadow: inset 1px 1px 3px #00b8d4;
    background-color: #00b8d4;
    background-image: -webkit-linear-gradient(top, #00b8d4 0%, #00838f 100%);
    background-image: -moz-linear-gradient(top, #00b8d4 0%, #00838f 100%);
    background-image: -ms-linear-gradient(top, #00b8d4 0%, #00838f 100%);
    background-image: -o-linear-gradient(top, #00b8d4 0%, #00838f 100%);
    background-image: linear-gradient(to bottom, #00b8d4 0%, #00838f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00b8d4', EndColorStr='#00838f')
}

.fc .fc-content-skeleton tr {
    border-bottom: none;
}

.fc td.fc-day {
    border-width: 1px !important;
}