#tablewrapper {
    /*max-width: 700px !important;*/
    /*margin: auto;*/
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    line-height: initial;
    table-layout: fixed;
}

table tr+tr td {
    border-top: 1px solid silver;
}

table td div {
    font-size: 0.85em;
    padding: 0;
    font-style: italic;
    color: #999;
}

/* első oszlop */
table td:first-child {
    width: 60%;
    padding: 5px 0 5px 15px;
    text-align: left;
}

/* második oszlop */
table td:first-child+td {
    text-align: right;
    padding: 5px 15px 5px 0;
}

#kiemelt {
    padding: 1em 2em;
    margin: 1em;
    border: 2px solid #755945;
    border-radius: 4px;
    background: #f1ede4;
    color: black;
    text-indent: 2em;
}


/*#printgomb {
    position: absolute;
    right: 0;
    top: 0;
}*/

.content {
    position: relative;
}

#rav { /* TD */
    
}

#rav div {
    font-style: normal;
    color: inherit;
    font-size: inherit;    
}

#rav_t1,#rav_t2 {
    border: 1px solid silver;
    padding: 10px;
    color: inherit;
    font-size: inherit;
    margin: 5px 0;
    border-radius: 5px;
}

#ravleiras {    
}

/* ár */
#ravleiras div:first-child {
    margin: 5px 0;
}

/* leírás */
#ravleiras div+div {        
}
#ravleiras div > div+div ul {
    padding-left: 10px;
    /*list-style-position: inside;*/
}

#ravleiras div > div+div ul > li::marker {
    content: '•'; /* as a side effect sets the space to zero */
    font: 1.2em/1 sans-serif; /* adjust the bullet size */
}
#ravleiras div > div+div ul > li {
    padding-left: 0.4em; /* have full control over the bullet space */
}

/* override styles when printing */
/*@media print {

    body {
        font-size: 15px;
    }

    .header, .header_mobileonly, #mainmenu, #footer, #kiemelt, #printgomb {
        display: none;
    }

    h1 {
        text-align: center;
        font-size: 140%;
        margin: 0 0 0.25em 0;
    }

    h4 {
        margin: 0.25em 0;
    }

    #ervenyes {
        text-align: center;
        margin: 0;
    }

    table td div {
        color: black;
    }

}*/