.conteiner {
  margin-top: 10px;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin: .5rem auto;
}

.explanation {
  margin-bottom: 35px;
  margin-left: 2%;
}

#children_members {
  overflow-x: auto;
}

.module_top_information {
  margin: 10px 20px;
}

table#child_members_tbl.child_member_tbl_cls {
  width: calc(100% - 2px);
  margin-left: auto;
  margin-right: auto;
}

table#child_members_tbl th {
  color: #ffffff;
  background-color: #001C51;
  padding: 2px;
  white-space: nowrap;
}

table#child_members_tbl .child_member_checkbox {
  opacity: initial;
  position: initial;
  display: initial;
  border: initial;
}

table#child_members_tbl th:nth-child(1) {
  text-align: center;
  white-space: nowrap;
}

table#child_members_tbl tr td:nth-child(1) {
  width: 10%;
}

table#child_members_tbl td {
  word-break: break-word;
  padding: 8px;
}

#confirm-message {
  text-align: center;
  top: 10px;
  bottom: 10px;
  margin: 40px;
}

#edit-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 5%;
}

#edit-btn-group>.btn {
  width: 40%;
  white-space: nowrap;
  max-width: 300px;
}

#edit-back.btn {
  background: #a9a9a9;
  color: #ffffff;
}

.w40 {
  max-width: 299px;
}

@media screen and (max-width: 768px){
  #edit-btn-group {
    display: block;
    gap: 0;
    justify-content: initial;
    margin-top: 20px;
    text-align: center;
  }
  #edit-btn-group>.btn {
    width: 100%;
    white-space: normal;
    max-width: 300px;
    margin-top: 20px;
  }
  table#child_members_tbl td {
    white-space: normal;
  }
  div#edit-child-members-0-1 {
    word-wrap: break-word;
    word-break: break-all;
  }
  .width-10 {
    width: 10%;
  }
  .width-45 {
    width: 45%;
  }

}
