form h4 {
    padding-top: 10px;
}
.form-group {
    padding-top: 0;
    padding-bottom: 15px;
}
.form-group label{
    padding-bottom: 5px;
}

form ul {
    list-style-type: none;
}

form input {
    margin-bottom: 10px;
}


.horizontal-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center; /* Vertically centers child items */
}

.horizontal-list li {
  margin-right: 10px; /* Adjust as needed for spacing */
}

.horizontal-list li.item_name {
    /*width: 100px;*/
    margin-right: 10px;
}

.table td, th {
  text-align: center; /* Centers content horizontally */
  vertical-align: middle; /* Centers content vertically */
}

.table input {
  display: block;
  margin: auto; /* Centers input elements horizontally */
}

li strong {
  padding-bottom: 15px; /* Adjust the value as needed for spacing */
}

.container img {
    margin-bottom: 40px;
}