#content * {
    max-width: 45em;
}

#content img {
    padding-bottom: 1em;
}

#content h2 {
    font-size: 135%;
}

#content h3 {
    font-size: 120%;
    font-weight: normal;
    color: #3f3f3f;
}

#content h4 {
    font-weight: normal;
    color: #5f5f5f;
}

#content a,
a.backTo {
    cursor: pointer;
    text-decoration: underline;
}

#content ul {
    margin-bottom: 1.4em;
}

#content ul ul {
    margin-bottom: 0;
}

#content a.button {
    text-decoration: none;
    background-color: #003399;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
}

#content a.button:hover,
#content a.button:focus,
#content a.button:active {
    background-color: #4b6a8d;
}

/* the line-height is by Jordan's request for proposers' pages only */
#content p {
    line-height: 1.3;
}

#content ul {
    line-height: 1.5;
}

ol.level-0 {
    font-weight: bold;
    margin-bottom: 1.4em;
}

ol.level-1 {
    list-style-type: upper-alpha;
    font-weight: initial;
}

ol li {
    padding: 3px 0;
    line-height: 1.3;
}

