.tbl06 th:first-child {
  width: 40%;
}

@media screen and (max-width: 559px) {

.tbl06 th {
  width: 50% !important;
}

}

.tbl06 tr:nth-child(2n) {
  background: #DBEFED;
}

.tbl06 tr:nth-child(2n) td:last-child {
  background-color: #F5F5F5;
}

.tbl06 td:has(.ps_innerTbl) {
  padding: 0;
}

.ps_innerTbl {
  margin-bottom: -0.1rem;
}

.ps_innerTbl tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ps_innerTbl td {
  flex: 0 0 50%;
  border-top: none;
  border-left: none;
  margin-right: -0.1rem;
  background: transparent !important;
}

@media screen and (max-width: 559px) {

.ps_innerTbl td {
  flex: 0 0 100%;
  border-right: none;
  margin-right: 0;
}

}

.ps_content {
  display: none;
}

.ps_selected_content {
  display: block;
  animation: appear .5s ease;
}

@keyframes appear {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
