* {margin: 0; padding: 0;}
html {font-size: 100%; }
body {text-align: left; font: 1em Arial, Helvetica, sans-serif; background: #555555}
#header {height: 0px;}
.xdebug-var-dump {text-align:left;}
/* --------- tabulka ----------- */
table {
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}
table, th, td {
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background-color:rgb(59, 59, 59);
    /* writing-mode: sideways-lr; */
    text-align: center;
    vertical-align: middle;
    /* text-orientation: upright; */
} 
tr {
    background-color: #c5c5c5;
}
td {
    padding: 2px 5px 2px 5px;
    text-align: right;
    
}
.soucasny_virtualni_zivot {
    background-color: #7ecf7e;
}
.nejlepsi_virtualni_zivot {
    background-color: #cad86f;
}
.fixed_header {
    /* width: 1200px; */
    table-layout: fixed;
    border-collapse: collapse;
}
.fixed_header tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: 500px;
    scrollbar-width: none;
}
.fixed_header thead tr {
    display: block;
}
.fixed_header thead {
    background: rgb(1, 1, 1);
    color: #ffffff;
}
.fixed_header th,
.fixed_header td {
    padding: 5px;
    width: 80px;
}
/* --------- tabulka END ----------- */

.kratky_popis {
    /* background-color:#c5c5c5; */
    color:white;
    font-size: 0.8em;
    text-align: left;
    padding: 8px;
    width: 30em;
}
.leta_pro_zabavu {
    /* background-color:#c5c5c5; */
    color:#550000;
    font-size: 0.8em;
    text-align: left;
    padding: 8px;
    width: 300em;
}

ul {
    border-left: 5px solid red;
    background-color: #c5c5c5;
    list-style-type: none;
    padding: 10px 20px;
}

a:link {color:#464646;text-decoration:none;}
a:visited {color:#464646;text-decoration:none;}
a:hover {color:#f1f1f1;}

h2 {
    background-color: #f1f1f1;
    color:#555555;
    font-size: 0.8em;
    text-align: left;
    padding: 8px;
}

.blok_serveru {
    width: 300px;
    display:inline-block;
}

::-webkit-scrollbar {
    width: 0px;
}