.form-comment{
    margin-bottom: 10px;
}
.form-comment [role="comm-message"]{
    padding: 10px;
    border: 1px solid #cccccc;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    min-height: 79px;
}
.b-message{
    position: relative;
}
.b-message .placeholder{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #aeaeae;
}

.form-comment [role="submit"]{
    background: #f78421;
    border-radius: 2px;
    color: #fff;
    height: 27px;
    line-height: 27px;
    border: none;
    font-size: 13px;
    box-shadow: 0 2px 2px #a1a1a1;
    padding: 0 10px;
    float: right;
    margin-top: 11px;
    margin-right: 15px;
}
.cancel-add{
    float: right;
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 12px;
    line-height: 27px;
    color: #337ab7;
    margin-top: 11px;
    cursor: pointer;
}
.form-comment [role="submit"]:hover{
    background: #d86a07;
}
.form-comment .b-actions{
    background: #f2f2f2;
    height: 50px;
    position: relative;
    border-radius: 0 0 3px 3px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.form-comment .b-actions .b-user{
    text-align: right;
    position: absolute;
    right: 114px;
    top: 26px;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
}
.form-comment .b-actions .b-btn{
    position: absolute;
    left: 17px; top: 6px;
    font-size: 24px;
    color: #616161;
}
.form-comment .b-actions .error {
    text-align: center;
    color: #ff0000;
    float: left;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}
.b-comment-item{
    position: relative;
    border-top: 1px dotted #cccccc;
    padding: 8px 0;
}
.b-comment-item blockquote, .form-comment blockquote{
    border: 1px solid #fab372;
    padding: 4px 5px;
    margin: 5px 0 5px 0;
    border-radius: 2px;
    font-size: 13px;
    color: #999999;
}
.b-comment-item .name{
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #a1a1a1;
}
.b-comment-item .date{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 11px;
    font-weight: 700;
    color: #a1a1a1;
    line-height: 16px;
}
.b-answers{
    padding-left: 25px;
}
.b-answers .b-answers .b-answers .b-answers .b-answers{
    padding-left: 0px;
}
.b-atc{
    padding-top: 4px;
    padding-bottom: 10px;
}
.b-atc .bt{
    font-size: 13px;
    color: #f78421;
    cursor: pointer;
    margin-right: 10px;
}
.b-atc .bt.mutted{
    color: #aeaeae;
}
.b-atc .bt .gi{
    color:#b3b3b3;
    font-size: 15px;
}
.b-atc .bt:hover .gi{
    color: #000;
}
.b-tltip-cit{
    border: 1px solid #fab372;
    border-radius: 3px;
    padding: 2px 4px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    margin: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.b-tltip-cit:hover{
    background: #fde0c6;
}
.has-answer{
    font-weight: bold;
}
.show-all-comments{
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #428BCA;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

