.profile{
    width: 48px;
    height: 48px;
    border-radius:50%;
}

.comment-user-icon{
    font-size:3em!important;
    color: #006699;
}

.comment-username{
    font-size:1.2em;
    color: #006699;
}

.comment-metam{
    background-color: #ffffff;
}

.comment-metam small{
    color: #6d6d6d;
}

.comment-entry{
    background-color: #ffffff;
    color: #6d6d6d;
}

#newCommentForm{
    width: 100%;
    margin: 0 auto;
    background-color: #efefef;
}

#newCommentForm h3{
    font-size: 1rem;
    margin-top: 15px;
}


#newCommentForm .form-control{
    background-color: #ffffff;
}

.tx-bo-extcomments{
    background: #efefef;
    margin: 25px -15px 0 -15px;
    padding: 15px;
}

.tx-bo-extcomments button{
    margin-top: 15px;
    background: #006699;
    color: #ffffff;
    border: none;
    padding: 4px;
    border-radius: 4px;
}

.ext-comments{
    /* border: 1px solid #ffffff; */
    padding: 15px 0;
}

.ext-comment{
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    /* padding: 0 15px; */
}
.ext-comment .row{
    margin: 0;
}