.Delta {
  width: 35%;
  text-align: right;
  flex-shrink: 0;
  font-size: small;
  font-weight: normal;
  &.grey {
    color: #707070;
  }
  &.red {
    color: #d65e5e;
  }
  &.green {
    color: #4b943f;
  }
}
