.icon-down::after {
    float: right;
    color: green;
    content: "Show";
    cursor: pointer;
}

.icon-up::after {
    float: right;
    color: orange;
    content: "Close";
    cursor: pointer;
}

.addNoteForm textarea {
    width: 100%;
    height: 100px;
    resize: none;
}

table.revTable thead td {
    font-weight: bold;
}

table.revTable td {
    font-size: 0.7rem;
}

table.revTable tfoot td {
    font-weight: bold;
    border-top: 2px solid black;
}