.calendar-portlet .scheduler-event-content,
.calendar-portlet .scheduler-event-title {
    white-space: normal;
    font-family: 'Raleway regular' !important;
    padding: 0;
    color: #012f6b;
    display: block;
    float: left;
    margin-left: 12px;
}

.calendar-portlet .calendar-portlet-column-grid .scheduler-event {
    padding: 5px;
}

.calendar-portlet .scheduler-event-content:before,
.calendar-portlet .scheduler-event-title:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    float: left;
    background: #012f6b;
    border-radius: 10px;
    margin-left: -9px;
    position: relative;
    top: 3px;
}

.calendar-portlet .scheduler-view-table-data-col-title {
    font-size: 48px;
    font-family: 'Raleway light' !important;
    line-height: 40px;
    padding: 15px 15px 30px;
    text-align: center;
}


.calendar-portlet .scheduler-view-month-table-data-col-nomonth.scheduler-view-table-data-col-title {
    color: #ccc;
}

.calendar-portlet .scheduler-view-table-colgrid {
    background: #fff;
}

.calendar-portlet .scheduler-view-table-header-day {
    background: #012f6b;
    color: #fff;
    padding: 5px 0 10px;
    text-transform: uppercase;
    font-family: 'Raleway Medium';
}

.calendar-portlet .scheduler-view-table-content .yui3-widget-hd {
    border: 0;
}

.calendar-portlet .scheduler-view-table-colgrid.scheduler-view-table-colgrid-today {
    background: #eee;
    border: 0;
}

.calendar-portlet .scheduler-view-table-data-col.scheduler-view-table-data-col-title.scheduler-view-table-data-col-title-today {
    border: 0;
}


@media (max-width: 768px) {
    .calendar-portlet .scheduler-view-table-data-col-title {
        font-size: 28px;
        line-height: 1.2em;
        padding: 15px;
    }

    .calendar-portlet .scheduler-event-content,
    .calendar-portlet .scheduler-event-title {
        font-size: 10px !important;
        margin: 0;
    }

    .calendar-portlet .scheduler-event-content:before,
    .calendar-portlet .scheduler-event-title:before {
        display: none
    }
}