/** Nadpis stránky */
.editor_nadpis{
  font-size: 22px;
  color: #022e7d;
  font-weight: bold;
  margin-bottom: 15px;
}

/** Text stránky */
.editor_text{
 font-family: Arial, Verdana, Helvetica CE, Helvetica;
 font-size: 12px;
 color: black;
}

