body { 
        font-family: sans-serif;
        font-size: x-small;
}
h1 {
        font-weight: bold;
        text-decoration: underline;
}
h3 {
        font-weight: bold;
        text-decoration: underline;
        font-style: italic;
}
td {
        padding-right: 10pt;
        vertical-align: top;
}
td.date {
        font-style: italic;
        text-align: right;
        vertical-align: top;
}
td.bullet {
        padding-left: 10pt;
        width: 50%;
}
table {
        border-collapse: collapse;
        table-layout: fixed;
}
img {
        border: 0;
}
div.enum {
    margin-bottom: 1em;
}
div.headline {
        text-align: center;
}
div.headline div {
    border-bottom: 2em;
}
div.headline div p {
    margin: 0;
    border: 0;
}
hr {
    /* display: none; */
    width: 0;
    page-break-after: always;
}
