@import 'antd.css';
@import 'bootstrap.min.css';


.fc {
    table thead {
        background-color: #eeeeee;
    }

    .fc-timegrid-slot-label {
        vertical-align: middle;
        text-align: center;
        font-size: 15px;
        font-weight: 200;
        font-family: sans-serif;
        background-color: #eeeeee;
    }

    .fc-timeline-slot-cushion {
        color: #677587;
        font-family: sans-serif;
        font-weight: 200;
        text-decoration: none;
        text-align: center;
    }

    .fc-timegrid-col-events {
        margin: 0px 1% 0px 1%;
    }

    .fc-timeline-events {
        top: 17%;
    }

    thead .fc-datagrid-cell-main {
        display: none;
    }
}