.id7-search-column {
    visibility: hidden;
}

#searchTerm {
    z-index: 0;
}

.chzn-choices .search-field input, .jqte_tool_label {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jqte {
    margin: 0 !important;
}

.tab-pane {
    margin: 15px 0;
}

.matchedTerm {
    background-color: yellow;
}

.table-hover tbody tr, .table-hover tbody td {
    cursor: pointer;
}

.pager.tablesorter-pager {
    text-align: right;
    margin: 0;
}

.inputField {
    text-align: center;
}

.searchResultContainer td {
    vertical-align: middle !important;
}

.searchResultContainer td.inputField {
    width: 1%;
}

.searchResultContainer td.name {
    width: 25%;
}

.searchResultContainer td.name h6 {
    margin: 0;
}

.searchResultContainer td.department {
    width: 25%;
}

.searchResultContainer td.expertise {
    width: 50%;
}

.profileContainer .expert-name {
    text-align: center;
}

.profileContainer .field-label {
    text-align: right;
    font-weight: bold;
}

.advancedSearch {
    cursor: pointer;
}
