/*
 * plugins/themes/techne/techne.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Responsive theme for Techne, based on Vanilla theme
 */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300&family=Cuprum&family=Lato&family=Mada:wght@300&family=Noto+Sans&family=Nunito:wght@500;700&family=Open+Sans&family=Poppins:wght@300&display=swap');

body {
	background-color: #fff;
	/*font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
	font-family: 'Noto Sans', sans-serif;
	background-image: url("https://img.freepik.com/free-vector/decorative-background-with-detailed-pattern_1048-6587.jpg");
	/*background-image: url("https://media.istockphoto.com/photos/white-abstract-marble-texture-silver-grey-light-background-wave-swirl-picture-id1277592603?k=20&m=1277592603&s=170667a&w=0&h=jhwIg-J6pUh0FrlpfGOveFImoBzt1u9yMQZPq5oe4JQ=");*/
	/*background-image: url("mkb-1.jpg");*/
	width:1080px !important;
	text-align: justify;
	font-size:16.5px;
	}
#body{
	display: table;
	height: 800px;
	}
h1,
h2,
h3 {
	/*font-family: Palatino,'Times New Roman',Times,serif;*/
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
a:link {
	color: #d54df7;
	line-height: 1.5em;
}
a:active,
a:visited {
	color: purple;
}
a:hover {
	color: red;
}
a:focus {
	outline: 1px dotted #838383;
}
a.action,
a.file {
	font-size: 1em;
	text-transform: none;
}
input[type="text"],
input[type="password"],
input.textField,
select.selectMenu,
textarea.textArea,
input.uploadField {
	border: 1px solid gray;
	background-color: white;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: black;
	box-shadow: 0 0 .25em gray;
}
a.current {
	font-weight: bold;
}
label.error {
	color: #f60;
}
.issn {
	margin-bottom: .25rem;
}
div.page_items_info {
	text-align: justify;
	float: right;
	clear: both;
	font-family: 'Mada', sans-serif;
	font-weight: bold;
	color: gray;
}
#container {
	background-color: #fff;
	font-size: 1em;
	min-width: auto;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#journalDescription + br,
#additionalHomeContent + br {
	display: none;
	text-align: justify;
}
#main h3 {
	margin: 1em 0 0 0;
	font-size: 1.8em;
}
#main h3 + p {
	margin-top: .25rem;
}
#main > h3 {
	margin-left: 1rem;
}
#authorString {margin-top: .5rem;}
#footer {
	background-color: #320;
	color: #fff;
}
#footerContent {
	color: #fff;
}
#main h3,
#content h3 {
	padding-top: 0;
}
#content p, #content li, #content div {line-height: 1.5em;}
#main {
	background-color: #fff;
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #DEB887;
	margin-top: 15px;
	float: right;
	
}
#main h2,
#main h3,
#content h3,
#content h4,
#content h5 {
	/*font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
	font-family: 'Cuprum', sans-serif;
	letter-spacing: 0.03em;
}
#articleTitle h3 {font-size: 2em;}
#pageFooter h4,
#pageFooter h5 {
	/*font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
	font-family: 'Mada', sans-serif;
}
#main h4,
#content h4 {
	font-size: 1.4em;
	font-weight: bold;
}
#issues h4 {font-weight: normal;}
h4 + p {
	margin-top: 0;
}
#main h2,
#main h3,
#breadcrumb {
	line-height: 1.5em;
	border-bottom: none;
	padding: 0;
	font-weight: 600;
}
#breadcrumb {font-family: 'Poppins', sans-serif;}
#main h2,
#breadcrumb {
	margin: 1em;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
span.highlight {
	border-bottom: 1px dotted #DEB887;
}
table.listing tr.highlight {
	background: #fcff64;
}
table.listing tr.fastTracked {
	background-color: #DEB887;
}
table.listing td.headseparator {
	border-top: 1px dotted #DEB887;
}
table.listing td.endseparator {
	border-top: 1px dotted #DEB887;
}
span.formError {
	color: #f60;
}
ul.formErrorList {
	color: #f60;
}
div.separator {
	border-bottom: 1px dotted #DEB887;
}
ul.menu a,
ul.steplist li {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}
ul.steplist li.current a {
	color: black;
}
/* #navbar START */

