.tableflex {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.tableflex>div {
  display: table-row;
}

.tableflex>div>div {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
}

.tableflex>div>div:first-child {
  width: 10%;
  font-weight: bold
}
#information-information #content ol {
    padding-left:17px
}