.cn_cmt {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    border: 1px solid #fafafa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 5px;
    font-family: Roboto, sans-serif;
    line-height: normal;    
}
.cn_cmt_subject {
    padding: 10px;
    /* background-color: var(--secondary-color); */
    border-bottom: 1px solid var(--main-color);
    /* border-radius: 15px; */
    font-weight: bold;
    font-size: 1.1rem !important;
}
.cn_cmt_text {
    padding: 10px;
    background-color: #fff;
    line-height: 1.25rem;

}
.cn_cmt_row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
}
.cn_cmt_row_node {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.cn_cmt_created, .cn_cmt_createdby {
    font-style: italic;
    font-size: 0.8rem;
    color: #aaa
}
.cn_cmt_node {
    padding: 5px;
    border-radius: 5px;
    background-color: #d9ffdf;
    text-align: center;
}
/* --------------------- */
.cn_cmt_new {
    display: flex; 
    flex-direction: column; 
    padding: 25px; 
    gap: 5px
}