/*
	styl pro stránky LaTeX
*/

/* styly pro sazbu slov TeX a LaTeX */
.tex { 
  letter-spacing: -0.09em;
}

.latex{ 
  letter-spacing: -0.3em;
}

.tex .e {
  position:relative;
  top: 0.40ex;
  left: -0.01em;
}

.latex .a {
  position: relative;
  bottom: 0.5ex;
  left: -0.1em;
  font-size: 75%;
}

.strojopis {
  font-family: 'Courier New', monospace!important;
}


/* styl pro vypis kódu apod. */
pre {
font-family: 'Courier New', monospace !important;
background-color: #f3f4f6; /* šedá */
padding: 0.6em;
}

code {
font-family: 'Courier New', monospace !important;
background-color: #f3f4f6; /* šedá */
padding: 0.3em;
}

span.odpoved {
    color: red;
}


