/* Címek és alcímek stílusa */
@page {
    margin: 2cm
}

p {
    margin-bottom: 0.25cm;
    line-height: 140%
}

p.sdfootnote {
    margin-left: 0.6cm;
    text-indent: -0.6cm;
    margin-bottom: 0cm;
    font-size: 10pt;
    line-height: 100%
}

h1 {
    margin-bottom: 0.25cm;
    line-height: 150%;
    color: green
}

h2 {
    font-family: "DejaVu Serif";
    color: purple
}

tr:nth-of-type(odd) {
    background-color: #eee;
}

tr:nth-of-type(even) {
    background-color: white;
}

th.fixed {
    text-align: center;
    position: fixed;

}

figure {
    display: inline-block;
}

/* optional, use as required */
figcaption {
    font-weight: bold;
    text-align: center;
    caption-side: bottom;
}

area {
    display: inline;
    border: 1px solid blue;
}

img.circ {
    object-fit: cover;
    border-radius: 50%;
    /*50% A KÖR ALAKÚ KÉP */
}

code {
    font-family: "FreeMono";
    color: firebrick
}
