dt {
    font-weight: bold;
    margin-top: 10px;
}
dd {
    margin-top: 5px;
}
ul.resume-list-short {
    list-style: none;
}
ul.resume-list-short li {
    display: inline;
}
ul.resume-list-short li:after {
    content: " |";
    color: silver;
} 
ul.resume-list-short li:last-child:after {
    content: "";
}
table.resume-category {
    width: 100%;
}
table.resume-category tr.total {
    font-weight: bold;
}
table.resume-category td.duration {
    font-family: courier, monospace;
    text-align: right;
}
table.resume-category td.horz-space {
    width: 10px;
}
table.resume-category tr.vert-space {
    width: 10px;
}
div.resume-variants {
    font-size: 0.7em;
}
