table.bitvector {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table.bitvector th {
    padding: 0.5ex;
    margin-right: 0;
    margin-left: 0;
}

table.bitvector td {
    padding: 0.5ex;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #99c;
    font-weight: bold;
}

div.image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    text-align: center;
    width: 20em;
}
div.image div.caption {
    font-size: 9pt;
    font-style: italic;
}

a > img {
    border: none;
}

table.hashdata {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

table.hashdata td {
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

table.hashdata > tbody > tr:nth-of-type(3n + 3) { 
    border-bottom: 2px dotted #000066;
}

table.hashdata > tbody > tr > td:nth-of-type(5n + 5) { 
    border-right: 2px dotted #000066;
}


table.hashdata th {
    font-weight: normal;
    font-style: italic;
}

table.hashdata > thead > tr > th {
    text-align: center;
    border-bottom: 1px solid black;
}

table.hashdata > thead > tr > th:nth-of-type(5n + 6) {
    border-right: 2px dotted #000066;
}

table.hashdata > thead > tr > th:first-child {
    border-bottom: none;
}

table.hashdata > tbody > tr > th {
    border-right: 1px solid black;
    text-align: right;
    padding-right: 1em;
}

table.hashdata .significance_warning {
    background-color: #ffcccc;
    border-right: 1px solid #996666;
    border-bottom: 1px solid #996666;
}

table.hashdata .significance_error {
    background-color: #ff9966;
    border-right: 1px solid #996633;
    border-bottom: 1px solid #996633;
}

table.distributions {
    margin: auto;
    border-collapse: collapse;
}

table.distributions caption {
    caption-side: bottom;
    text-align: right;
    font-style: italic;
    font-size: 0.9;
}

table.distributions th {
    text-align: right;
    padding-left: 2em;
    padding-right: 1em;
    font-style: italic;
    font-weight: normal;
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

table.distributions td {
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0;
}
table.distributions td img {
    margin: 0;
}
