html, body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

#calendar-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-header-toolbar {
    /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fc-content {
    color: #fff
}
