table#produkty {
    margin: auto;
    /*background-color: #f1f1f1;*/
    width: 100% !important;
    width: auto;
}

table#produkty thead {
    font-size: 13px;
    font-weight: bold;
    background-image: url(../obrazy/h2gardient.png);
}

table#produkty hr {
    margin: 20px 15px;
    color: #dad9f8;
    background-color: #dad9f8;
    border: 0;
    height: 1px;
}

table#produkty td {
    padding: 14px;
    margin: 0px;
    border: none;
}


table#produkty .zdjecie {
    width: 100px;
}

table#produkty .opis h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

table#produkty .opis a {
    font-weight: bold;
}

table#produkty .opis a:hover {
    text-decoration: underline;
    color: #7f7e93;
}

table#produkty .zdjecie {
    padding: 5px;
}

table#produkty .zdjecie img {
    border: 1px #a6a6a6 solid;
}

table#produkty .zakup {
    width: 200px;
    text-align: center;
}

div#opisEx {
    margin: 40px 20px 20px 20px;
}

table#zestaw {
    width: 500px;
    margin: auto;
}

table#zestaw td {
    vertical-align: top;
}

table#zestaw thead {
    font-weight: bold;
    background-color: #cdcdcd;
}

div#zdjecie {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    text-align: center;
}
