span.menuitem {
    font-family: monotype, courier, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.25;
}
span.buttonbox {
    border-width: 1px;
    border-style: solid;
    border-color: #777777;
    font-family: monotype, sans-serif;
    font-weight: bold;
    font-size: 0.85em;
    padding: 1px;
}
div.tip {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    border-style: solid;
    border-width: 1px;
}
.indent {
    margin-left: 1em;
}
span.example {
    font-family: courier, sans-serif;
    font-size: 0.85em;
}
span.listheading {
    font-weight: bold;
}
p.heading {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
pre.example {
    font-family: courier, sans-serif;
    font-size: 0.85em;
    margin-left: 2em;
    margin-bottom: 1.5em;
    color: black;
    background-color: rgb(244, 244, 244);
    white-space: pre-wrap;
}