.write_comments input, .write_comments textarea{
    display: block;
    margin-bottom: 10px;
    min-width: 380px;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 14px;
    border: 1.5px solid #d6d9da;
}
.write_comments textarea{min-height:140px}
.write_comments button{
    border: 1px solid #d6d9da;
    background-color: #d6d9da;
    border-radius: 8px;
    padding: 6px 15px;
    cursor: pointer;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}
.write_comments{padding-bottom:1px;}
.comments_list{
    padding: 10px;
    margin: 5px 0 0;
    background-color: #efefef;
}
.comments_list li{
    min-height: max-content;
    background-color: white;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0;
    margin-top: 10px;
    list-style: none;
}
.comments_identity{font-size:13px;}
.comments_identity .t_name{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}
.comments_identity .t_date{
    font-style: italic;float: right;color: #444;font-size: 10px;
    gap: 5px;
    display: flex;
    align-items: center;
}
.comments_body button{
    margin-left: 0;clear: none;border:none;background:transparent;cursor:pointer;vertical-align:middle;
    gap: 5px;
    display: flex;
    align-items: center;
}
.comments_body button svg{width: 16px}
.comments_list li.level1{margin-left:30px}
.comments_list li.level2{margin-left:60px}
.comments_list li.level3{margin-left:90px}
.comments_list li.level4{margin-left:120px}
.comments_list li.level5{margin-left:150px}
.comments_list li.level6{margin-left:180px}
.comments_list li.level7{margin-left:210px}
.comments_list li.level8{margin-left:240px}
.comments_list li.level9{margin-left:270px}
.comments_list li.level10{margin-left:300px}
.comments_list li.level11{margin-left:330px}
.comments_list li.level12{margin-left:360px}
.comments_list li.level13{margin-left:390px}
.comments_list li.level14{margin-left:420px}
.comments_list li.level15{margin-left:450px}
.comments_list li.level16{margin-left:480px}
.comments_list li.level17{margin-left:510px}
.comments_list li.level18{margin-left:540px}
.comments_list li.level19{margin-left:570px}
.comments_list li.level20{margin-left:600px}
.comment_list_heading{background:#CCC;display:block;padding:2px 10px;font-weight:bold;margin-bottom:10px}
.comments_body form button.reply {
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    line-height: 6px;
}
.comments_body form button.report {
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    line-height: 6px;
    margin-left: 15px;
}
.comments_list li:hover .comments_body form{
	display:block;
}
.reply_to{
	padding: 10px !important;
    background: #d4ee9f;
    margin-right: 75px;
    margin-top: 10px;
    width: 378px;
}
.show_flagged span{
	color: #c00;
	cursor: pointer;
}
.no_comment{ text-align: center; display: block; padding-bottom: 20px; }
.ReadCom {
    padding: 15px 12px;
    background-color: #d0d0d0;
    border: none;
    width: 692px;
}
.ReadCom p{
    border: none;
}
.ReadCom p a{
    color: #000 !important;
    font-weight: normal;
}
.ReadCom p a:hover{
    text-decoration: none !important;
}
#share li a{
    border-radius: 10px;
}
.ReadCom #share a:hover {
    transform: scale(1.2);
    transition: 0.1s linear;
}
.ReadCom svg, .title svg{
    height: 18px;
    vertical-align: sub;
}
.title{
    background-color: #dffba7;
    padding: 10px;
    width: 696px;
    margin-bottom: -5px;
}
#comment_area{
    margin-top: -20px;
    display: inline-block;
    background: #FFF;
}
#comment_area .comment{
    padding: 0;
}
#comment_area .comment .comment-bottom{
    width: 395px;
    float: left;
    margin-right: 20px;
}
h2.title{
    font-size: 15px;
    margin-top: 0;
}
h2.title span{
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.comments_body p{
    font-size: 14px;
}
.comments_body form {
    float: left;
    font-size: 10px;
}
.comments_list .flagged{
    background-color: #dadada;
}
.t_date svg {
    width: 12px;
}
.read_full_comment{
    color: brown;
    margin-top: 8px;
    display: block;
    cursor: pointer;
}