.comment-container {
    border-radius: 16px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.04);
    display: flex;
    margin: 20px;
}

.comment-data {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: rgba(0, 0, 0, 0.48);
}

.comment-info {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.profile-photo-small {
    width: 22px;
    height: 22px;
    margin-right: 20px;
    background-image: url('/images/profile-icon20x20.png');
    background-repeat: no-repeat;
    background-position: center;
}

.comment-text {
    display: block;
    color: black;
    margin-top: 10px;
    font-weight: 600;
}