#breadcrumb,
#content {
	margin-right: 14em;
	margin-right: 13rem;
	border-bottom: 1px dotted #333;
	/*#pageFooterContentWrapper og #navbar må ha samme padding-right som denne margin-right */
}
#navbar {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	padding-right: 11em;
	padding-right: 11rem;
	/*border-bottom: 1px solid #ddd;*/
	border: none;
	text-align: center;
	background: #a847b4;
	color: #ffffff;
	font-size: 1.05em;
	line-height: 25px;
	
	}
#navbar a {
	color: white;
	font-size: 0.65em;
	letter-spacing: 0.05em;
}
#navbar a:hover {
	color: white;
}
#navbar ul {
	display: block;
	background: transparent;
}
#navbar ul.menu a {
	
	font-size: .70em;
   text-transform: uppercase;
}
#navbar li {
	padding: 0;
}
#navbar li + li {
	margin-left: .25em;
	margin-left: .25rem;
}

#navbar li a {
	text-decoration: none;
	/*font-family: Trebuchet MS, sans-serif;*/
	font-family: 'Nunito', sans-serif;
	padding: .5em .75em;
	padding: .4rem .5rem;
	margin: 0;
	color: #ffffff;
	display: inline-block;
	
}
#navbar .menu li a:hover {
	background-color: #dca9ef;
	color: black;
}
#navbar .menu li a:focus {
	background-color: #be4ce9;
	color: white;
}
#navbar li.currentPage a {
	background-color: #97aec0;
	color: black;
	/*background: linear-gradient(to bottom, #000000 0%, #444444 1%, #262626 26%, #000000 64%, #000000 100%);*/
}
/* #navbar END */

#topBar {
	margin: 0;
	padding: 0;
}
/* common sidebar styles START */

#sidebar div.block,
#sizer {
	border: none;
	color: #3b3b3b;
	background-color: #f9f9f9;
}
#rightSidebar div.block span.blockTitle {
	font-weight: bold;
	color: white;
    background-color: rgb(168, 71, 180);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
	padding: 0.5em 0 0.5em 0.5em;
}
#sidebar label {
	font-weight: bold;
}
#sidebar .blockTitle {
	clear: both;
}
/* common sidebar styles END */

/* Sidebar START */

#rightSidebar ul,
#leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}
#rightSidebar li,
#leftSidebar li {
	list-style-type: none;
}
#rightSidebar,
#leftSidebar {
	height: auto;
	margin-top: 5px;
	border-bottom: none;
}
#sidebar div.block {
	padding: .2rem 0.4rem;
	
}
#sidebar div.block:first-child {
	padding-top: 0;
}
#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}
#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
	background-color: rgb(168, 71, 180);
	padding: 0.5em 0 0.5em 0.5em;
	color: white;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#rightSidebar {
	font-size: .75em;
	font-size: .75rem;
	position: relative;
	padding: .33em 0em;
	padding: 2rem 0rem;
	padding-bottom: 1em;
	width: 14.67em;
	width: 11rem;
	margin: 0;
	margin-left: -16em;
	margin-left: -12rem;
	box-sizing: border-box;
	line-height: 1.5em;
	z-index: 10;
	/*background-color: #a847b4;*/
}
#leftSidebar {
	font-size: .75em;
}
#rightSidebar td {
	display: block;
	padding: 0;
	margin: 0;
}
#rightSidebar td input[type="text"],
#rightSidebar td input[type="password"],
#rightSidebar td input[type="submit"],
#rightSidebar td select,
#sidebarLanguageToggle select#languageSelect,
#sidebarLanguageToggle input.button {
	width: 100%;
	padding: .25rem;
	box-sizing: border-box;
}
#rightSidebar table {
	width: 100%;
	padding: 0;
	margin: 0;
}
#sidebarLanguageToggle input.button {
	margin-top: .5rem;
}
#sidebar tr + tr td:first-child {
	/*margin-top: .5rem;*/
}
#sidebar ul,
#sidebar ol {
	padding-left: 1rem;
}
#sidebar form {
	margin-top: .25rem;
}
/* siteindex styles for rightsidebar END */

