#content #cms_content pre {
    margin-bottom:  1em;
}
#content #cms_content table {
    width:          100%;
    margin-bottom:  1em;
}
#content #cms_content table caption {
    padding-bottom: 2px;
    font-weight:    bold;
}
#content #cms_content table td {
    padding:        1px 3px;
    border:         solid 1px black;
}
#content #cms_content>*:last-child {
    margin-bottom:  0;
}

#content #cms_nav {
    margin-top:     1em;
    padding:        .4em .2em;
    background:     #f9e3a2;
    border:         solid 1px #ff6f00;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
}
#content #cms_nav ul {
    margin:         0;
}
