.ICalFeedInstructions {
    display: block;
    overflow: hidden;
    margin-bottom: 1em;
}

.ICalFeedInstructions__link {
    float: right;
    color: #000;
    opacity: 0.5;
}

.ICalFeedInstructions__link:hover {
    opacity: 1;
}

.ICalFeedInstructions__link,
.ICalFeedInstructions__link:hover {
    text-decoration: none;
}

.ICalFeedInstructions__icon {
    height: 1.2em;
    width: 1.2em;
}

.ICalFeedInstructions__text {
    font-size: 0.8em;
}

.ICalFeedInstructions__icon,
.ICalFeedInstructions__text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

.ICalFeedInstructionsInfo {
    display: none;
    clear: both;
    margin-top: 2.5em;
    padding: 0.5em;
    background: #f3f3f3;
}

.no-js .ICalFeedInstructionsInfo {
    display: block;
}

.ICalFeedInstructionsInfo__title {
    margin-top: 0;
}

.ICalFeedInstructionsInfo__url {
    display: block;
    margin-bottom: 0.5em;
    word-break: break-all;
}

.ICalFeedInstructionsInfo__link {
    display: block;
}
