#delivery #my-delivery {
    width: 94%;
    padding: 1%;
    margin: 25px 2%;
    float: left;
    background: #fff;
}

#delivery #my-delivery h1 {
    padding: 20px 0px 5px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 22px;
}

#delivery #my-delivery .obrazek {
    text-align: center;
    margin: 30px auto;
}

#delivery #my-delivery img {
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 936px;
    max-height: 459px;
    border: none;
}

#delivery #my-delivery h2 {
    margin-top: 60px;
}

#DELIVERY_TABLE, #COUNTRIES_LIST {
    font-size: 18px;
    line-height: 24px;
    clear: both;
}

#delivery imgi.world-map {
    margin: 0 20px;
}

#DELIVERY_TABLE th, #DELIVERY_TABLE td {

}

#DELIVERY_TABLE th {
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}

#DELIVERY_TABLE tr:hover td,
#DELIVERY_TABLE tr.cactive td {
    background-color: #DDD;
    cursor: pointer;
}

#DELIVERY_TABLE td.country {
    font-weight: bold;
}

#COUNTRIES_LIST div {
    display: block;
    float: left;
    width: 19%;
    padding-left: 5px;
    cursor: pointer;
}

#COUNTRIES_LIST div:hover, #COUNTRIES_LIST div.cactive {
    background-color: #DDD;
}

#DELIVERY_TABLE .carrier td:first-child {
    padding-left: 10px;
}

#DELIVERY_TABLE .carrier {
    display: none;
}

#DELIVERY_TABLE .carrier.cactive {
    display: table-row;
}

#DELIVERY_TABLE .carrier td {
    padding-top: 3px;
    padding-bottom: 3px;
}

#DELIVERY_TABLE .cactive .best-price {
    text-decoration: underline;
}

#DELIVERY_TABLE {
    width: 100%;
    margin: 30px auto;
    float: left;
}

.informacje {
    width: 100%;
    text-align: left;
    float: left;
}

.informacje h3 {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    width: 100%;
}

@media screen and (max-width: 550px) {
    #COUNTRIES_LIST div {
        width: 23%;
    }

    #DELIVERY_TABLE {
        font-size: 13px;
    }

    #delivery #my-delivery h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 430px) {
    #COUNTRIES_LIST div {
        width: 31%;
    }
}

@media screen and (max-width: 380px) {
    #DELIVERY_TABLE {
        font-size: 11px;
    }
}