.cmlsw-cnt .app__project-comnt {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.cmlsw-cnt .app__project-comnt__info {
    display: flex;
    border-top: 1px solid #8dc2ff;
    margin-top: .5rem;
    padding-top: .5rem;
    justify-content: space-between;
}
.cmlsw-cnt .app__info-container .badge {
    font-size: 11px;
    padding: 2px 5px !important;
}
.cmlsw-cnt .app__project-comment__badge {
    font-size: 10px;
    font-weight: 400;
    padding: .15rem .2rem;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.comment-item.line .min-width-12{
    min-width: 12em;
}