html, body { height: 100%; overflow: auto; }
html { background: #FC9D06; }
body { width: /*50%*/700px; margin: 0 auto; background: #EEE; }

ol.scores, ol.scores li { display: block; list-style-type: none; }
p { text-align: justify; }
p.section_summary, h2, h3, table { margin: 10px !important; }
hr { margin: 10px; } /* nadpisze to ie, w index.php */
p.section_summary, h2, h3 { text-transform: uppercase; font-size: 100%; font-weight: bold; }
h1 { display: none; }
th { font-weight: normal; text-align: left; }
table { display: block; /* https://bugzilla.mozilla.org/show_bug.cgi?id=87277 */ }
table cite { font-style: normal; }

.number_1 { color: #FCD743; }
.number_2 { color: #C8C0C8; }
.number_3 { color: #A52A2A; }
/* .moderator { color: #00F; } */

#afternote { font-size: smaller; padding-bottom: 10px; /* workaround ... */ }
#preface { border-top: 1px solid #EEE; /* here too */ }
#history { list-style-type: upper-roman; }
#history cite { font-style: normal; font-weight: bold; }
blockquote .author { margin-top: -10px; text-align: right; }
textarea { display: block; width: 90%; height: 500px; margin: 10px auto; }