.var_space {
  display: inline-flex;
  width: 45px;
  text-align: center;
  justify-content: center;
}

.non-wrap {
  white-space: nowrap;
}
