/* HTML-elementoj */
BODY {background: none;  font-family: "Times New Roman"; font-size: 1.1em } 

A {text-decoration: none}
B {font-weight: normal}
H3 {font-weight: bold; font-size: 1.1em; margin-top: 0em; margin-bottom: 0.5em;}


/* Tradukaj bobeloj */
.tradvinj {
  font-family: "Arial"; font-size: small; font-variant: small-caps;
  background-color: gold; 
  border-radius: 3px;
  border: 0px solid blue;
}

/*
.infobobelo {
  font-family: "Arial"; font-size: x-small; font-variant: small-caps;
  background-color: gold; 
  border-radius: 2px;
  border: 1px solid blue;
  padding: 0px 0px;
  position: relative;
  display: inline-block;
}

.infobobelo .bobelteksto {
  font-variant: normal; font-size: small;
  visibility: hidden;
  width: 360px;
  background-color: black;
  color: gold;
  vertical-align: top:
  text-align: left;
  border-radius: 6px;
  opacity: 0.8;
  padding: 5px 5px;

  // Pozicio
  position: absolute;
  z-index: 1;
  
}

.infobobelo:hover .bobelteksto {
  visibility: visible;
}
*/

/* Alfabeta indekso */
.alfind {
  font-weight: bold; 
  margin-top: 1em; 
  text-align: center;
}
.alfind a:hover {background-color: lightgreen;}

/* kapvortoj */
.kap {font-weight: bold; text-align: left; page-break-after: avoid; margin-bottom: 0; color: darkred }


/* vortoj*/
.vort { color: black; margin-left: 0.5cm; line-height: 1.2em; margin-top: 0; margin-bottom: 0.5em; }

/* numeroj */
.sncnum {font-weight: bold; font-size: smaller; border: 1px solid black; background-color: lightgrey; text-decoration: none}

/* simboloj mankantaj en Times New Roman */
.simb {font-family: "Lucida Sans Unicode"}

/* ekzemploj */
.ekz {font-style: italic}
.rimekz {font-style: italic}
.ekzklr {font-style: normal}

/* formuloj */
.frm {font-style: normal; background-color: none; border: 1px dashed lightblue; white-space: nowrap}
.g {font-style: normal; font-weight: bold}
.k {font-style: italic}

/* rimarkoj */
.rim {}

/* referencoj */
.ref {font-weight: bold; color: black}
.reftxt {font-style: normal}

/* kunteksto */
.ktk {font-style: normal; }

/* tradukoj */
/* 
.trd {margin-bottom: 6pt; color: grey }
*/
.trd {margin-top: 1em; color: red }
.klr_ind {font-style: normal; color: grey}

/* fontindikoj */
.fnt {font-style: normal; white-space: nowrap; font-size: 80%; position: relative; vertical-align: 0; color: grey; }

/* sup, sub */
.sncnumref {font-style: normal; font-size: 90%; background-color: lightgrey; }
sup, sub { position: relative; vertical-align: 0 }
sup { bottom: 0.3em; }
sub { top: 0.3em; }


/* pseuxdovinjetoj */
.vnj {font-family: "Arial"; font-size: smaller; font-variant: small-caps; color: blue;}

/* bildoj */
.bld {font-style: italic}
