/* Hodnoty vzdy nastavovat jako !important */

/* nadpis okna */
.titulek-inzeratu{
  /*color: red !important;*/
}

/* nadpis okna - titulek */
.titulek-inzeratu span{
  /*color: blue !important;*/
}

/* nastaveni tlacitka odeslat */
.answer__button{
  /*background: red !important;*/
}

/* informace o zpracovani od udaju */
.answer__text{
  /*color: green !important;*/
}

/* informace o zpracovani od udaju - odkaz */
.odpoved-odeslana span{
  /*color: green !important;*/
}