/*
:Author:    Guenter Milde
:Copyright: 2008 G. Milde
            This stylesheet is released under the GPL v. 2

Stylesheet for the Math Fonts Overview "Matheschriften"
*/

/* deutsche Tabellenbeschriftung */
/* table.numbered > caption:before {	      */
/*   content: "Tabelle " counter(table) ": "; */
/* }					      */


/* table.borderless td, table.borderless th {			     */
/*   /* Override padding for "table.docutils td" with "! important". */
/*      The right padding separates the table cells. */		     */
/*   padding: 0 0.5em 0 0 ! important }				     */

dl.docutils dt {
    font-weight: bold;
}

/* docinfo: pretty-print copyright and license */

dl.docinfo > dt {
  display: none;
}
dl.docinfo > dd {
  margin: 0 2em;
}

/* no underline for internal references */
a.reference.internal {
  text-decoration: none;
  color: darkblue;
}

/* +/- Listen mit field-list */
dl.field-list > dt {
  font-family: monospace;
}
dl.field-list > dt:after {
  content: ""; /* drop trailing ':' */
}
/* Offset for field content */
dl.field-list > dd {
  margin-left:  1em;
  padding-left: 0.5em;
}
