.app-comments .app-comments__ta .ta-toolbar{
    margin-top: 15px;
    padding: 5px 5px 4px;
    background-color: #f3f3f3;
    border-radius: 4px 4px 0 0;
}
.app-comments .app-comments__ta .ta-toolbar > div:first-child{
    margin-left: 0px;
}
.app-comments .app-comments__ta .btn-toolbar{
    margin-left: 0px;
}
.app-comments .app-comments__ta .btn{
    border-width: 1px;
    padding: 4px 8px;
    color: #525252;
    opacity: 1;
    border-color: #e4e4e4;
    background-color: #ffffff;
}
.app-comments .app-comments__ta .ta-scroll-window.form-control{
    border-radius: 0 0 4px 4px;
    margin-bottom: 5px;
}
.app-comments .app-comments__ta .ta-scroll-window > .ta-bind,
.app-comments .app-comments__ta .ta-editor.ta-html,
.app-comments .app-comments__ta  .ta-scroll-window.form-control{
    min-height: 100px;
}
.app-comments .app-comments__ta .ta-scroll-window.form-control p{
    font-size: 14px;
    margin: 0;
    line-height: normal;
}
.app-comments .app-comments__ta .btn-group-vertical>.btn.active,
.app-comments .app-comments__ta .btn-group-vertical>.btn:active,
.app-comments .app-comments__ta .btn-group-vertical>.btn:focus,
.app-comments .app-comments__ta .btn-group-vertical>.btn:hover,
.app-comments .app-comments__ta .btn-group>.btn.active,
.app-comments .app-comments__ta .btn-group>.btn:active,
.app-comments .app-comments__ta .btn-group>.btn:focus,
.app-comments .app-comments__ta .btn-group>.btn:hover {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1);
    background-color: #f3f3f3;
}
.app-comments .app-comments__ta ol,
.app-comments .app-comments__ta ul{
    padding-left: 18px;
    margin-bottom: 5px;
}
.app-comments .app-comments-record .app-comments__head i{
    color: #ffffff;
    background-color: #b7b7b7cc;
    border-radius: 12px;
    padding: 2px;
    width: 20px;
    height: 20px;
}
.app-comments .app-comments__comment,
.app-comments .app-comments__foot{
    padding-left: 32px;
}
.app-comments .app-comments-record{
    padding-left: 15px;
    padding-right: 15px;
}
.app-comments .app-comments-record .app-comments__foot{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}
.app-comments .app-comments-record:last-of-type .app-comments__foot{
    border-bottom: none;
    padding-bottom: 0px;
}
.app-comments .app-comments__head{
    padding: 0 6px;
}
.app-comments .app-comments__comment ol,
.app-comments .app-comments__comment ul{
    padding-left: 18px;
    margin-bottom: 5px;
}
.app-comments .app-comments__comment p{
    font-size: 14px;
    margin: 0;
    line-height: normal;
}
.app-comments .app-comments__comment ol:last-child,
.app-comments .app-comments__comment ul:last-child,
.app-comments .app-comments__comment ol:only-of-type,
.app-comments .app-comments__comment ul:only-of-type{
    margin-bottom: 0px;
}
.app-comments .app-comments__comment blockquote:last-child{
    margin-bottom: 0px;
}