<!--
/* Character portraits */
div.chars {width: 553px; margin: auto; line-height: 100%;}
 div.chars div {margin-bottom: 1em;}
em {font-weight: bold; font-style: normal;}

/* Character information */
.char-cont {padding: 10px;}
.char-info {position: relative; width: 560px;}
.sketch {position: absolute; left: 0; top: 0;}
.sb1, .sb2, .sb3, .sb4, .sb5, .sb6, .sb7, .sb8, .sb9, .sb10, .sb11, .sb12, .sb13, .sb14, .sb15, .sb16 {float: left; clear: left; font-size: 1px; line-height: 1px;}
p {z-index: 100;}

/* Statistics table */
.stat-table {margin: auto; margin-bottom: 1em;}
.chead, .cstype, .cstat {padding: 0.4ex 1ex; border-bottom: 1px solid #555;}
.chead, .cstype {font-weight: bold; color: #fff;}
.chead {text-align: center;}
.cstype {text-align: right;}
.noline {border-bottom: none;}

@media print {
 div.chars {width: 184px;}
 em {display: none;}
}
-->

