html, body {
  min-height: 100%;
}
body, div, form, input, select {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
h1, h4 {
  margin: 15px 0 4px;
  font-weight: bold;
}
span {
  color: red;
}
.testbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding: 3px;
}
form {
  width: 80%;
  margin-top:20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 5px #ccc;
}
input {
  width: calc(100% - 10px);
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
}
input:hover, textarea:hover, select:hover {
  outline: none;
  border: 1px solid #095484;
}
.name input {
  margin-bottom: 10px;
}
select {
  padding: 7px 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #e6eef7;
}
option {
  background: #fff;
}
select, table {
  width: 100%;
}
.day-visited, .time-visited {
  position: relative;
}
.day-visited input, .time-visited input {
  width: calc(100% - 12px);
  background: #e6eef7;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="time"]::-webkit-inner-spin-button {
  margin: 2px 22px 0 0;
}
.day-visited i, .time-visited i, input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 8px;
  font-size: 20px;
}
.day-visited i, .time-visited i {
  right: 5px;
  z-index: 1;
  color: #a9a9a9;
}
[type="date"]::-webkit-calendar-picker-indicator {
  right: 0;
  z-index: 2;
  opacity: 0;
}
.question-answer label {
  display: block;
  padding: 0 20px 10px 0;
}
.question-answer input {
  width: auto;
  margin-top: -2px;
}
th, td {
  width: 18%;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: unset;
  line-height: 18px;
  font-weight: 400;
  word-break: break-all;
}
.first-col {
  width: 25%;
  text-align: left;
}
textarea {
  width: calc(100% - 6px);
}
.btn-block {
  margin-top: 20px;
  text-align: center;
}
button {
  width: 150px;
  padding: 10px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #095484;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
button:hover {
  background-color: #0666a3;
}

button:disabled {
  background-color: #666666;
  opacity: 0.5;
  cursor: not-allowed;
}

.kodszam {
  font-size:30px;
}

.firstChild {
  background-color: #efedcb;
  padding: 5px;
  border: #666666 1px solid;
  margin: 5px;
}

.secondChild {
  background-color: #cae8f1;
  padding: 5px;
  border: #666666 1px solid;
  margin: 5px;
}

.thirdChild {
  background-color: #eed0e7;
  padding:5px;
  border: #666666 1px solid;
  margin: 5px;
}


@media (min-width: 568px) {
  .multiple {
    display: flex;
    justify-content: space-between;
  }
  .multiple input {
    width: 100%;
    margin-bottom: 0;
  }
  .multiple div {
    width: 22.5%;
  }
  th, td {
    word-break: keep-all;
  }
}
