body.certificate > table {
    font-size: 10pt;
}

.certificate {
    background: white;
    font-size: 8pt;
    font-family: arial, verdana, sans-serif;
}

.cert-heading0 {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

.cert-heading1 {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.cert-heading2 {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

.cert-heading3 {
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

.cert-table-caption {
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

.cert-table {
    font-size: 8pt;
    border: 1px solid black;
    border-collapse: collapse;
}

.cert-contentrow td {
    border: 1px solid black;
    border-bottom-style: dotted;
    padding: 2px;
    font-family: courier, "courier new", serif;
    text-align: center;
}

.cert-labelrow td {
    border: 1px solid black;
    border-top-style: dotted;
    padding: 2px;
    font-weight: bold;
    text-align: center;
}

.cert-labelcellright {
    padding: 2px;
    font-weight: bold;
    text-align: right;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.cert-contentcellleft {
    font-family: courier, "courier new", serif;
    padding: 2px;
    text-align: left;
}

.cert-underlinecell {
    background: orange;
    padding: 2px;
    border-bottom: 1px dotted black;
}

.cert-bold-center {
    font-weight: bold;
    text-align: center;
}

.cert-content-center {
    font-family: courier, "courier new", serif;
    text-align: center;
    padding: 2px;
    border-bottom: 1px dotted black;
    height: 40px;
}