/* body.home .tocArticleGalleysPages */

/*
.tocArticleGalleysPages {
	display: none;
}*/

#articleFullText a {
	display: inline-block;
	margin: .25em;
	padding: .5em 1em;
	font-weight: bold;
	font-family: "Open Sans",sans-serif;
	border: 1px solid black;
	border-radius: .3em;
	background-color: black;
	color: white;
	text-decoration: none;
}
#articleFullText a:hover {
	background-color: #b943af;
	box-shadow: 0 0 .5em black;
}
/* Archives START */

#issues h3,
h4.tocSectionTitle {
	border-bottom: 1px solid #97aec0;
	/*#b1dccf;*/
	margin-top: 1em;
}
#issues .issueCoverImage {
	float: left;
}
#issues h4 {
	float: left;
	margin: 0;
}
#issues div.separator,
.tocArticle + div.separator {
	margin: 0;
	border: none;
}
.issue {
	float: left;
	clear: left;
	margin-top: 1rem;
}
.issueCoverImage img {
	padding: 0.3px;
	margin-right: 1rem;
	margin: 0em 1.5em 1em 0;
	box-shadow: 2px 1px 6px #aaa;
}
.tocCoverImage img {
	padding: 2px;
	border: 1px solid #464646;
}
.tocAuthors,
.tocTitle {
	margin-left: 1rem;
	padding-left: 0;
	font-weight: 600;
}
.tocAuthors {
	/*margin-top: .5rem;*/
	font-style: italic;
	padding-left: 20px;
}
.tocArticleCoverImage.showCoverImage {
	min-width: 60px;
	padding-left: 0;
}
#issueCoverImage img,
#articleCoverImage img {
	display: block;
	margin: auto;
	padding: 5px;
	border: 1px solid gray;
	max-width: 95%;
	height: auto;
	position: relative;
	left: -5px;
}
.tocCoverImage a,
#issueCoverImage a,
.issueCoverImage a {
	padding: 0;
	background-color: transparent;
}
.tocCoverImage a:hover img,
#issueCoverImage a:hover img,
.issueCoverImage a:hover img {
	box-shadow: 0 0 .25rem #A9D0EF;
}
#content h4.tocSectionTitle {
	margin-right: 0;
}
/* Archives END */

/* from journalstylesheet */
table.tocArticle:nth-child(odd) tr {
 background-color: #F1EAF4;
}
table.tocArticle:nth-child(even) tr {
 background-color:#f5f5f5;
}
table.tocArticle + table.tocArticle {
	margin-top: 1em;
}
td.tocGalleys {
	display: none;
	width: 0%;
}
table.tocArticle td.tocTitle {
	width: 100%;
}
a {
	/*text-decoration: underline;*/
}
#main {
	width: 70%;
}
#footer {
	background-color: #FFFFFF;
	color: black;
}
body {
	margin: 0;
	width: 100%;
}
#leftSidebar {
	display: none;
}
#main {
	border: 0 none;
}
#main h2 {
	display: block;
	font-size: 1.2em;
	margin-top: 1em;
	margin-left: .5em;
	margin-left: 1rem;
	margin-right: 6em;
	margin-right: 12rem;
	margin-bottom: .25em;
	margin-bottom: .5rem;
}
@media screen and (max-width: 50em) {
#main h2 {
	margin-right: .25em;
	margin-right: .5rem;
	}
}
body {
	max-width: 80em;
	max-width: 80rem;
	margin: auto;
}
#main {
	width: 100%;
}
#content {
	font-size: 0.78em;
	padding: 0.5em 0 0;
	margin-left: 1.18em;
	margin-left: 1rem;
	border-top: none;
}
#main {
	margin-top: 0;
	padding: 0;
}
hr {
	border: none;
	border-top: 1px solid black;
}
#main > h2 + #content {
	/*border-top: 1px solid #320;*/
}
/* HEADER START */

