.RowLine {
  border: 1px solid rgba(85, 85, 85, 0.425);
}
.Content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
}
.Content .classificationTitle {
  flex: 1;
  width: 0px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.Child {
  width: 100%;
}
.Child .ChildContent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
.Child .ChildContent .classificationTitle {
  flex: 1;
  width: 0px;
  display: flex;
  justify-content: center;
  align-content: center;
}
