body {
    font-family:      monospace;
    background-color: #333333;
}

h1 { margin: 25px;  }
h2 {
    margin-left:    6px;
    margin-bottom:  0;
    padding-bottom: 0;
}
h3 { margin: 3px; }

ul {
    margin-top: 12px;
    list-style: square;
}

acronym { border-bottom: dotted; }

.code { font-family: arial; }
.code > p:first-child { font-weight: 400; }

.syntax_list { list-style: none; }
.syntax_list li { display: inline; }

.optional { color: lightgray; }

.definition {
    width:            85%;
    margin:           auto;
    color:            #999999;
}

.definition > :first-child {
    text-align:  center;
    font-weight: 400;
}

.definition > :first-child + img {
    float: right;
}

.definition acronym {
    color:               white;
    border-bottom-color: white;
}

abbr { font-style: italic; }
