/* User Notes */
.name-badge {
    font-size: 1rem;
    /*border-radius: 50%; !important*/
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.note-block:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
