.indent-1 li {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-1 li * {
  text-indent: 0;
}

.text-left {
  text-align: left !important;
}

.table01 tr *:nth-child(2) {
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
}
.table01 tr:first-child *:nth-child(2) {
  border-top: 2px solid #ff0000;
} 
.table01 tr:last-child *:nth-child(2) {
  border-bottom: 2px solid #ff0000;
}
.table02 tr:nth-child(2) {
  border: 2px solid #ff0000;
}