.icon-calendar-google::before {
    background: url(../build/img/Icon/calendar/google.svg) no-repeat;
}

.icon-calendar-apple::before {
    background: url(../build/img/Icon/calendar/apple.svg) no-repeat;
}

.icon-calendar-outlook::before {
    background: url(../build/img/Icon/calendar/outlook-1.svg) no-repeat;
}

.icon-calendar-office-365::before {
    background: url(../build/img/Icon/calendar/office-365.svg) no-repeat;
}

.icon-calendar-other::before {
    background: url(../build/img/Icon/time/calendar.svg);
}

.icon-calendar-event::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 8px 0 0;
}

#add-to-calendar {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../build/img/Icon/action/download.svg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.icon-calendar-event {
    background-repeat: no-repeat;
    background-position: 14px;
    padding: 6px 0 4px 26px;
}

