.units img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    -webkit-filter: drop-shadow(3px 3px 6px #000);
    filter: drop-shadow(3px 3px 6px #000);
}

.units strong {
    color: var(--c-primary);
}

.operations img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
}

table {
    background-color: transparent;
    table-layout: fixed;
}

table thead {
    border: none;
}

table th,
table td {
    text-align: left;
    vertical-align: top;
    
}

table th {
    padding: 0 var(--spacing-4);
}

table td {
    padding: var(--spacing-4);
}

table th:first-child,
table td:first-child {
    padding-left: 0;
}

table th:last-child,
table td:last-child {
    padding-right: 0;
}