td {
 font-family: arial ce,arial;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 line-height: auto;
 letter-spacing: 0px;
}

a {
 font-family: arial ce,arial;
 font-size: 14px;
 font-style: italic;
 font-weight: normal;
 color: #000000;
 line-height: auto;
 letter-spacing: 0px;
 text-decoration: underline
}

a:hover {
 color: #FFFFFF;
 text-decoration: underline
}

a.stopka {
 font-family: arial ce,arial;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 line-height: auto;
 letter-spacing: 0px;
 text-decoration: none
}

a.stopka:hover {
 color: #FFFFFF;
 text-decoration: none
}

.title {
 font-family: arial ce,arial;
 font-size: 22px;
 font-style: normal;
 font-weight: normal;
 color: #FFFFFF;
 line-height: auto;
 letter-spacing: 0px
}

.tekst {
 font-family: arial ce,arial;
 font-size: 14px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 line-height: auto;
 letter-spacing: 0px
}

.podpis {
 font-family: arial ce,arial;
 font-size: 12px;
 font-style: italic;
 font-weight: normal;
 color: #000000;
 line-height: auto;
 letter-spacing: 0px
}

hr {
 border: 0;
 color: #444444;
 background-color: #444444;
 height: 1px;
}

.buts {
    padding-right: 10px;
}

.but {
    position: relative;
    display: table-cell;
    border-right: 1px solid transparent;
}

.but .but-on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.but:hover .but-on {
  display: table-cell;
}

.link-archive::after {
    content: " (archive)";
    font-size: 9px;
    font-weight: bold;
}

.listelem {
    border-left: 20px solid transparent;
    height: 20px;
}
.listelem::before {
    content: "·";
}