.warehouse {
    display: flex;
    flex-wrap: wrap;
    font-family: monospace;
}

.warehouse .break {
    flex-basis: 100%;
    height: 0;
}

.warehouse td {
    cursor: pointer;
}

.warehouse .selected {
    background-color: black !important;
    color: white;
}

.warehouse caption {
    font-weight: bolder;
    font-size: x-large;
    cursor: pointer;
    padding: 0.25em 0;
}

.warehouse .line caption {
    min-width: 3em;
}

.warehouse tbody.line {
    border: thin solid gray;
    width: 3em;
    margin: 1em 2em 1em 0;
}

.warehouse td.column {
    border: thin solid gray;
    width: fit-content;
    height: 2em;
    text-align: center;
    vertical-align: middle;
}

.warehouse table.column {
    border: thin solid gray;
    min-width: 9em;
    margin: 1em 0;
    border-bottom: thick solid black;
    height: 15em;
}

.warehouse table.row {
    border: thin solid transparent;
    min-width: 1em;
    margin: 1em 0;
    border-bottom: thick solid transparent;
    height: 15em;
/*    margin: 1em 0;
    border-bottom: thick solid transparent;
    height: 15em;*/
}

.warehouse th.row {
    border: thin dotted transparent;
    border-bottom: medium solid transparent;
    height: 3em;
    width: fit-content;
    text-align: right;
    vertical-align: middle;
}

.warehouse td.position {
    border: thin dotted gray;
    border-bottom: medium solid black;
    height: 3em;
    min-width: 2em;
    text-align: center;
    vertical-align: bottom;
}

.warehouse .assigned {
    background-color: rgba(255, 153, 0, 0.5);
    color: white;
}
