/* css styles when javascript is disabled */
/* be sure to undo anything done here in js.css, since both are included */

div.tabpanes div.pane {
    display: block;
    margin-bottom: 2em;
}

div.toggleon,
div.toggleoff {
    display: none;
}
