.fc-content .fc-event.calendar-event-current-network.international,
.fc-content .fc-event.calendar-event-current-network.international:hover,
.fc-content .fc-event.calendar-event-current-network.international:active
{
    background-color: #ffb533 !important;
    border-color:#449d44!important;
}
.fc-content .fc-event.calendar-event-current-network.european,
.fc-content .fc-event.calendar-event-current-network.european:hover,
.fc-content .fc-event.calendar-event-current-network.european:active
{
    background-color: #339fff !important;
    border-color:#449d44!important;
}
.fc-content .fc-event.calendar-event-current-network.commission,
.fc-content .fc-event.calendar-event-current-network.commission:hover,
.fc-content .fc-event.calendar-event-current-network.commission:active
{
    background-color: #72c76a !important;
    border-color:#449d44!important;
}
.fc-content .fc-event.calendar-event-current-network.stakeholders,
.fc-content .fc-event.calendar-event-current-network.stakeholders:hover,
.fc-content .fc-event.calendar-event-current-network.stakeholders:active
{
    background-color: #c8adfe !important;
    border-color:#449d44!important;
}
.fc-content .fc-event.calendar-event-current-network.default,
.fc-content .fc-event.calendar-event-current-network.default:hover,
.fc-content .fc-event.calendar-event-current-network.default:active
{
    background-color: #7f8179 !important;
    border-color:#449d44!important;
}
.fc-content .fc-event.calendar-event-other.international,
.fc-content .fc-event.calendar-event-other.international:hover,
.fc-content .fc-event.calendar-event-other.international:active
{
    background-color: #ffb533 !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.european,
.fc-content .fc-event.calendar-event-other.european:hover,
.fc-content .fc-event.calendar-event-other.european:active
{
    background-color: #339fff !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.commission,
.fc-content .fc-event.calendar-event-other.commission:hover,
.fc-content .fc-event.calendar-event-other.commission:active
{
    background-color: #72c76a !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.stakeholders,
.fc-content .fc-event.calendar-event-other.stakeholders:hover,
.fc-content .fc-event.calendar-event-other.stakeholders:active
{
    background-color: #c8adfe !important;
    border-color:#5cb85c !important;
}
.fc-content .fc-event.calendar-event-other.default,
.fc-content .fc-event.calendar-event-other.default:hover,
.fc-content .fc-event.calendar-event-other.default:active
{
    background-color: #7f8179 !important;
    border-color:#5cb85c !important;
}
.international
{
    background-color: #ffb533 !important;
    color: #ffffff !important;
}
.european
{
    background-color: #339fff !important;
    color: #ffffff !important;
}
.commission
{
    background-color: #72c76a !important;
    color: #ffffff !important;
}
.stakeholders
{
    background-color: #c8adfe !important;
    color: #ffffff !important;
}