﻿.cikkreszletes {
    width: 940px;
    font-size: 14px;
    margin-top: 15px;
}

.print_topline {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.print_topline .title {
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}


@media print {
    .nyomtat_container {
        -webkit-print-color-adjust: exact; 
    }
    .nyomtat_container .diagram_item > div > div {
        background-color: #cdcdcd;
        border: 0;
        height: 5px;
    }

    .table-row {
        background: none;
    }

    .table-row > * {
        border-bottom: 1px solid #cdcdcd;
    }

    .cr_more {
        margin: 10px;
    }
}

.re-print__data > div > div:last-child {
    font-weight: bold;
}

.corwell-logo-print {
    width: 220px;
    height: 42px;
}

.cr_ar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.cr_keszlet > span {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding-left: 26px;
}



.cr_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h2 {
    font-weight: 300;
}