

.ktp input[type="checkbox"]:before{
  position: absolute;
  font-size: 20px;
  width: 20px;
}

.ktp select, input, textarea{
  color: #483D8B;
  border: 1px #483D8B solid;
  font-weight: bold;
  font-size: 16px;
}

.ktp{
  width: 100%
}

::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #483D8B;
  font-weight: normal;
  font-style: italic;
}
:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #483D8B;
  font-weight: normal;
  font-style: italic;
}
::-ms-input-placeholder{ /* Microsoft Edge */
  color: #483D8B;
  font-weight: normal;
  font-style: italic;
}

.uj {
  background: #FFFF00;
}
.bent {
  /*background: #a0ffa0;*/
  color: green;
  border: 1px solid green;
}
.kint {
  /*background: #F5EcE7*/;
  color: crimson;
  border: 1px solid crimson;
}

.jelenlet{
  float: left;
  padding: 2px;
  margin: 2px;
}
