fieldset{
                padding: 20px;
                width: 740px;
            }
            legend{
                font-size: 20px;
            }
            label.zamowienia, input.zamowienie{
                line-height: 20px;
                font-size: 20px;
                vertical-align: top;
                text-align: left;
            }
            img.kolor{
                width: 189px;
                height: 83px;
            }

            div.sekcja{
    width: 100%;
    height: 100%;
}
            
            div.sekcja *{
                line-height: 25px;
            }

            img.struktura{
                width: 262px;
                height: 140px;
            }
table.kolory{
    float: none;
    margin-bottom: 10px;
}

img.zamowienie{
    width: 250px;
    height: 200px;
    float: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

table{
    text-align: center;
    float: right;
}
table, td
{
border-collapse:collapse;
border:1px solid black;
}
input.ilosc{
    text-align: right;
}

select.lista optgroup, select.lista option{
    text-decoration: bold;
}

#subopcja{
    margin-left: 20px;
}
#pozycja *{
    display: inline-block;
}
#checkbox{
    width: 30px;
}