#loader-spinner {
    background: url(../images/double-circle-loader.svg) no-repeat rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    left: 0;
}

td.fc-event-container span.fc-title {
    line-height: 17px !important;
    font-weight: bold;
    cursor: pointer;
}

td.fc-event-container span.fc-time {
    display: none;
}