article{
    font-family: Open Sans, Arial, sans-serif;
}
#content_left h1{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding: 13px 0 14px;
}
article #article_anno{
    float: none;
}
article #article_anno span{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
article #article_anno #article_author{
    padding: 0;
}
.back_to_article_div{
    padding: 0 0 20px;
    border-bottom: 1px solid #E2DDD8;
    margin: 22px 0 34px;
    float: left;
    width: 100%;
}
a.back_to_article, a.back_to_article:visited{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0087C1 !important;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    border: 0;
}
a.back_to_article:hover{
    color: #D2232A !important;
    border: 0 !important;
}
.back_to_article span{
    border-bottom: 1px solid #0087C1;
}
.back_to_article:hover span{
    border-bottom-color: #D2232A;
}
.comments_total{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 24px;
    float: left;
    width: 100%;
}
.comment_area{
    width: 100%;
    border: 1px solid #A7A9AC;
    padding: 20px 60px 20px 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-family: Open Sans, Arial, sans-serif;
    resize: none;
    margin: 0 0 10px;
}
.comment_area::placeholder{
    font-family: Open Sans, Arial, sans-serif;
}
.comment_area_remain{
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    top: -48px;
    position: relative;
    right: 23px;
    float: right;
}
.comment_buttons_row{
    display: flex;
    gap : 10px;
    align-items: center;
    margin: 0 0 20px;
}
.comment_button{
    font-family: Open Sans, Arial, sans-serif;
    border-radius: 20px;
    font-size: 13px;
    line-height: 18px;
    background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
    border: 1px solid #939598;
    padding: 10px 19px;
    cursor: pointer;
}
.comment_button:disabled{
    background: #EDEBE9;
    border: 1px solid #EDEBE9;
    color: #939598;
    cursor: default;
}
.erase_comment{
    font-size: 13px;
    line-height: 18px;
    color: #0087C1;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
    display: none;
}
.erase_comment:hover{
    color: #D2232A;
}
.comment_block{
    padding: 20px 0 0;
    border-bottom: 1px solid #EDEBE9;
    width: 100%;
    float: left;
}
.comment_block_top_row{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 12px;
}
.comment_user_avatar{
    width: 30px;
    border-radius: 15px;
}
.comment_user_nickname{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.article_author_mark{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #764696;
}
.comment_date{
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.comment_text{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px 40px;
}
.grow-wrap {
    display: none;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px 40px;
}
.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}
.grow-wrap > textarea {
    resize: none;
    overflow: hidden;
    height: auto;
}
.grow-wrap > textarea,
.grow-wrap::after {
    font: inherit;
    grid-area: 1 / 1 / 2 / 2;
}
.comment_buttons_row{
    margin: 0 0 12px 40px;
}
.save_comment{
    display: none;
}