body {
    font-family: "Helvica", sans-serif;
}

.A4 {
    background-image: url("/static/img/background2.png");
    background-repeat: no-repeat;
    display: block;
    width: 580px; height: 820px;
    position: relative;
    margin: 10px;
    float: left;
}

.red {
    color: #cc0000;
}

.content {
    float: left;
    margin: 10px;
    width: 580px;
}

.clear {
    clear: both;
}

.hand {
    cursor: pointer;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
table > tbody > tr > td {
    vertical-align: middle !important;
}
table.items > tbody > tr > td:first-child {
    width: 192px;
}
.icons {
    white-space: nowrap;
}
.model {
    position: absolute;
    top: 125px; left: 25px;
    font-size:  26pt;
    font-weight: 700;
    width: 495px;
    background-color: transparent;
    border: 0px;
}

.popis_wrap {
    position: absolute;
    top: 183px; left: 25px;
    width: 545px; height: 395px;
}
.popis_wrap .popis {
    width: 10024px; height: 395px;
    resize: horizontal;
    background-color: transparent;
    border: 0px;
    font-size: 9pt;
}

.popis_wrap .redshadow {
    position: absolute;
    top: 0px; right: -15px;
    width: 15px; height: 345px;
    background-color: rgba(255, 0, 0, 0.1);
}

.recyklace {
    position: absolute;
    top: 591px; left: 125px;
    width: 150px; height: 46px;
    background-color: transparent;
    border: 0px;
    background-image: url("/static/img/elprum2.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.doporuc_cena {
    position: absolute;
    top: 645px; left: 307px;
    font-size: 26pt;
    font-weight: 700;
    width: 225px;
    text-align: right;
    background-color: transparent;
    border: 0px;
    text-decoration: line-through;
}

.cena {
    position: absolute;
    top: 690px; left: 42px;
    font-size: 64px;
    font-weight: 700;
    width: 490px;
    text-align: center;
    background-color: transparent;
    border: 0px;
}

.infobar {
    position: absolute;
    top: 555px; left: 530px;
    font-weight: 700;
    color: #FFF;
}

#myModal .modal-dialog {
    width: 1200px;
}
#myModal iframe {
    height: 750px;
}