body {
    color-scheme: light;
}

table { border-collapse: collapse; table-layout: fixed; width: 100%; }
th, td { border: 1px solid black; overflow: hidden; }
td:nth-child(2), td:nth-child(3), td:nth-child(4) { max-width: 120px; overflow: visible; }

.hash {
    display: inline-block;
    max-width: 16ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.copy {
    margin: 0 4px;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    padding: 1px 4px;
}

.superheader { font-size: 40px; } 
