body{
    background-color: #efefef;
}

.main{
    background-color: white;
    margin: 30px;
}

.btn-publish{
    float: right;
    margin-bottom: 15px;
}

.media-object{
    width: 38px;
    height: 38px;
}

.media-body{
    vertical-align: middle;
}

.text-desc{
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.profile .section{
    margin-top: 15px;
}

.question-title{
    margin-top: 25px;
}

.question-tag{
    margin-right: 5px;
}

.question-ralated{
    line-height: 30px;
    font-size: 16px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.question-recommend{
    width: 100%;
}

.publish-tag-tab{
    display: none;
    margin-top: 10px;
    padding-top: 10px;
}

.publish-tag-tab .label-info{
    white-space: normal;/* span 标签超出内容，自动换行 */
    margin: 5px 5px;
    display: inline-block;
}

.publish-tag-tab .glyphicon-tags{
    cursor: pointer;
}

.publish-tag-tab .glyphicon-tags:hover{
    color: #a94442;
}

.community-menu{
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}

.jumbotron{
    margin: 50px;
}

.comment{
    margin: 10px 0;
}

.btn-comment{
    float: right;
    margin-bottom: 10px;
}

.comment-sp{
    margin-top: 0;
}

.comments{
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.sub-comments{
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 15px;
}

.sub-comments .btn{
    margin: 10px 0;
}

.menu{
    color: #999;
    margin-top: 5px;
}

.menu .icon{
    margin-right: 6px;
    font-size: 15px;
    cursor: pointer;
}

.menu .comment-icon{
    font-size: 15px;
    cursor: pointer;
}

.menu .comment-icon:hover{
    color: #499ef3;
}

.menu .active{
    color: #499ef3;
}

.menu .icon:hover{
    color: #499ef3;
}

.footer{
    text-align: center;
    color: #999;
    font-size: 12px;
}