.search-header{
    padding:20px 0;
    border-bottom: 1px solid #eee;
}
.search-filter{
    border-right: 1px solid #eee;
}
div.image{
    width:120px;
    height: 120px;
    background-size: cover;
    background-position-x: center;
}
.inner-results{
    border-top:2px solid #5cb85c;
    background: #f7f7f7;
    padding: 20px 20px 15px;
    transition: all 0.3s ease-in-out;
    margin-bottom:20px;
}

.inner-results.biegly{
    border-top-color: #337ab7;
}