.pr-0 {padding-right:0}
.pl-5px {padding-left:5px}

.comment-title{
    align-self:center; 
    padding-left:0;
}

.text-comment{
    display:block; 
    resize: vertical; 
    border:none; 
    background-color: white; 
    overflow-y: hidden; 
    width: 100%;
}

.revision-text-container{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-top: 10px;
}

.activity-toggle-container{
    justify-content: end;
    padding-top: 6px;
}

.new-comment-btn{
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #ddd;
    top: 32px;
    border-radius: 50%;
    z-index: 1;
    color: white;
    cursor: pointer;
}

.new-comment-btn-wrapper{
    position: absolute;
    top: -25px;
    left: 11px;
    z-index: 111;
}

.text-timestamp{
    color: #777;
    padding-left:5px;
    font-size: 10px;
}