body { background: #222 }
#content {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
}

#teksto {
  position:absolute;
  /* font-family: 'Lato', sans-serif; */
  font-family: sans-serif;
  text-align:justify;
  color:#f5f3e7;
  overflow:auto;
  display: none;
  padding-right: 0.5em;
}
#t_titolo {
  text-align: left;
  margin: 0 0 0 0;
}
#t_enhavo {
  font-style: italic;
}

#lingvoj {
  display: none;
  padding-left: 0;
  margin-left: 0;
}

.lingvoj li {
  list-style-type: none;
  margin-left: 0;
  border-radius: 0.5em;
  padding: 0.5em 1em 0.5em 1em;
  background: #539c98;
  margin-bottom: 0.4em;
}

.lingvoj li a {
  text-decoration: none;
  color: inherit;
}

.l_locale,.l_eo  {
  display: block;
}

.l_locale {
  font-size: 1.5em;
}

#t_pri {
  font-size: 0.8em;
  display: none;
}

#t_pri a {
  color: #6dbfbf;
}

#t_pri #t_pri_enhavo {
  display: none
}

:lang(eo),
:lang(en) {
  font-family: 'Lato', sans-serif;
}

:lang(ka) {
  text-align: start;
}