#header
	{
	background-color: #c7a3eb;
	background-image: url("CAE.jpg");
	margin-top: 0px;
	padding: 3px;
	/*background-color: transparent;
	background-image: url("https://sundachicago.com/wp-content/uploads/2014/02/paper-background.jpg");
	
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;*/
}
@media screen and (max-width: 30em) {
	#header {
		background-color: white;
		background-image: url("CAE.jpg");
		/*background-color: transparent;
		background-image: url("https://sundachicago.com/wp-content/uploads/2014/02/paper-background.jpg");
		background-image: url("techneHeaderBgOpacity50.png");*/
	}
}
#header {
	box-sizing: border-box;
	position: relative;
}
#headerTitle {
	height: auto;
	/*background-color: white;*/
	background-image: url("https://www.klaschools.com/assets/background-images/pattern-purple.png");
}
#headerTitle h1 {
	font-family: Trebuchet MS, sans-serif;
	line-height: 1em;
	padding: .33em;
	padding: 1rem;
	color: black;
	font-size: 2em;
	font-size: 3rem;
	font-weight: normal;
	/*text-align: right;*/
}
#headerTitle a h1 {color: white;}
#headerTitle h1 span {
	display: block;
	font-size: .85em;
}
#headerTitle .subheading {
	display: block;
	font-size: .5em;
	line-height: .9em;
	color: black;
}
#header a {
	width: 100%;
	display: block;
	color: black;
	background-color: transparent;
	text-decoration: none;
}

#header a img, #pageFooter a img {border: none;}
/* HEADER END */

/* FOOTER START */

#pageFooter {
	font-size: 1em;
	margin-top: 3.53em;
	margin-top: 3rem;
	margin-bottom: 1.18em;
	margin-bottom: 1rem;
	font-family: 'Lato', sans-serif;
}
#pageFooter h4 {
	font-size: 1em;
}
#commonPageFooterContent,
#journalPageFooterContent {
	float: left;
	margin: 0;
	border: 0;
}
#commonPageFooterContent {
	width: 66%;
}
#journalPageFooterContent {
	width: 33%;
}
#pageFooterContentWrapper {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 1.18em;
	margin-bottom: 1rem;
	margin-top: 2.65em;
	margin-top: 2.25rem;
	padding-bottom: 1.18em;
	padding-bottom: 1rem;
	border-top: 1px solid gray;
	margin-left: -1.18em;
	margin-left: -1rem;
	padding-left: 1.18em;
	padding-left: 1rem;
	padding-right: 14.12em;
	padding-right: 12rem;
	background-color: white;
	background: linear-gradient(to bottom, rgba(99, 99, 99, .1)0%, rgba(99, 99, 99, 0.1) 1%, rgba(249, 249, 249, 0.2) 20%, rgba(255, 255, 255, 1) 50%);
}
#commonPageFooterContent {
	clear: left;
}
#journalIssn {
	width: 100%;
	float: left;
}
/* If #journalIssn that has it's own border, is present, #pageFooterContentWrapper doesn't need the border and margin */

