.changelog, .todos {
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    width: 90%;
}
.changelog .newversion td, .todos .newsection td {
    background: #EEEEEE;
    border-bottom: 1px black solid;
    border-top: 1px black solid;
}
.changelog td, .todos td {
    padding: 2pt;
}
.changelog .version, .todos .section {
    white-space: nowrap;
    font-weight: bold;
}
.changelog .date, .changelog .person {
    font-size: .9em;
}
.changelog .person {
    text-align: right;
}
.changelog .type, .todos .type {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    width: 2em;
}
.changelog .sep td, .todos .sep td {
    font-size: .5em;
    padding: 0pt;
}
