
fieldset {
    text-align: right;
    margin-top: 0px;
}

legend {
    font-weight: bold;
}

.fieldContent {
    margin: 15px;
    margin-top: 13px;
}

.certificateTable td {
    font-size: 11px;
}
.certificateTable tr.certHeader td {
    font-weight: bold;
    background-color: #DEDEDE;
    font-size: 12px;
}

.certificateTable tr.certData td {
    background-color: #EFEFEF;
}

.certInstruction {
    font-size: 11px;
    line-height: 18px;
    padding-right: 20px;
}
.certificateTable {
    width: 450px;
    margin-top: 15px;
}
