.ofd-trigger:before {
    display: inline-block;
    content: '';
    height: 25px;
    width: 25px;
    background-image: url(../../../../core/misc/icons/787878/questionmark-disc.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px 23px;
    position: absolute;
    left: 0;
    top: 3px;
}

.ofd-trigger {
    font-size: 13px;
    font-weight: bold;
    color: #787878;
    position: relative;
    padding: 7px 5px 7px 30px;
    cursor: help;
}

.ofd-trigger:hover {
    background-color: #f5f5f5;
}

.ofd-content {
    display: none;
    padding: 10px;
}

.ofd-wrapper-active .ofd-content {
    display: block;
}

.ofd-wrapper-active {
    background-color: #f5f5f5;
}

.ofd-wrapper {
    /*margin-top: -15px;*/
    margin-bottom: 30px;
}

.ofd-wrapper img {
    max-width: 100%;
}

.field--type-file .ofd-wrapper {
    margin-top: 0;
}
