.message-success,.message-account-success {
    color:#323046;
    background-color:#fece01;
    display:inline-block;
    padding:20px;
    font-weight:700;
}

.message-account-success {
    display:block;
    margin:10px auto 30px auto;
    width:40%;
}

.single-comment .single-comment .single-comment {
    padding:20px 0px 10px 0px !important;
    border-left:0px !important;
}


.news-comments-body .single-comment:nth-of-type(n+4) {
  display: none;
}

.news-comments-body .single-comment .single-comment:nth-of-type(n+3) {
  display: none;
}

.news-comments-body .single-comment .single-comment .single-comment {
  display: none;
}

.comment-stored-message {
    color:#323046;
    display:none;
}

#login-link,#register-link,#logout-link {
    display:none;
}

.send_mail {
    color:#323046;
    cursor:pointer;
    text-decoration: underline;
}

.account-form-wrapper {
    display:none;
}

.single-news .leave-comment-action a.btn-comments-action {
    display:none;
}

.comment-action-text {
    display:none;
}

.button-reply {
    display:none;
}

.error-msg-account {
    color: #c92327;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-top: 8px;
}

