.comments {
    width: 100%;
    padding: 30px 0;
}
.comments .comments-count{
    display: none;
}
.fos_comment_comment_form_holder{
    width:66.66%;
    padding:0 15px;
}
.fos_comment_comment_form_holder h3{
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #7aae4b;
}
.comments textarea {
    width: 100%;
    height: 77px;
    padding: 10px;
}
.fos_comment_thread_show {
    width: 66.66%;
    padding: 0 15px;
    margin-top: 2em;
    background: #f0f0f0;
    box-shadow: 0 0 7px #bbb;
    -moz-box-shadow: 0 0 7px #bbb;
    -webkit-box-shadow: 0 0 7px #bbb;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_thread_show h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #a0a0a0;
}
.fos_comment_comment_show {
    color: #555;
    width:66.66%;
    padding:0 15px;
}
.fos_comment_comment_metas {
    margin: 20px 0 0;
    position: relative;
}
.fos_comment_comment_authorname{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-align: left;
    color: #4a4a4a;    
    margin-right: 10px;
}
.fos_comment_comment_body {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #505050;
    margin-bottom:5px;
}
.fos_comment_comment_date{
    font-size: 11px;
    font-weight: 300;
    text-align: left;
    color: #9b9b9b;    
}
.fos_comment_comments .fos_comment_comments {
    margin-left: 2em;
}
.fos_comment_comment_reply {
    text-align: right;
    flex: 1;
}
.fos_comment_comment_reply.replying {
    text-align: left;
    margin-top: 1em;
    padding: 1em 20px;
    background: #d6d6d6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_comment_reply_show_form,
.fos_comment_comment_remove {
    padding: 2px 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    text-align: left;
    color: #7aae4b;
    background: transparent;
    border: none;
    border-bottom: 1px solid #7aae4b;
    transition:0.2s;
}
.fos_comment_comment_reply_show_form:hover,
.fos_comment_comment_remove:hover {
    color: #6a923f;
    border-bottom: 1px solid #6a923f;
    cursor:pointer;
}
.fos_comment_comment_reply.fos_comment_replying button.fos_comment_comment_reply_show_form {
    display: none;
}
.fos_comment_thread_comments {
    margin-bottom: 1.5em;
}
.fos_comment_reply_prototype {
    display: none;
}
.fos_comment_thread_show > form.fos_comment_comment_form {
    margin-bottom: 1em;
}
form.fos_comment_comment_form.processing {
    opacity: 0.5;
}
form.fos_comment_comment_form label.author_name {
    margin-top: 3px;
    float:left;
}
form.fos_comment_comment_form label.author_name input {
    padding: 2px 5px;
}
form.fos_comment_comment_form textarea {
    width: 98%;
    height: 6em;
    padding: 1%;
}
form.fos_comment_comment_form.error textarea {
    border-color: red;
}
.fos_comment_form_errors {
    color: #ff0000;
}
.fos_comment_submit {
    text-align: left;
}
.fos_comment_submit input {
    padding: 3px 12px;
    margin-top: 3px;
    background-color: #7aae4b;
    color: #fff;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-align: left;
    transition: 0.3s;
}
.fos_comment_submit input:hover{
    background-color:#6a923f;
    color:#fff;
    cursor:pointer;
}
a.fos_comment_thread_feed {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.fos_comment_comment_voting {
    float: right;
}
.fos_comment_comment_score {
    display: inline-block;
}
.fos_comment_comment_replies{
    width:100%;
}
.fos_comment_comment_replies .fos_comment_comment_show {
    width:100%;
    padding:0 0 0 15px;
}
.fos_comment_comment_reply .fos_comment_comment_form_holder{
    width: 100%;
    padding: 0;
    clear: both;
}
.fos_comment_comment_user_img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 15px;
}

.fos_comment_comment_hidden{
    color: #555;
}

.fos_comment_comment_hidden_text{
    font-size: 11px;
    font-weight: 300;
    text-align: left;
    color: #9b9b9b;
    margin-left: 10px;
}

.comment-user__label{
    color: #fff;    
    padding: 2px 5px;
    font-size: 12px;    
    display: inline-block;
}

.comment-user__label--admin {
    background-color: #F44336;    
}

.comment-user__label--author {
    background-color: #3F51B5;    
}

.fos_comment_replying{
    width: 100%;
    flex: 1 1 auto;
}

@media (max-width: 768px) {
    .fos_comment_comment_form_holder,
    .fos_comment_comment_show{
        width: 100%;
    }
}