@media only print {
    #header, #app-navigation, #calendar-print-button {
        display:                none;
    }

    #fullcalendar, #datecontrol_current, #expandDisplayName {
        display:                block !important;
    }

    #fullcalendar {
    }

    html {
        font-size: 50% !important;
    }

    .fc-view-month .fc-week {
    }

    .fc-view-month .fc-day {
    }

    .fc-view-month .fc-day > div {
    }

    .fc-view-month .fc-day-header {
        text-align: left;
        border-bottom: 1px solid #747474 !important;
        border-right: 1px solid #f1f1f1 !important;
    }

    .fc-view-month .fc-widget-content {
        vertical-align: top;
        border-right: 1px dotted #f1f1f1 !important;
        border-bottom: 1px dotted #f1f1f1 !important;
    }

    .fc-view-month .fc-event-title {
        color: #444444 !important;
        background-color: transparent !important;
    }
}
