/**
    THIS FILE MUST contain exactly one CSS rule: .markFocus

    This stylesheet is manipulated in an as-simple-as-possible manner
    to allow css animations for markFocus to be replayed. This code
    works under the assumption that there are 0 or 1 rules present,
    a higher number will break things.   

*/
.markFocus {

    /* animation: unset; */
} 