.commenting-box textarea {
    all: unset;

    box-shadow: inset 0px 0px 6px black;
    padding: 10px;

    /* Make pre wrap */
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;

    max-height: 251px;
    overflow-y: auto;

    color:white;
    background-color: #0D0F11;

    width: 100%;
    box-sizing: border-box;
}

.comment {
    text-align: justify;
    overflow-wrap: break-word; 
    word-break: normal;            
}
.comment .cprofile {
    width: 128px;
    height: auto;
}
