/* Hodnoty vzdy nastavovat jako !important */

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

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

/* nastaveni tlacitka odeslat */
.answer__button{
  background: #5F6736 !important;
  color: white !important;
}

/* informace o zpracovani od udaju */
.answer__text a{
  color: #5F6736 !important;
}

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