h3.yourComment{
    color: var(--textColor); 
    margin-bottom: 0.5em; 
    font-size: x-large;
}
.commentForm{
    margin-top:1em;
    padding-top: 1em; 
    border-top: 1px solid;
}
.comment{
    padding-bottom: 1em;
}
.commentHeader{
    font-weight: bold;
}
.commentBody{
    white-space: pre-wrap;
    padding-left:1em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: var(--textColor);
    font-weight:100 ;
    font-size: smaller;
}