
.sku-search {
    max-height: 63vh !important;
}

    table.sku-search-results {
        font-size: 0.70rem;
        border-top: 0;
        text-align: center;
    }

        table.sku-search-results th, table.sku-search-results td {
            padding: 3px;
            text-align: center;
            vertical-align: middle;
            min-width: 120px;
        }

            table.sku-search-results th.controllers, td.controllers {
                max-width: 50px;
                min-width: 50px;
            }
