/* Remove that awful yellow color from today */
.fc-today {
    opacity: .50;
    border: none;
}

.fc-content-skeleton tbody td {
    opacity: .50;
    border: solid red;
}
.fc-event.fc-bg {
    z-index: 1;
    background: inherit;
    opacity: .25;
}

.fc-time-grid-event.fc-v-event.fc-event {
    border-radius: 4px;
    border: none;
    padding: 5px;
}

.fc td, .fc th {
    border-style: none;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    /*width: 1%;*/
}

.fc-event .fc-bg {
    z-index: 1;
    background: inherit;
    opacity: .25;
    filter: alpha(opacity=25);
}