@charset "utf-8";

body {
	font-family: Open Sans, Helvetica, sans-serif;
}
.removeDrive, .icon-bg, .hide-print {
	display: none;
}

.annotation-color {
	box-shadow: inset 0 0 0 1000px #80E6E6;
}

.legend-tools__color-box--yellow {
	 color:#fff600;
}

.legend-tools__color-box--green {
	color:#a3ff21;
}

.legend-tools__color-box--blue {
	color:#76ddff;
}

.legend-tools__color-box--purple {
	color:#d7afff;
}

.legend-tools__color-box--pink {
	color:#ffa6b3;
}

.legend-tools__color-box--orange {
	color:#ffbc64;
}
.legend-labels__list-item{
	display: inline-block;
	margin-right: 5px;
}

/* Highlight Colors */

/* yellow */
.color-fff600 {
	background-color: #fff600;
}

/* purple */
.color-d7afff {
	background-color: #d7afff;
}

/* blue */
.color-76ddff {
	background-color: #76ddff;
}

/* green */
.color-a3ff21 {
	background-color: #a3ff21;
}

/* pink */
.color-ffa6b3 {
	background-color: #ffa6b3;
}

/* orange */
.color-ffbc64 {
	background-color: #ffbc64;
}

.highcharts-button {
	display: none;
}

.citation-rubric {
	margin-left: 12px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

.breadcrumbs {
	display: none;
}

.document-tools {
	display: none;
}

.offscreen {
	display: none;
}

.label, .stackedHeader {
	font-weight: 600;
}

.stackedHeader {
	margin-right: 5px;
}

.highlightedText {
	padding-left: 10px;
}

.article-content {
	margin-top: 2em;
}

[class*="fa-"] {
	font-size: 1em;
	height: 1em;
	margin-right: 5px;
}

.highlights-block_row {
	margin-top: 1em;
	list-style: none;
}

.highlights-block {
	border-bottom: 1px solid #2d2d2d;
	padding-bottom: 1em;
}

.scribbledItems {
	margin-top: 1em;
	list-style: none;
	padding-left: 0;
}

.userNotes {
	margin-top: 1em;
}

footer {
	display: none;
}
.student-notes {
	padding: .5em;
	margin-top: 1em;
	background-color: #f2f2f2;
}
.student-notes .header-text {
	font-weight: bold;
	display: inline-block;
}