.comment-box {
    display: block;
    position: relative;
    width: auto;
    margin: 20px 0px;
}



.comment-box .comments-box-head span {
    display: block;
    float: left;
    line-height: 22px;
    margin-right: 10px;
    
    font-size: 11px;
    color: #444 !important;
}

.comments-box-head .comment-info *
{
    font-size: 11px;
}



.comment-title,
.comment-title *
{
    font-size: 11px;
    color: #444 !important;
}


.comment-box .comment-box-foot {
    font-size: 11px;
}


.comment-box .comment-controlls {
    float: right;
    display: block;
    position: relative;
    line-height: 22px;
    font-size: 11px;
}

.comment-box .comment-controlls * {
    font-size: 11px;
    text-transform: lowercase;
}

.comment-box .comment-answers {
    padding-left: 30px;
    width: auto;
    display: block;
}


#post-comment-on-answer {
    padding: 10px;
    width: auto;
    display: block;
    position: relative;
    background-color: #f2f2f2;
    line-height: 20px;
}




.no_comments_message
{
    background-color: #efefef;
    margin: 20px 0px;
    padding: 40px 0px;
    font-size: 15px;
    text-align: center;
    font-weight: bolder;
}
