/* archive */
body {
	background-color: #ddd!important;
	filter: grayscale(50%);
}

code {
    color: #072;
}

table.table-borderless tbody tr:last-of-type td {
    border-bottom: 1px solid var(--bs-secondary-border-subtle);
}

table.table-borderless tbody:last-of-type tr:last-of-type td {
    border-bottom: none;
}

#beaver {
    position: absolute;
    left: 10px;
    top: -41px;
    width: 64px;
    height: 48px;
}