
.NOTE {
    margin: 6pt 0pt;
    padding: 0em 1em;
    border: solid #00f;
    border-width: 0px 0px 1px 0px;
}

.Note h3::before {
    content: '¡ü ';
}
.Note h3 {
    border: solid #88f;
    border-width: 0px 0px 1px 0px;
}

.Note h4::before {
    content: '¡¦ ';
}

.Note table {
    border-collapse: collapse;
}
.Note table th, .Note table td {
    border: solid #ccc;
    border-width: 0px 0pt 1px 0pt;
    vertical-align: top;
}
.Note table th {
    padding-right: .5em;
    font-family: sans-serif;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

.Note .input {
    color: #080;
}

.Note .print {
    color: #c00;
}

.Note .CHUI {
    color: #f00;
}

