/* body { */
/*     font-family: helvetica; */
/*     font-size: 11pt; */
/* } */


h1 {
    color: #404040;
}

h2 {
    color: #404040;
    background-color: #e0e0e0;
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;

}

h3 {
    color: gray;
}

h4 {
#    color: gray;
    font-size: 11pt;
}

h5 {
    color: gray;
    font-size: 9pt;
}

h6 {
    color: gray;
    font-size: 8pt;
}

ul.toc {
    font-size: 13pt;
    font-style: bold;
}

img.itable {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

img.icon {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 12px;
    height: 12px;
}

img.screenshot {
    width: 600px;
}

table, td, th {
    border: 1px solid gray;
    valign: top;
    margin-left: 10px;
    margin-right: 10px;
}

td.caption {
    font-size: 10pt;
}

th {
    background-color: gray;
    color: white;
}
