body .me_comments {
    background: #fff;
    font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    width: 100%
}



.like,
.reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover,
.reply:hover {
    text-decoration: underline
}

.like:after,
.reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}


.fa-heart {
    color: white;
    width: 12px !important;
}



.like,
.reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover,
.reply:hover {
    text-decoration: underline
}

.like:after,
.reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}


.com_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.img_me {
    width: 48px;
    margin-right: 8px;
}

.img_me img {
    /*max-width: 50px;*/
    width: 48px !important;
    max-width: 48px !important;
    height: 48px;
    object-fit: contain;
    margin-top: 0 !important;
}

.me_name {
    color: #365899;
    text-decoration: none;
    font-weight: 700;
}

.me_sub-text {
    display: flex;
    align-items: center;
}

.like_img svg {
    color: #365899;
    height: 12px;
    margin-right: 5px;
    margin-left: 2px;
}

.me_sub-text {
    font-size: 12px;
    color: #90949c;
}

.me_sub-text a {
    font-size: 12px;
    font-weight: normal;
}

.data-text {
    margin-left: 3px;
}

.like-text {
    margin-right: 3px;
}

.reply {
    margin-left: 3px;
}

.answer_com {
    margin-left: 50px;
}

.fa-heart {
    color: white;
    width: 12px !important;
}

.answer_com {
    border-left: 1px dotted lightgray;
    padding-left: 5px;
}

button.create-com-btn {
    cursor: pointer;
    border: 1px solid;
    border-radius: 2px;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    white-space: normal;
    background-color: #467ac9;
    border-color: #9cb4d8;
}

.left-create {
    max-width: 50px;
}

.create_com {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.left-btn-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.left-create img {
    padding: 0;
}

.left-create {
    margin-right: 7px;
}

textarea._1cb._1u9t {
    font-size: 14px;
    padding: 12px 8px;
    border: 1px solid #d3d6db;
    word-wrap: break-word;
    width: 100%;
}

.rigth-create {
    width: 100%;
}

.rigth-create {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.create-btn-sec {
    background: #f6f7f9;
    text-align: right;
    padding: 8px;
    width: 100%;
}

.create-btn-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #90949c;
}

.me_com {
    margin-bottom: 10px;
}



.rigth-create input[type="text"] {
    font-size: 14px;
    padding: 12px 8px;
    border: 1px solid #d3d6db;
    word-wrap: break-word;
    width: 100%;
}

.me_sub-text a {
    text-decoration: none;
}

.left-create img {
    margin-top: 0 !important;
}