/* This is for the table hack until CSS supports columns */

table {
    width: 90%;
}
td {
    vertical-align: top;
    padding: 1em;
}
