.ohu-detail-item {
  min-height: 56px;
  line-height: 56px;
  font-size: 32px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  color: #999;
}
.ohu-detail-item.is-unactive .ohu-detail-item__content {
  color: #999;
}
.ohu-detail-item__title {
  flex-shrink: 0;
  color: #999;
}
.ohu-detail-item__content {
  color: #333;
  margin-left: 8px;
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.ohu-detail-item__content__inner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.ohu-detail-item__extra {
  color: #999;
  font-size: 24px;
  line-height: 1.333333333em;
}