.flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.row {
  flex-direction: row;
}

.col {
  flex-direction: column;
}

.kursData {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

td {
  vertical-align: top
}

pre {
  margin: 0;
  padding: 0;
}
