/* Hodnoty vzdy nastavovat jako !important */

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

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

/* nastaveni tlacitka odeslat */
.answer__button{
color: white !important;
}

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

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

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

/* odkaz zprac. os. udaju */
.answer__text a{
color: #ffa412 !important;
}

/* odkaz zprac. os. udaju hover */
.answer__text a:hover{
color: #ffa412 !important;
}