/*styles.css*/
    body { font-family: Arial, sans-serif; margin: 30px; }

    .item-row { margin-bottom: 10px; }

    label { display: inline-block; width: 320px; font-size: 20px; }

    .qtyBox {
        width: 30px;
        height: 35px;
        font-size: 12px;
    }

    input[type="number"] {
        width: 40px;
        height: 35px;
        font-size: 20px;
    }

    button {
        height: 35px;
        font-size: 15px;
        padding: 0 10px;
        margin-left: 4;
    
    }