/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* stats.css
 *
 * copyright (c) 2006-2021 drow <drow@bin.sh>
 * all rights reserved
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* stat block */

  table.stats { margin: 2ex auto;
    border: none; border-top: 1px solid; border-color: #cccccc; }
  table.stats table { width: 100%; margin: 4px;
    border: none; border-top: 1px solid; border-color: #cccccc; }
  table.stats tr:hover td { background: #dedede; }
  table.stats tr.empty:hover td { background: none; }
  table.stats tr:hover ol li:hover { background: #ffffff; }
  table.stats tr:hover table tr:hover td { background: #ffffff; }
  table.stats tr:hover table tr.empty:hover td { background: none; }
  table.stats tr:hover table tr:hover ol li:hover { background: #dedede; }

  table.stats th { padding: 1ex 1em; background: #000000; color: #ffffff; }
  table.stats td { padding: 4px 1em;
    border: none; border-bottom: 1px solid; border-color: #cccccc;
    vertical-align: top; }
  table.stats td.icon img { border: 1px solid; border-color: #cccccc; }
  table.stats td.section { width: 8em; padding-top: 8px;
    text-align: right; white-space: nowrap;
    font-size: larger; font-weight: bold; }
  table.stats td.detail { width: 8em;
    text-align: right; white-space: nowrap; font-style: italic; }
  table.stats td.key { width: 8em;
    text-align: right; white-space: nowrap; font-weight: bold; }

  table.stats td.value { vertical-align: bottom; }
  table.stats td.value p { margin: 0px; margin-top: 1ex; }
  table.stats td.value p.icon { padding-left: 2em; text-indent: -2em; }
  table.stats td.value ol { margin: 0px 0px 2ex 2em; padding: 0px; }
  table.stats td.value ol li { margin: 0px; padding: 2px 0.5em; }
  table.stats td.value hr { margin: 1ex 0em;
    border: none; border-top: 1px solid; border-color: #cccccc; }

  @media print {
    a { color: black; text-decoration: none; }
  }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
