body {
    padding-top: 80px;
}

@font-face {
    font-family: Fafers;
    src: url(../fonty/fafers.otf);
}

footer {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    border-top: thin black solid;
}

:target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

#prostredni_sloupec img {
/*    transition: transform .2s; */
}

#prostredni_sloupec img:hover {
    /* transform: scale(1.5) translate(0px, 50px); */
}

.text_center {
    text-align: center;
}

.tym {
    margin-bottom: .5rem;
}

.tym img, td > img {
    border: solid thin black;
}

.nadpis_pismo {
    font-family: Fafers, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.nadpis_sekce {
    /*font-family: Fafers;*/
    background-color: lightgrey;
    padding: 10px;
}

.zprava {
    border: thin dotted black;
    padding: 5px;
    margin-bottom: 10px;
}

.prispevek {
    border: thin dotted black;
    padding: 5px;
    margin-bottom: 10px;
}

.nezobrazovat {
    text-decoration: line-through;
    color: grey;
}

.ano {
    color: yellowgreen;
}

.ne {
    color: red;
    font-weight: bold;
}

.online {
    color: yellowgreen;
    font-weight: bold;
}

.progress-label {
   float: left;
   margin-right: 1em;
}

.aktivni_sloupec {
    background-color: lightyellow;
}

.tucne {
    font-weight: bold;
}

/* fixed head of table */
.table-fixed {
  width: 100%;
}

.table-fixed tbody {
    display: block;
    height: 630px;
    overflow: auto;
}

.table-fixed thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-fixed tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-fixed thead {
    width: calc( 100% - 1.3em )
}
