
body {
    font-family: serif;
    font-size: 8pt;
}

.actions,
.bugactions,
.bugpermissioninfo,
.editicon,
.submitbutton,
.reminderrow,
.closeorfilerow,
.addcommentrow,
.uploadrow,
.debugfooter {
    display: none;
}

h1 {
    font-size: 300%;
    line-height: 100%;
    color: black;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

h2 {
    font-size: 200%;
    line-height: 130%;
    color: black;
    font-weight: bold;
    text-transform: none;
    margin-left: 0px;
    margin-top: 1em;
    margin-bottom: 0em;
    border-bottom: solid 1pt black;
}

h3 {
    font-size: 150%;
    line-height: 110%;
    color: black;
    font-weight: bold;
    text-transform: none;
    margin-left: 0em;
    margin-top: 5pt;
    margin-bottom: 10pt;
}

div.main {
    padding: 0px;
    margin-left: 0px;
    /* font-size: 12pt; */
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

table {
    border-spacing: 0px;
        /* spacing in between the table cells (in global background color */
    margin: 0px;
}

th {
    /* padding specifies the inner spacing in the table cell's background color */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    border-bottom: solid 1pt black;
    background-color: white;
    /* font-size: 85%; */
}

td {
    /* padding specifies the inner spacing in the table cell's background color */
    padding: 2px;
    background-color: white;
    /* font-size: 85%; */
    vertical-align: top;
}

.alt {
    background-color: white;
    border-bottom: dotted .5pt gray;
}

