table {
  display: inline-table;
}
hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #1D63AB, #ccc);
}

h3 {
  margin-top: 15px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 10px !important;
}

label {
  font-size: 14px;
}








.result {
  margin-top: 30px;
  display: none;
}

.result.show {
  display: block;
}


table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

table,
th,
td {
  border: 1px solid black;
}

th,
td {
  padding: 8px;
  text-align: left;
}
.right {
  text-align: right !important;
}

.description {
  font-style: italic !important;
  font-weight: normal !important;
}

.labelClass {
  display: block;
  margin-bottom: 15px;
}

.labelClass label {
  display: block;
  margin-bottom: 5px;
}

.labelClass input,
.labelClass select {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}


.labelClassCheck {

}
.buttonContainer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.headerTable {
  //padding: 15px;
  background-color: #1D63AB;
  color:white;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
}