.field-type-text-long .boxer {
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 50px;
}

.field-type-text-long .boxer .box-row {
  display: table-row;
  border: 1px solid black;
}

.field-type-text-long .boxer .box-row:last-child .box {
  border-bottom: 1px solid black;
}

.field-type-text-long .boxer .box-row .box {
  display: table-cell;
  vertical-align: bottom;
  border-left: 1px solid black;
  border-top: 1px solid black;
  background: white;
  padding: 2px 7px;
  font-size: 12px;
  min-width: 70px;
}

.field-type-text-long .boxer .box-row .box.right {
  text-align: right;
}

.field-type-text-long .boxer .box-row .box.center {
  text-align: center;
}

.field-type-text-long .boxer .box-row .box:last-child {
  border-right: 1px solid black;
}

.field-type-text-long .boxer .box-row.head-row .box {
  background: #70AD47;
  color: white;
}

.two-boxer-wrapper {
  overflow: hidden;
}

.two-boxer-wrapper>div.boxer {
  float: left;
}
