.Box-detail {
  display: block;
}

.Box-detail_isHidden {
  display: none;
}
.UnderlineNav-body {
  margin: 0 auto;
}
.Box-row--darkgray {
  background-color: #e1e4e8;
}
.Title {
  text-align: center;
}
.Expected,
.Actual,
.Diff {
  margin: 0.1rem;
}
.BoxViewAsserts-Img {
  max-width: 100%;
  max-height: 400px;
}
