@charset "utf-8";

label {
  margin: 0 0.8em 0.7em 0;
  width: auto;
  text-align: left;
}

textarea {
  margin-bottom: 0.7em;
}

form br {
  clear: left;
}

form div {
  width: auto;
}

fieldset {
  display: block;
  border: 2px solid orange;
  margin: 0 20px;
}

legend {
  font-weight: bold;
  color: #0099FF;
  margin-bottom: 1em;
  margin-top: 1em;
}

#submitbutton {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table#indicator {
  border-collapse: collapse;
  margin: 0 auto;
}

table#indicator td {
  width: 160px;
  height: 50px;
  border-left: solid 10px white;
  border-right: solid 10px white;
  text-align: center;
  background-color: #9ae19a;
}

table#indicator td.aktualis {
  background-color: #e07070;
}

.formtable {
  border-collapse: collapse;
}

tr.hibas, td.hibas {
  background-color: #e07070;
}

.formtable td {
  border: solid 1px;
  padding: 5px;
}

tr.helyes {
  background-color: #9ae19a;
}

td.hint {
  background-color: #efee74;
}
