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

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