div.module h2,
div.module p {
    padding:5px 0 5px;
    margin:0;
}

div.module.completed {
}

div.module.enabled {
    background-color:#c1c1c1;
}

div.module.disabled {
    opacity:0.7;
}

div.module dd {
    margin-bottom:0;
}

form#exam table.questions {
    margin:0;
}

form#exam table td.questions,
form#exam table td.answers {
    width:50%;
}