.XXX_ADDRESS_THIS {
    color: red;
    font-style: italic;
    display: normal; <!-- change display to 'none' to hide developer-only content -->
}

.compactHeading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.compactList {
    margin-top: 5px;
    margin-bottom: 10px;
}

P.textParagraph {
    text-indent: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

P.textParagraphTight {
    text-indent: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

P.subParagraph {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

P.argHeader {
    margin-bottom: 0px;
}

P.retHeader {
    margin-bottom: 0px;
}

P.retDesc {
    margin-top: 0px;
}

TABLE.memberDocFrame {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

TD.memberDocHeader {
    background-color: #EEEEEE;
}

CODE.memberDocName {
    font-size: 100%;
    font-weight: bold;
}

SPAN.memberDocNameCaption {
    font-style: italic;
}

SPAN.memberDocArgOptTag {
    font-size: 93%;
    font-style: italic;
}

UL.argList {
    margin-top: 0px;
    margin-bottom: 0.5em;
}

DIV.newsItem {
    font-size: 110%;
    font-style: italic;
    margin-bottom: 10px;
}

PRE.codeBlock {
    background-color: #F4F4F4;
}

PRE.codeBlockNoTop {
    background-color: #F4F4F4;
    margin-top: 0px;
}

PRE.codeBlockInMemberDoc {
    background-color: #F4F4F4;
    margin-top: 0.2em;
    margin-left: 1.5em;
}

PRE.programOutputBlock {
    background-color: #E9E9FF;
}

PRE.programOutputBlockTight {
    background-color: #E9E9FF;
    margin-top: 0px;
    margin-bottom: 0px;
}

.serviceManagerMethodName {
    margin-bottom: 0px;
}

.serviceManagerMethod_Form {
  margin-left: 0.5em;
  margin-bottom: 0.3em;
}
