/* style sheet to show anchors as null: i.e. document appears with the edits done */

/* @import url("http://www.dcs.ex.ac.uk/~pjbrown/edit_annotations/replacements.css"); */
@import url("replacements.css");

/*  ANCHORS (covers both SPAN and DIV) */
  span.ar {display: none}
  span.ad {display: none}
  span.ac {color: lime; background: white;
     } /* anchor for comment */

  span.i:before {content: ""}  /* pseudo anchor for insertion */

  div.ar {display: none}
  div.ad {display: none}
  div.ac {color: lime; background: white;
     } /* anchor for comment */

  div.i:before {content: ""}  /* pseudo anchor for insertion */

