<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Lists css rules that are only needed for frontend pages, e.g. for shortcodes */

.entry-content {
	counter-reset: abb;
}

.note-content {
	display: none;
}

.note_list  a:not(:first-child){
	color : #a62425;
}

#itg_tools_chapter_list div{
	padding: 5px;
	line-height: 1.25em;
	font-size: 0.8em;
}

.subchapter{
    padding-left: 15px !important;
  	font-size: 0.7em !important;
}

.subsubchapter{
    padding-left: 25px !important;
  	font-size: 0.6em !important;
}

.subsubsubchapter{
    padding-left: 35px !important;
  	font-size: 0.6em !important;
}

.wp-caption, .diagram-caption {
	counter-increment: abb !important;
}

.wp-caption-text, .wp-caption-text span{
	font-style: normal !important;
	font-size:  14px;
	line-height: 1.2em;
}

.wp-caption-text::before{
	content: attr(data-abk)" "counter(abb)": " !important;
	font-family: bitter;
	font-size:  14px;
}

.diagram-caption::before{
	content: attr(data-abk)" "counter(abb)": " !important;
	font-family: bitter;
	font-size:  14px;
}

.entry-content iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .iframe-caption {
	text-align: center;
	margin: 12px 0;
}

blockquote::before {
	content : "" !important
}

blockquote p:first-of-type::before {
	content: "\201e"
}

blockquote p:last-of-type::after {
	content: "\201d"
}

blockquote p:last-of-type {
	display: inline;
}

.entry-content blockquote {
	font-style: normal !important;
    padding: 0px 0 0px 45px !important;
}

div.gloss{
	width: 100%;
}

.gl a, .gl a:link, .gl a:visited, .gl a:hover, .gl a:active, .gl a.NONE  {
	text-decoration: none !important;
	color: #1E1EBE;
}

.p-quote {
	color:white !important;
	text-decoration: none !important;
	font-size: 0.6em;
	border: 1px solid lightgray;
	background-color: lightgray;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 0px;
	line-height: 1em !important;
	cursor: pointer;
}

.citation_qtip {
	min-width: 600px !important;
	padding: 10px !important;
}

.quote_span {
	/*position: relative;
	left: -10px;*/
	float: right;
	margin-bottom: 5px;
}

.p-quote div {
	font-size: 10px;
	width: 1em;
	height: 1em;
}

.p-quote:not(.plus-quote) div.dashicons{
	vertical-align: baseline;
}

.plus-quote div.dashicons{
	vertical-align: middle;
}

.p-box {
	color:white !important;
	text-decoration: none !important;
	font-size:0.6em;

	border: 1px solid lightgray;
	background-color: lightgray;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:0px;
	line-height: 1em !important;

	margin-right:0px;

	margin-left:5px;
	float: right;
}

.p-box:hover, .p-quote:hover {
	color:black !important;
	background-color: white;
	border-color: black;
}

.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	padding-right: 30px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
	display: none;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "âœ–";
}

#popup-content {
	margin-right: 15px;
}

.itg_tools_marker {
	max-width: 400px;
	max-height: 200px;
	overflow: auto;
}

.itg_tools_min_audio {
	vertical-align: sub;
	border: 2px solid black;
	border-radius: 40px;
	padding-left: 2px;
	cursor: pointer;
}

.itg_tools_min_audio:hover {
	color: grey;
	border-color: grey;
}

.itg_tools_comment_bubble {
	position: absolute;
	border-radius: .4em;
	background: LightBlue;
	left: calc(100% + 10px);
	padding: 6px;
	top: 50%;
	transform: translate(0, -50%);
	width: 390px;
	font-size: 12px;
	max-height: calc(100% + 10px);
	overflow-y: auto;
	z-index: 5;
	line-height: 16px;
}

.itg_tools_change_bubble {
	all: initial;
	position: absolute;
	border-radius: .4em;
	background: Khaki;
	left: calc(100% + 10px);
	padding: 6px;
	top: 50%;
	transform: translate(0, -50%);
	width: 100px;
	font-size: 12px;
	max-height: calc(100% + 10px);
	overflow-y: auto;
	z-index: 5;
	line-height: 16px;
}

del {
	background: LightCoral !important;
}

ins {
	background: paleGreen !important;
}

.entry-content p {
	position: relative; /*Neeed for the positioning of the comment bubbles*/
}

p.itg_tools_comment_par {
	background: lightcyan;
}

span.itg_tools_concept {
	text-transform: uppercase;
}

span.itg_tools_term {
	font-style: italic;
}

.entry-content pre {
	width: 97%; /*Avoid a smaller size if the paragraph number appears right of it (100% is to large for some reason...)*/
}

.itg_tools_map{
	background: white;
	margin-bottom: 20px;
}

.popup-content {
	max-height: 500px;
	overflow: auto;
}

.table-caption::before{
	content: attr(data-abk) " "counter(table)": ";
	font-family: bitter;
	font-size:  14px;
}

.itg_tools_map_legend_text {
	font-size: 0.8em;
}

ul.itg_tools_legend_inner {
	margin-bottom: 10px !important;
}</pre></body></html>