.ajax-result {
    position: relative;
    margin-bottom: 15px;
}

.ajax-result:before,
.ajax-result:after {
    content: "";
    display: table;
}

.ajax-result:after {
    clear: both;
}

.ajax-result .ajax-result-image {
    display: block;
    float: left;
    padding: 5px;
}

.ajax-result .ajax-result-title {
    display: block;
    font-size: 1em;
    text-decoration: none;
}

.ajax-result .ajax-result-text {
    overflow: hidden;
    text-align: justify;
}

.ajax-content-title {
    background: #eee;
    margin: -10px -15px 10px -15px;
    padding: 0px 15px;
    font-size: 22px;
}

.ajax-loader {
    display: none;
    width: 32px;
}

.ajax-loader.display {
    display: inline-block !important;
}

.ajax-result .info {
    font-size: 1.1em;
    margin-bottom: 3px;
    color: #555;
    clear: both;
}
.ajax-result .info>*:not(:last-child){
    margin-right: 5px;
}
.mod-easy-finder input[name="q"]{
    margin: 0;
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
}
.mod-easy-finder button.jt-button{
    -webkit-border-radius: 0 18px 18px 0;
    -moz-border-radius: 0 18px 18px 0;
    border-radius: 0 18px 18px 0;
}