.exam > form > ol > li{
    margin-top:2em;
}

.exam input.test-field{
    margin-left:36px;
    border: none;
    padding: 0;
    border-bottom: 1px solid #777;
}

.exam select.test-field{
    margin-left:36px;
}

.exam .test-field.gap{
    margin-left:0;
}

.exam ol ul li{
    list-style:none;
}

.exam table td{
    border:none;
}