/* CSS Document */
nav {
    display: none;

}

body {
    background-color: #FFFFFF;
    color: rgb(0,0,0);
    font-family: cambria;
    font-size: 14pt;
    line-height: 1.5;
}
    
p {
    text-align: justify;
    text-indent: 2em
}
 
h1 {
    font-size: 25pt;
    text-align: center;
}

h2 {
    font-size: 20pt;
}

ul.rank {
    font-size: 14pt;
}

img, video, audio, iframe, table.heroes, picture, div.deco, table.nabortl, table.vedeni {
    margin: 0 auto;
    text-align: center;
}

span.b {
    font-weight: bold;
}

span.i {
    font-style: italic;
}

p.citec {
    text-align: center;
    font-weight: normal;
    text-indent: 0;
}

p.cite {
    font-style: italic;
    text-align: justify;
    font-weight: normal;
}

table.heroes {
    font-size: 15pt;
    width: 400pt;
}

p.zajem {
    text-align: center;
    font-size: 15pt;
}

button.nabor {
    padding: 8pt 10pt;
    text-align: center;
    text-decoration: none;
    font-size: 20pt;
    border-radius: 18pt;
}

table.footer {
    text-align: left;
    margin: 0 auto;
    width: 90%;
    font-size: 12pt;
}

th.footerr {
    text-align: right;
    font-weight: normal;
}

th.footerl {
    font-weight: normal;
}

a {
    color: black;
}