/* @title Note Detail Text */
/* @help Controls the individual note reply sections when viewing a Private Note */
.note_text {
    font-size: 13px;
    padding: 16px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EEEEEE;
}
