body {
    font-size: 12px;
    font-family: DejaVu Sans, sans-serif !important;
    line-height: 1;
}

#top-eko{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 123px;
}
#page_content{
    margin-top: 30px;
}
#desc_box {
    page-break-after: always;
}
#akcesoria{
    page-break-after: always;
}

#desc_box td{
    vertical-align: top;
}
#modules{
    text-align: justify;
}

.pimagecont{
    display: inline;
    position: relative;
    background-color: #ABABAB;
}
.etykietka {
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
    color: white;
    padding: 7px 0 0px 47px;
    font-size: 21px;
    height: 35px;
    background-size: contain;
}
.etykietka.ogrzewanie {
    background-image: url(../img/ogrzewanie_pomieszczen_m2.png);
    width: 140px;
    top: 40px;
}
.etykietka.woda {
    background-image: url(../img/ogrzewanie_wody_m.png);
    width: 97px;
    top: 85px;
}

#akcesoria{
    padding-top: 20px;
}

#akcesoria table{
    width: 100%;
}

#akcesoria td{
    vertical-align: top;
    text-align: center;
}

#para{
    font-size: 11px;
}
#para .dt{
    width: 100%;
    border-collapse: collapse;
}
#para .dr{
    border-top: 3px solid #fff;
}
#para .dr.blue{
}
#para .dr.blue .dc{
    padding: 2px 8px;
    font-size: 13px;
    font-weight: bold;
}
#para .dc{
    padding: 2px 5px;
}
#para .dc.sep{
    background-color: #EEE;
    text-align: center;
    padding: 6px 10px;
}
#para .dc:first-of-type{
    border-left: none;
}

#footer{
    display: block;
    font-size: 9px;
    position: absolute;
    right: 0px;
    bottom: -20px;
    width: 450px;
    text-align: right;
}
#footer img{
    float: right;
    margin-top: 2px;
    margin-left: 20px;
}

.na_prawo {
  float:right;
}
