/*
These are the stylesheets specific for the suffix overview tables.
(Though they also make use of the "layout" stylesheets.)
*/

/* Suffix type overview */
table.suffix-overview {
    border: 4px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table.suffix-overview.no-right { border-right: none; } /* remove right border */
table.suffix-overview.no-left  { border-left: none;  } /* remove left  border */
table.suffix-overview td {
    text-align: center;
    width: 4.25em;
}
table.suffix-overview h3 { margin: .125em 0em; }
table.suffix-overview th {
    border-bottom: 2px solid black;
    text-align: center; 
    width: 4.25em;
}

/* eof */

