body {
font-family: "Arial Unicode MS", sans-serif;
font-size: 12px;
}
h3 {
border-bottom: solid 1px black;
}
.fixed {
font-style: italic;
}
.required {
font-weight: bold;
}
table.attributes {
border-collapse: collapse;
}
table.attributes,
table.attributes tr,
table.attributes td,
table.attributes th {
border: solid 1px black;
}
table.attributes th {
background-color: #03C;
color: white;
}
table.attributes tr {
vertical-align: top;
}
table.attributes th {
text-align: left;
}
table.attributes td,
table.attributes th {
padding: 1px 3px;
}
table.attributes td li {
line-height: 100%;
}
.element > p,
.element > table {
margin-left: 16px;
}
.parameterEntityContent {
font-family: monospace;
font-size: 0.8em;
}
.enumeration {
margin: 0;
padding-left: 1em;
}
.contentModel {
font-family: monospace;
}