.btn.filterresults-offer__pencil{
    margin-left: 5px;
}


.filterresults-offer__pencil span{
    background: url(/local/templates/rentavik/css/../img/icons/pencil--black.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 17px;
}

.btn.filterresults-offer__pencil span{
    background: url(/local/templates/rentavik/css/../img/icons/pencil.png) center no-repeat;
    background-size: contain;
    display: block;
    width: 16px;
    height: 45px;
}

.filterresults-item__title .btn.filterresults-offer__pencil{
    padding: 0 8px;
    height: 28px;
    /*margin-bottom: -6px;*/
}
.filterresults-item__title .btn.filterresults-offer__pencil span{
    height: 28px;
}

.office_info__contacts{
    position: relative;
}

.filterresults-offer-info__contacts+.contactBox{
    display: none;
    position: absolute;
    top: 16px;
    left: 0;
    background: white;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid lightgrey;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    white-space: nowrap;

}
.filterresults-offer-info__contacts.showContacts+.contactBox{
    display: block;
}
