/** scopestage (list of scopes) */
table.invisible, td.invisible, th.invisible { border: 0px; padding: 0px 3px 0px 3px;}
div.page_scopestage table.invisible td.invisible {vertical-align: top;}

/** scope */
.scope td, .scope th  {border: solid 1px black; text-align: center; padding: 4px;}
.scope .nonsense { background: #999; }
.scope .win { background: #b1ecb1;}
.scope .lose { background: #ffad8a;}
.scope .draw { background: #fff;}
/*
.scope .homewin { background: #D2F0D2; font-weight: bold;}
.scope .homelose { background: #FFDCCD; font-weight: bold;}
.scope .homedraw { background: #FFFFFF; font-weight: bold;}
*/
.scope .header { background: #dcdcdc; padding: 5px;  font-weight: bold;}
.scope .subheader { background: #cdffcd; text-align: left; padding: 5px; }
.scope .subheader a {text-decoration: underline; color: #005028;}
.scope .number { background: #cdffcd; text-align: center;}

.scope a {color: black; text-decoration: none;}
.scope a:hover { text-decoration: underline;}