.support-class-def .year-select {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.support-class-def .year-select li {
    display: none;
}

.support-class-def .year-select li.current {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
}

.content-sub dl {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.content-sub dt {
    float: left;
    display: inline;
    margin-right: 1em;
    clear: left;
    width: 10em;
}

.content-sub dd {
    float: left;
    display: inline;
}

.content-sub h3 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

#printarea tr,
#printarea td {
    page-break-inside: avoid;
}

#printarea td.alignright,
#printarea th.alignright {
    white-space: nowrap;
    text-align: right;
}