/* $Id: rules.css,v 1.8 2025/07/31 19:22:02 goltz Exp $ */

/* Styles specific to rules.  Used in conjunction with base.css */

.house {			/* For house rules */
    background-color: #FFC8C8;
    border: 5px solid black;
    margin: 5px;
    padding: 5px;
}

.toc {
    margin: auto;
    width: 40%;
    text-align: left;
    border: 3px solid #4A89DC;
    padding: 10px;
}

.toc-w {
    margin: auto;
    width: 80%;
    text-align: center;
    border: 3px solid #4A89DC;
    padding: 10px;
}

.utable tr:nth-of-type(odd) {
    background-color: #E0E0E0;
}
    
.utable tr:nth-of-type(even) {
    background-color: white;
}
    
.utable-v tr:nth-of-type(even) {
    background-color: #E0E0E0;
}

.utable-c, .utable-vc {
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 10px;
}

.utable-c tr:nth-of-type(odd) {
    background-color: #E0E0E0;
}
    
.utable-vc tr:nth-of-type(even) {
    background-color: #E0E0E0;
}

div.utable {
    border: solid black;
    background-color: #E0E0E0;
}

table.utable th {
    font-variant: small-caps;
    font-weight: bold;
    font-family: sans-serif;
    font-size: smaller;
}
