/* Printergrid */
#printerGrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}