.my-dataset{
    left: 0;
    top: 41px;
    width: 630px;
    z-index: 10;
    padding-top: 15px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
}
.my-suggestion{
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.my-menu{
   /* top: 48%!important;*/
}

.my-cursor{
    background: #00b4d2;
    color: #fff;
    border-radius: 4px;
}
.my-cursor .my-highlight{
    color: #fff;
}
.my-cursors *{
    color: #fff !important;
}
.my-cursors{
    background: #00b4d2;
    border-radius: 4px;
    color: #fff !important;
}
.my-highlight{
    color:#00b4d2
}

.tag-color{
    color: #8d8d8d;
}

/*  问答 提问搜索 */
.add-dataset {
    left: 0;
    top: 41px;
    width: 970px;
    z-index: 10;
    padding-top: 15px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;

}

.add-suggestion {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;

}

.add-menu {
    top: 104% !important;
}

.my-hint{
    color: #999;
}

.ask-menu{
    top: 0 !important;
}

.twitter-typeahead{
    display: block !important;
    float: right;
}