@charset "utf-8";

#wrapper .oldText #not_filled p,
#wrapper .oldText #not_filled div {
  text-align: center;
}
.oldText table tr th {
  display: table-cell;
}
.oldText table tr td {
  display: table-cell;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .oldText #not_filled p.firstTxt, .oldText .pre-check > *:not(a) {
    text-align: left;
  }
  .oldText table tr th,
  .oldText table tr td {
    display: block;
  }
}