body {
    background-color: #eceff1;
}

.header-bg {
    /*background-color: white;*/
}

/*results-box*/
.results-box {
    background-color: white;
    padding: 15px;
}

/*nav-tabs-add*/
.nav-tabs li a {
    font-size: 14px;
    color: black;
}

/*high-search*/
.high-search {
    padding: 15px;
    border-bottom: 1px solid #ccc;

}

/*Professional-search*/
.Professional-search-box {
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.Professional-search-left {
    margin: 0 25px;
}

.Professional-search-left h1 {
    font-size: 14px;
}

.professional-table tbody tr td {
    border: none;
}

/*Professional-search-right*/
.search-right-font {
    margin-top: 5px;
}


