
/* line 2, /Users/jc/Documents/Projects/plugin-annotate/src/sass/jquery.annotate.scss */


.dev .annotated { background-color: rgba(255, 0, 0, 0.5); }

/* line 4, /Users/jc/Documents/Projects/plugin-annotate/src/sass/jquery.annotate.scss */


.dev .annotated *:not(.annotation) { background-color: transparent !important; }

/* line 7, /Users/jc/Documents/Projects/plugin-annotate/src/sass/jquery.annotate.scss */


.dev .annotated .annotation {
  padding: 5px;
  background-color: #222;
  color: #fff;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/* line 14, /Users/jc/Documents/Projects/plugin-annotate/src/sass/jquery.annotate.scss */


.dev .annotated .annotation i {
  color: green;
  margin-right: 5px;
}