#journalIssn + #pageFooterContentWrapper {
	/*border-top: none;*/
	margin-top: 0;
}
#commonPageFooterContent,
#hostedBy,
#cookiePolicy,
#journalPageFooterContent {
	width: 100%;
	clear: both;
	float: left;
}
#hostedBy,
#cookiePolicy {
	padding-right: .5rem;
}
#pageFooter img.hioaFooterLogo {
	float: left;
	margin-right: 1.18em;
	margin-right: 1rem;
}
.hioaFooterLogo {
	width: 50px;
	height: auto;
}
#hostedByHioaLSB {
	display: table;
}
#hostedByHioaLSB span {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (min-width: 50em) {
	#cookiePolicy {
		width: auto;
		max-width: 45%;
		clear: none;
	}
	#hostedBy {
		max-width: 55%;
	}
}
/* FOOTER END */

/* Narrow layout */

@media screen and (max-width: 50em) {
	/* narrow HEADER START*/
	#header {
		padding-right: 4rem;
	}
	#headerTitle h1 {
		font-size: 2em;
		/*text-shadow: 0 0 5px black;*/
	}
	#headerTitle h1 span.subheading {text-shadow: none;}
	/* narrow HEADER END */
	#navbar {
		margin-right: 0rem;
		padding-right: 0;
	}
	#content,
	#breadcrumb {
		margin-right: 1rem;
	}
	/* menuToggle START */
	#menuToggle {
		box-sizing: border-box;
		position: absolute;
		z-index: 5;
		top: 0;
		bottom: 0;
		right: .25rem;
		margin: auto 0;
		width: 3.5rem;
		height: 3.5rem;
		border: 1px solid gray;
		border-radius: .25rem;
		background-color: #ccc;
	}
	#obscureLayer {
		z-index: 3;
	}
	.showMenu #obscureLayer {
		display: block !important;
	}
	#menuToggle:hover {
		background-color: #ddd;
		box-shadow: 0 0 .5rem #A9D0EF;
	}
	.showMenu #menuToggle {
		background-color: white;
	}
	#menuToggle::before,
	#menuToggle::after {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		content: "";
		width: 75%;
		box-sizing: border-box;
		z-index: 0;
	}
	#menuToggle::before {
		height: 75%;
		border-top: .4rem solid black;
		border-bottom: .4rem solid black;
	}
	#menuToggle::after {
		height: .4rem;
		border-radius: .2rem;
		background-color: black;
	}
	.showMenu #menuToggle::after {
		background-color: orange;
	}
	.showMenu #sidebar {
		position: relative;
		background: red;
		width: 100%;
		height: 0;
	}
	#rightSidebar {
		display: none;
		margin: 0 auto;
		margin-top: .5rem;
		padding: .25rem;
		position: absolute;
		z-index: 10;
		right: .25rem;
		width: 15rem;
		box-sizing: border-box;
		border-radius: .25rem;
		box-shadow: 0 0 .5rem black;
		background-color: white;
		background-color: rgba(255, 255, 255, 0.95);
	}
	.showMenu #sidebar #rightSidebar {
		display: block;
	}
	/* menuToggle END */
}
/* Narrow Layout END */

/* Ultra Narrow Layout Start */

@media screen and (max-width: 30em) {
	#headerTitle h1 {
		/*font-size: 1.25em;*/
		/* Base font-size on viewport vidth if supported */
		/*font-size: 6vw;*/
	}
	#headerTitle h1 .subheading {line-height: 1.25em;}
	.hioaFooterLogo {
		display: none;
	}
	.showMenu #sidebar #rightSidebar {
		right: 1rem;
		left: 1rem;
		width: auto;
	}
}
/* Ultra Narrow Layout END */

/* Hide/show menu END */

/* Styles for HTML fulltext articles START */

