#tx-expertsearch {



}

#tx-expertsearch #expertsearch-form {

}

#tx-expertsearch #expertsearch-form #searchfield {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 3px;
    line-height: 36px;
    padding: 0px 10px;
    margin-bottom: 20px;
}
#tx-expertsearch #expertsearch-form #searchgroup {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 3px;
    line-height: 36px;
    height: 36px;
    padding: 0px 5px;
    margin-bottom: 20px;
}
#tx-expertsearch #expertsearch-form #searchgroup option {
    line-height: 36px;
    padding: 0px 10px;
}

#tx-expertsearch .tag {
    padding: 0px 5px;
    background: #36587D;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

#tx-expertsearch .tag.yellow {
    background: #C9912E;
}

#tx-expertsearch .image {
    float: left;
    width: 115px;
}

#tx-expertsearch .image figure {
    width: 115px;
    display: block;
}

#tx-expertsearch .image figcaption {
    line-height: 10px;
    font-size: 10px;
    color: #6c757d;
    padding-top: 5px;
}

#tx-expertsearch .image img {
    width: 100%;
}

#tx-expertsearch #suggestions {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#tx-expertsearch #suggestions li {
    padding: 0px 5px;
    background: #36587D;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#tx-expertsearch #suggestions li:hover {
    background: #3f74a1;
}

#tx-expertsearch .loadmore {
    cursor: pointer;
}

#tx-expertsearch .socialbuttons .btn {
    background: #333;
    border: none;
}