@CHARSET "UTF-8";

.form-field-search {
    float: left;
    margin-right: 10px;
}

.qui-search-result-list-entry {
    background: rgb( 255,255,255 );
    background: rgba( 255,255,255, 0.7 );
    border: 1px solid #D0D3D3;
    border-radius: 3px;
    clear: both;
    float: left;
    margin-top: 10px;
    padding: 10px 20px 30px 20px;
    width: 100%;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .qui-search-result-list-entry {
        background: none;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #D0D3D3;
        padding: 10px 10px 30px 10px;
    }
}

.qui-search-result-list {
    clear: both;
    float: left;
    width: 100%;
}

.qui-search-result-list-entry h2 {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

.qui-search-result-list-entry-date {
    color: #527686;
    float: right;
    font-size: 10px;
    margin: 0 0 20px;
    text-align: right;
}

.qui-search-result-list-entry-imagelink {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #EEEEEE;
    float: left;
    height: 100px;
    padding-left: 0;
}

.qui-search-result-list-entry-imagelink span {
    display: none;
}

.qui-search-result-list-entry-image {
    margin: 0;
    padding: 0;
}

.qui-search-result-list-entry-short {
    width: 77%;
}

.qui-search-result-list-message {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}