.remarks {
    background-color: white;
    margin-top: 15px;
    margin-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid black;
    height: 5in;
    overflow-y: auto;
}

.remarks em {
    font-style: normal;
}

.remarks p {
    font-style: italic;
}

.remarks li, .remarks td {
    font-style: italic;
}

.remarks ol {
    padding-left: 26pt;
    list-style-type: upper-roman;
}
