.page__content > p.info-box {
    margin: 1.5em 5% 1.5em 10%;
    font-size: 0.7em;
    font-style: italic;
    padding: 1em;
    position: relative;
}

.info-box:before {
    height: 3em;
    width: 3em;
    top: 0;
    left: -3em;
    display: block;
    position: absolute;
    opacity: 0.5;
    content: "";
}

.warning {}
.alert {}
.info {}

.warning:before {
    background: url("/assets/icons/warning.svg") no-repeat;
}
.alert:before {
    background: url("/assets/icons/alert.svg") no-repeat;
}
.info:before {
    background: url("/assets/icons/info.svg") no-repeat;
}

.sidebar.sticky {
    overflow-y: visible !important;
}
