.suggest-center {
    display: none;
}

.suggest-content , .suggest-result,.suggest-page{
    width:1220px;
    margin:0 auto;
}

.gradient{
    background: #000000;
    background: -moz-linear-gradient(left,  #000000 0%, #ffffff 100%);
    background: -webkit-gradient(linear,top left , top right, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left,  #000000 0%,#ffffff 100%);
    background: -o-linear-gradient(left,  #000000 0%,#ffffff 100%);
    background: -ms-linear-gradient(left,  #000000 0%,#ffffff 100%);
    background: linear-gradient(to right,  #000000 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}

.suggest-top {
    margin-top: 75px;
    margin-left: 5px;
    margin-right: 5px;
    height: 70px;
    background-color: #a9a9a9;
}
.form-left {
    float: left;
    width: 50%;
}
.form-right {
    float: right;
    width: 50%;
    /*text-align: right;*/

}

a.suggest-link {
    color:#007bff !important;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline !important;
    /*background-color: #007bff;*/
    /*border-color: #007bff;*/
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/

}
a.suggest-link:hover {
    text-decoration: underline !important;
}

.title-div{
    line-height: 70px;
    /*margin-top: 16px;*/
    padding-left:15px;
    font-size: 18px;
    color: #fff;
}

.suggest-div{
    width: 60%;
    line-height: 40px;
    margin-top: 16px;
    left:35%;
}

.no-data {
    width:1220px;
    text-align: center;
    font-size: 16px;
    display: none;
    color: #ccc;
    background-color: #ffffff;
}

.page-ul li{
    width:40px;
    text-align: center;
}
.page-ul li.active{
    width:40px;
    text-align: center;
}

.suggest-box{
    border: 0;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E1E4E6;
    background: #fafbfc;
    /*width: 739px;*/
    margin: 5px;
    padding: 5px;
}
.suggest-suggester {
    line-height: 30px;
    padding-left:15px;
    background: #f1a417;
}
.suggest-suggest{
    padding:20px 30px 20px 30px;
}
.suggest-feedback{
    padding:5px 30px 5px 30px;
    background: #eaeaea;
}

.suggester-gradient{
    background: #f1a417;
    background: -moz-linear-gradient(left,  #f1a417 0%, #eaeaea 100%);
    background: -webkit-gradient(linear,top left , top right, color-stop(0%,#f1a417), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(left,  #f1a417 0%,#eaeaea 100%);
    background: -o-linear-gradient(left,  #f1a417 0%,#eaeaea 100%);
    background: -ms-linear-gradient(left,  #f1a417 0%,#eaeaea 100%);
    background: linear-gradient(to right,  #f1a417 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a417', endColorstr='#eaeaea',GradientType=0 );
}
