/* Currently used for pref_heads*.html */

div.main table {
    border: solid 1px #999;
}

div.main table.parts {
    background-color: #cccccc;
    width: 100%;
    max-width: 900px;
    margin: 0.5em auto 0px auto;
}

div.main > table.parts tr:nth-child(2n+2) {
    background-color: #eeeeee;
}

div.main > table.parts tr:nth-child(2n+3) {
    background-color: #e0e0e0;
}

div.main > table.partskey {
    background-color: #ffffff;
    margin-bottom: 20px;
}

div.main > table.partskey td {
    padding: 3px 3px 0px 0px;
    font-size: 0.8em;
}

@media (max-width:600px){
    div.main table.parts {
        font-size: 0.7em;
    }
}