div.specobjects {
    margin-bottom: 2em;
    background-color: #f0f0f0;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}

div.spot {
    font-size: large;
    font-weight: bold;
}

table.specobject {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    width: 98%;
    background-color: white;
    border-collapse: collapse;
}

table.specobject>tr {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
}

table.specobject>tr>th {
    text-align: left;
    align-content: start;
    background-color: lightgray;
    width: 0;
    min-width: fit-content;
    padding-right: 1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e0e0e0;
    white-space: nowrap;
}
