
.fc-day-header,.fc-widget-header{
    height: 37px !important;
    color: #fff !important;
    line-height: 37px !important;
    background: #555 !important;
    
}
.fc-day-header.fc-widget-header.fc-sun {
    background: #2b477c !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    padding: 10px;
    color: #999;
}

.fc-day-grid-event .fc-content {
    white-space: pre-line;
    overflow: hidden;
    padding: 0 10px;
    
    /* background-color: #fdd; */
}

.fc-event {
    position: relative;
    display: block;
    border-radius: 3px;
    border: none;
    margin-top: 5px;
    padding: 10px;
    vertical-align: top;
    text-align: left;

}

.fc-event, .fc-event:hover {
    color: #000;
    text-decoration: none;
}

.fc-event, .fc-event-dot {
    background-color: #fff;
}

.fc-title{
    display: block;
}

.fc-scroller{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}

.fc-list-empty{
        height: 50px !important;
}

.fc-toolbar{
    font-family:NanumSquare,'Nanum Square','³ª´®½ºÄù¾î' !important;
}
.fc-content,.fc-widget-content{
    font-size:1em !important;
    font-family:NanumSquare,'Nanum Square','³ª´®½ºÄù¾î' !important;
}

.fc-list-item-title a {
    text-decoration: none !important;
    color: inherit;
}

.fc-list-table td {
    padding: 5px 7px !important;
}