/* ---------- TARTALOM MEGJELENÍTÉSE ---------- */
.content {
    color: #555;
    font-family: Times New Roman, Noto Serif, serif;
    line-height: 1.15;
    max-width: 100%;
}

/* Hivatkozások */
/* ------------------------------------------- */
.content a {
    color: #a00;
    text-decoration: none;
}

.content a:hover {
    background-color: #f00;
    color: #fff;
    border-bottom: 1px solid #004499;
}

/* Címsorok */
/* ------------------------------------------- */
.content h1 {
    font-size: 2.00em;
    border-bottom: 2px solid #a0a0a0;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.content h2 {
    font-size: 1.40em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.content h3 {
    font-size: 1.20em;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Bekezdések */
/* ------------------------------------------- */
.content p {
    font-size: 1.10em;
    margin-top: 15px;
}

.content p#created {
    margin-top: 4px;
}

.content p#pictext {
    color: #aaa;
    margin-top: -10px;
}

/* Listák */
/* ------------------------------------------- */
.content ul, .content ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.content li {
    margin-bottom: 2px;
}

/* Táblázatok */
/* ------------------------------------------- */
.content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.content th, .content td {
    border: 1px solid #cccccc;
    padding: 8px 12px;
    text-align: left;
}

.content th {
    background-color: #f0f0f0;
    font-weight: bold;
}

/* Kiemelések */
/* ------------------------------------------- */
.content strong {
    font-weight: bold;
}

.content em {
/* ------------------------------------------- */
    font-style: italic;
}

/* Képek */
/* ------------------------------------------- */
.content img {
    max-width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    padding: 4px;
    background-color: #ffffff;
    margin: 10px 0;
    border-radius: 4px;
}

/* Tooltip */
/* ------------------------------------------- */
.tooltip {
    border-bottom: 1px dotted #a80030;
    color: #a00030;
    display: inline-block;
    position: relative;
}

.tooltiptext {
    font-size: 11pt;
    font-style: italic;
}
  
.tooltip .tooltiptext {
    background-color: #e0e0e0;
    border-radius: 4px;
    bottom: 24px;
    color: #a80030;
    left: -50%;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    width: 200px;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Egyedi dobozok és színek (opcionális) */
/* ------------------------------------------- */
.content .highlight {
    background-color: #ffffe0;
    border-left: 4px solid #ffaa00;
    padding: 10px 15px;
    margin: 15px 0;
}

.content .note {
    background-color: #e8e8e8;
    border-left: 4px solid #404040;
    padding: 10px 15px;
    margin: 15px 0;
}

#debian {
    color: #ed0859;
}
  
#cian {
    color: #088;
}

#gray {
    color: #aaa;
}

#red {
    color: #a80030;
}


/*
.note { font-size: 12pt; font-weight: normal; font-style: italic; padding-top: 0px; margin-top: -16px; }
*/

