div.help-title {
    font-size: 1.25em;
    font-weight: bold;
}
div.chapter {
    margin-top:30px;
}
div.sub-chapter {
    margin-top:25px;
}
div.field {
    margin-top:20px;
}
.bold-text {
    font-weight: bold;
}
.italic-text {
    font-style: italic;
}

#helpMenu {
    margin-top: 20px;
}
#helpMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
