.mac-result-table,
.mac-results-table {
    width: 40rem;
}

.mac-result-bla {
    background-color: aquamarine !important;
}

.mac-result-unknown {
    background-color: lightcoral !important;
}

.mac-result-data-mac,
.mac-results-data-mac {
    width: 12rem;
    background-color: beige;
    vertical-align: top;
}

.mac-result-data-vendor,
.mac-results-data-vendor {
    background-color: lightgray;
    vertical-align: top;
}

.mac-result-mac {
    font-family: 'Courier New', Courier, monospace;
}

.mac-result-vendor {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}