table {
    border: 3px solid blue;
    border-collapse: collapse;
}
table caption {
    margin: 10px 0;
    font-size: 220%;
    font-family: "Brush Script MT", "DejaVu Serif", serif;
}
td .notes {
    display: none;
}
th {
    margin: 0;
    padding: 0.5em 1.5em;
    border-width: 1px 1px 3px 1px;
    border-style: solid;
    border-color: blue;
}
td {
    margin: 0;
    padding: 0.5em 1.5em;
    border: 1px solid blue;
    font-weight: bold;
}
ul.legend {
    list-style-type: none;
    list-style-position: outside;
}
.spell .notes ol {
    list-style-type: disc;
}
