/*
* Copy and Paste this example to your stylesheet
*/

/* Annotations highlighted text */
annotation.annotation-title.none { background-color: #EAEEDD; } /* Targets the highlighted text to set background color */
annotation.annotation-title.ann-font-none { color: #4A4A4A; } /* Targets the font of the highlighted text */

/* Annotations Content Box */
div.annotation-content.ann-border-none { border: solid #C0CD9A; border-width: 3px 3px 3px 3px; } /* Targets the content box to change border color or size */
div.annotation-content.none { background-color: #EAEEDD; } /* Targets the content box to change background color */
div.annotation-content .ann-link-none a { color: #726376; } /* Targets content box links */
div.annotation-content .ann-content-none p { color: #4A4A4A; } /* Targets content box text */

/* Annotations Index Makers */
annotation.annotation-title .supperior.index-bg-none { background-color: #EAEEDD; } /* Targets the marker to change background color */
annotation.annotation-title .supperior.index-font-none { color: #4A4A4A; } /* Targets the marker to change font color */

/* Annotations Close Button */
div.annotation-content .annotation-close.none { color: #4A4A4A;} /* Targets the close button to change font color */
