table {
    margin: 10px;
    border-bottom: 1px solid black;
    border-spacing: 0px;
    text-align: right;
    width: 100%;

}

td, th {
    padding: 3px 10px;

}

th {
    border-bottom: 1px solid black;
    font-size: 8pt;
    line-height: 9pt;
    padding: 7px;
    
}

th a {
    font-size: 8pt;
    line-height: 9pt;
}

td.inst, td.unit, td.coll, td.colhead {
    text-align: left;
}

td.inst {
    font-weight: bold;
    font-size: 13pt;
}

td.unit {
    padding-left: 20px;
    font-weight: bold;
    font-style: italic;
}

td.coll {
    font-size: 10pt;
    padding-left: 40px;
}

td.stat {
    width: 90px;
}

td.colhead {
    font-size: 11pt;
    font-weight: bold;
}

tr.odd td {
    background-color: #E7E3DD;
}

tr.even td {
    background-color: #F6F3EE;
}

span.small {
    font-size: 8pt;
}

table img {
    border: 0px;
    vertical-align: middle;
}
