/* CSS Document */
#mf {
  width: 170px;
}

#mf textarea, input {
  width: 100%;
  background-color: #ffd700;
}

#mf textarea {
  height: 100px;
}

#mfcislo1 {
  width: 35px;
}

#mfodeslat, #mfvymazat, #mfgenerujkod {
  width: 48%;
  background-color: green;
  font-weight: bold;
  color: #ffd700;
}

#mfgenerujkod {
  width: 100%;
  background-color: green;
  font-weight: bold;
  color: #ffd700;
}

.zvyrazneno{
  font-weight: bold;
  color: red;
}

