
body {
    margin: 32px 15% 32px 15%;
}

table.doel {
    padding-left: 32px;
}

table.doel tr {
   vertical-align: top;
}

table.doel tr td {
    border: 0px;
    margin: 0px;
    padding: 0px 16px 0px 0px;
    font-weight: bold;
}

ul {
    font-weight: bold;
    list-style-type: circle;
}

ol {
    font-weight: bold;
}

ol.enum {
    font-weight: normal;
    list-style-type: lower-roman;
}