#ojs-html-fulltext p,
#ojs-html-fulltext li {
	line-height: 1.55em;
}
#ojs-html-fulltext p + p,
#ojs-html-fulltext div.table-wrap + p,
#ojs-html-fulltext p + div.table-wrap,
#ojs-html-fulltext ul.references li + li,
#ojs-html-fulltext p + div.fn-group,
#ojs-html-fulltext table + div {
	margin-top: 1.55em;
}
#ojs-html-fulltext div.footnote + div.footnote {
	margin-top: 0;
}
#ojs-html-fulltext .fig img {
	margin: auto;
	max-width: 100%;
}
#ojs-html-fulltext .table-wrap {
	overflow: auto;
}
#ojs-html-fulltext {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
#ojs-html-fulltext div,
#ojs-html-fulltext p,
#ojs-html-fulltext table,
#ojs-html-fulltext caption {
	font-size: 1em;
}
#ojs-html-fulltext div > *:first-child,
#ojs-html-fulltext td > *:first-child {
	margin-top: 0em;
}
#ojs-html-fulltext div {
	margin-top: 0.5em;
}
#ojs-html-fulltextdiv.front,
#ojs-html-fulltext div.footer {} #ojs-html-fulltext .back,
#ojs-html-fulltext .body {
	font-family: serif;
}
#ojs-html-fulltext table.metadata td {
	vertical-align: top;
}
#ojs-html-fulltext table.two-column td {
	width: 50%;
}
#ojs-html-fulltext div.metadata-group {
	margin-top: 0.5em;
	font-family: sans-serif;
	font-size: 75%;
}
#ojs-html-fulltext div.metadata-group > p,
#ojs-html-fulltext div.metadata-group > div {
	margin-top: 0.5em;
}
#ojs-html-fulltext div.metadata-area * {
	margin: 0em;
}
#ojs-html-fulltext div.metadata-area > div.metadata-area {
	margin-left: 1em;
	margin-top: 0em;
}
#ojs-html-fulltext div.metadata-chunk > div.metadata-area {
	margin-left: 1em;
	margin-top: 0em;
}
#ojs-html-fulltext div.metadata-chunk {
	margin-left: 1em;
}
#ojs-html-fulltext div.branding {
	text-align: center;
}
#ojs-html-fulltext div.document-title-notes {
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#ojs-html-fulltext hr.part-rule {
	color: red;
	width: 50%;
	margin-top: 1em;
	margin-bottom: 1em;
}
#ojs-html-fulltext hr.section-rule {
	color: black;
	width: 50%;
	margin-top: 1em;
	margin-bottom: 1em;
}
#ojs-html-fulltext .xref {
	color: red;
}
#ojs-html-fulltext .generated {
	color: gray;
}
#ojs-html-fulltext .warning,
#ojs-html-fulltext tex-math {
	font-size: 80%;
	font-family: sans-serif;
}
#ojs-html-fulltext .warning {
	color: red;
}
#ojs-html-fulltext .tex-math {
	color: green;
}
#ojs-html-fulltext .data {
	color: black;
}
#ojs-html-fulltext .formula {
	font-family: sans-serif;
	font-size: 90%;
}
#ojs-html-fulltext h1,
#ojs-html-fulltext h2,
#ojs-html-fulltext h3,
#ojs-html-fulltext h4,
#ojs-html-fulltext h5,
#ojs-html-fulltext h6 {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	color: midnightblue;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 1.125em;
}
#ojs-html-fulltext h1 {
	font-size: 2.5em;
}
#ojs-html-fulltext h2.main-title {
	font-size: 2em;
	border-bottom: 1px solid midnightblue;
	font-family: sans-serif;
}
#ojs-html-fulltext h3 {
	font-size: 1.75em;
	font-family: Trebuchet MS, sans-serif;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0.25em;
}
#ojs-html-fulltext h4 {
	font-size: 1em;
	font-family: sans-serif;
}
#ojs-html-fulltext h5 {
	font-size: 1em;
	font-family: 'Mada', sans-serif;
	font-weight: normal;
}
#ojs-html-fulltext h2 + p,
#ojs-html-fulltext h3 + p,
#ojs-html-fulltext h4 + p,
#ojs-html-fulltext h5 + p,
#ojs-html-fulltext h6 + p {
	margin-top: 0;
}
#ojs-html-fulltext .document-title {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}
#ojs-html-fulltext div.section,
#ojs-html-fulltext div.back-section {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#ojs-html-fulltext h2 + div.section,
#ojs-html-fulltext h3 + div.section {
	margin-top: 0;
}
#ojs-html-fulltext div.section + div.section > h4 {
	margin-top: 1.25em;
}
#ojs-html-fulltext div.caption {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#ojs-html-fulltext .callout-title {
	text-align: right;
	margin-top: 0.5em;
	margin-right: 1em;
	font-size: 140%;
}
#ojs-html-fulltext div.blockquote {
	font-size: 90%;
	margin-left: 2.25em;
	margin-right: 2.25em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#ojs-html-fulltext div.speech {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#ojs-html-fulltext div.verse-group {
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#ojs-html-fulltext div.verse-group div.verse-group {
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
}
#ojs-html-fulltext div.note {
	margin-top: 0em;
	margin-left: 1em;
	font-size: .85em;
}
#ojs-html-fulltext .ref-label {
	margin-top: 0em;
	vertical-align: top;
	background-color: magenta;
}
#ojs-html-fulltext .ref-content {
	margin-top: 0em;
	padding-left: 0.25em;
	background-color: cyan;
}
#ojs-html-fulltext h5.label {
	margin-top: 0em;
	margin-bottom: 0em;
	background-color: yellow;
}
#ojs-html-fulltext p {
	margin-top: 0.5em;
	margin-bottom: 0em;
}
#ojs-html-fulltext p.first {
	margin-top: 0em;
}
#ojs-html-fulltext p.verse-line,
#ojs-html-fulltext p.citation {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	text-indent: -2em;
}
#ojs-html-fulltext p.address-line {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
}
#ojs-html-fulltext div.panel {
	background-color: white;
	font-size: 90%;
	border: thin solid black;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em
}
#ojs-html-fulltext ul,
#ojs-html-fulltext ol {
	margin-top: 0.5em;
}
#ojs-html-fulltext li {
	margin-top: 0.5em;
	margin-bottom: 0em;
}
#ojs-html-fulltext li > p {
	margin-top: 0.2em;
	margin-bottom: 0em;
}
#ojs-html-fulltext table.def-list {
	border-spacing: 0.25em;
	border-top: thin solid black;
}
#ojs-html-fulltext table.def-list td {
	vertical-align: top;
	border-bottom: thin solid black;
	padding-bottom: 0.5em;
}
#ojs-html-fulltext table.def-list th {
	vertical-align: top;
	text-align: left;
	border-bottom: thin solid black;
	padding-bottom: 0.5em;
}
#ojs-html-fulltext .label {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1em;
	color: midnightblue;
}
#ojs-html-fulltext div.caption p {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#ojs-html-fulltext .monospace {
	font-family: monospace;
}
#ojs-html-fulltext .overline {
	text-decoration: overline;
}
#ojs-html-fulltext h2 {
	margin-top: 1.5em;
}
#ojs-html-fulltext h2.author {
	display: block;
	clear: both;
	text-align: center;
	margin-top: 2em;
}
#ojs-html-fulltext div.abstract {
	margin-top: 0.5em;
	font-family: sans-serif;
	margin-bottom: 2em;
}
#ojs-html-fulltext div.footer {
	margin-top: 2em;
	border-top: thin solid black;
}
#ojs-html-fulltext #article1-footer div.history {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#ojs-html-fulltext div.branding {
	border-top: 1px solid black;
	padding-top: .25em;
	padding-bottom: .25em;
	border-bottom: thin solid black;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 75%;
	font-family: sans-serif;
	color: gray;
	text-align: center;
}
#ojs-html-fulltext p.license {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: .5em;
	padding-right: .5em;
	border: thin solid black;
	margin-top: 1em;
	margin-bottom: 1em;
}
#ojs-html-fulltext p.license img {
	float: left;
	margin-right: 1em;
}
#ojs-html-fulltext a:link {
	color: blue;
	background-color: white;
	text-decoration: none;
}
#ojs-html-fulltext a:visited {
	color: purple;
	text-decoration: none;
}
#ojs-html-fulltext a:hover {
	text-decoration: underline;
	background-color: white;
}
#ojs-html-fulltext a:active {
	color: orange;
}
#ojs-html-fulltext hr.part-rule {
	border: none;
	border-top: 1px solid black;
	display: none;
}
#ojs-html-fulltext ul.references {
	padding-left: 0;
	list-style-type: none;
}
#ojs-html-fulltext ul.references a {
	display: block;
}
#ojs-html-fulltext ul.references li a:hover {
	background-color: white;
}
#ojs-html-fulltext table {
	border: 0px solid black;
	width: 100%;
	border-collapse: collapse;
}
#ojs-html-fulltext tr.header-row td,
#ojs-html-fulltext tr.header-row th {
	border: none;
	padding-top: 2em;
}
#ojs-html-fulltext td,
#ojs-html-fulltext th {
	padding: .5em;
	border: 1px solid gray;
}
#ojs-html-fulltext td + td {
	text-align: center;
}
#ojs-html-fulltext th + td {
	text-align: center;
}
#ojs-html-fulltext th + th {
	text-align: center;
}
#ojs-html-fulltext th:first-child {
	text-align: left;
}
#ojs-html-fulltext table.figure {
	border: 1px solid gray;
}
#ojs-html-fulltext table.borderless {
	border: none;
}
#ojs-html-fulltext table.figure td,
#ojs-html-fulltext table.borderless td,
#ojs-html-fulltext table.figure th,
#ojs-html-fulltext table.borderless th {
	border: none;
	text-align: center;
	vertical-align: top;
}
#ojs-html-fulltext .five-col-equal-width td,
#ojs-html-fulltext .five-col-equal-width th {
	width: 19%;
}
#ojs-html-fulltext .three-col-equal-width td,
#ojs-html-fulltext .three-col-equal-width th {
	width: 33%;
}
#ojs-html-fulltext .bigtext {
	font-size: 2em;
}
#ojs-html-fulltext tr.normal th {
	font-weight: normal;
	color: midnightblue;
}
#ojs-html-fulltext table.long-text td,
#ojs-html-fulltext table.long-text th {
	text-align: left;
}
#ojs-html-fulltext tr:hover {
	background-color: #FFFB9D;
}
#ojs-html-fulltext #article1-front p.logo {
	display: none;
}
@media screen {
	#ojs-html-fulltext #article1-front div.metadata-group .issn,
	#ojs-html-fulltext #article1-front div.metadata-group .vol-no-pp {
		display: none;
	}
	#ojs-html-fulltext #article1-front div.metadata-group .doi {
		display: block;
	}
}
/* Styles for HTML fulltext articles END */

/* Print stylesheet START */

@media print {
	#ojs-html-fulltext {
		font-size: 1.3em;
	}
	div#leftSidebar,
	div#rightSidebar,
	div#navbar,
	div#breadcrumb {
		display: none;
	}
	div#content {
		border: 0pt dashed red;
	}
	div#main {
		border: 0pt solid green;
		width: 100%;
	}
	div#headerTitle {
		border: 0pt solid yellow;
		position: relative;
	}
	div#headerTitle * {
		margin: auto;
		border: 0pt dotted gray;
		padding: 0;
		background-color: black;
	}
	div#headerTitle img {
		margin: auto;
		display: block;
	}
}
/* Print stylesheet END */

/* MISC */
#inlinePdfResizer {
	min-height: 600px;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown:hover .dropbtn {
  background-color: #A142AD;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #F1EFF0;
}

.dropdown:hover .dropdown-content {
  display: block;
}