.blog-comment-header-title{
    font-family: 'Roboto condensed';
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2c2c;
    margin-bottom: 6px;
    margin-top: 0px;
    height: 29px;
}

.blog-comment-header-sub-title{
    font-family: 'Roboto condensed';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #777777;
    margin-bottom: 21px;
}

.blog-comment-container{
    max-width: 451px;
    min-height: 406px;
    border: solid 1px #d8d8d8;
    background-color: #f8f8f8;
}

.blog-comment-header{
    border-bottom: solid 1px #d8d8d8;
    background-color: #d8d8d8;
    padding: 19px 29px 19px 29px;
}

.comment-item-header{
    height: 30px;
    font-family:'Roboto condensed';
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #473f3f;
    margin-bottom: 3px;
}

.comment-item-content{
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #473f3f;
    margin-bottom: 15px;

}

.comment-item-name{
    font-size: 20px;
    color: #0194cb;
}

.comment-item-date{
    height: 14px;
    font-family: 'Roboto condensed';
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #473f3f;
    margin-bottom: 28px;
}
.list-of-blog-comments-title{
    height: 30px;
    font-family: 'Roboto condensed';
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003863;
    margin-top: 0px;
    margin-bottom: 15px;
}

.list-of-blog-comments {
    background-color: #f6f6f6;
    padding: 50px 0px 22px 0px ;
    margin-bottom: 100px;
}

.list-of-blog-comments-content .comment-item-wrap{
    border-bottom: solid 1px #ccc9c9;;
}

.list-of-blog-comments-content .comment-item-wrap:last-child{
    border-bottom: none;
}

.list-of-blog-comments-content .comment-item-wrap .comment-item-header{
    margin-top: 40px;
}

.list-of-blog-comments-content .comment-item-wrap:first-child .comment-item-header{
    margin-top: 0px;
}

.blog-comment-form-body{
    background-color: #ffffff ;
}
.blog-comment-form-body label.control-label{
    height: 11px;
    font-family: 'Roboto condensed';
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #473f3f;
    margin-top: 17.4px;
    margin-bottom: 6px;
}

.blog-comment-form-body .blog-comment-form-input{
    border-bottom: solid 1px #dedede;
}

.blog-comment-form-body .blog-comment-form-input input{
    border-radius: 0px;
    font-family: 'Roboto condensed';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #3e3e3e;
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
}

.user-contact-form-content label{
    display: none;
}

.blog-comment-form-body .blog-comment-form-input textarea{
    font-family: 'Roboto condensed';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #473f3f;
    border: none;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: none;
}
.blog-comment-form-body .border-left{
    border-left: solid 1px #dedede;
}

.blog-comment-form-input:hover{
    background-color: #fbfdff;
    border-left : solid 2px #0194cb;
}

.blog-comment-form-input:hover input,.blog-comment-form-input:hover textarea{
    background-color: #fbfdff;
}

.blog-comment-form-body .blog-comment-form-save{

    text-align: right;

}

.blog-comment-form-body .blog-comment-form-save button{
    background : none;
    width: 138px;
    height: 40px;
    border: solid 2px #003863;
    background-color: #ffffff;
    border-radius: 0px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003863;
    margin-bottom: 15px;
}

.blog-article-post-comment{
    margin-bottom: 150px;
}