/* hide some elements */
.toc, /* TOC */
div#footer-buttons, /* 80x15 buttons */
input.button, /* "edit" and some other buttons */
.dokuwiki div.plugin_translation, /* listing of Andreas Gohr's translation plugin */
li#usermod, /* "logged in as" message */
div#catlinks, .bchead { /* (hierarchical) breadcrump navi */
  display: none !important;
}

/* expand external URLs for printing */
.urlextern.text:after, .urlextern:after,
a.urlextern.text:after, a.urlextern:after,
a.interwiki.text:after, a.interwiki:after {
  content: " (" attr(href) ") ";
}

/* set missing table styles */
div.dokuwiki table.inline {
  font-size: 80%;
  background-color: #fff;
  border-spacing: 0px;
  border-collapse: collapse;
}

div.dokuwiki table.inline th {
  padding: 3px;
  border: 1px solid #000;
  border-bottom: 1px solid #000;
}

div.dokuwiki table.inline td {
  padding: 3px;
  border: 1px solid #000;
}

/* legacy support: different stuff
   should not be needed on new installs, but better safe than sorry regarding
   existing ones. */
.leftalign {
  text-align: left;
}
.centeralign {
  text-align: center;
}
.rightalign {
  text-align: right;
}

