/* ============================================================================
   reporting.css
   ----------------------------------------------------------------------------
   The reporting page. Loaded AFTER offering.css, which this file does not
   modify. One new class - op-loss.
   ============================================================================ */

/* A loss is coloured; a gain is not. Colouring both would make the table a wall
   of red and green and leave neither meaning anything - and on a tax report the
   figure that changes what someone does is the negative one. */
.op-loss {
    color: #DC2626;
}
