@font-face {
 font-family: Chalkduster;
 src: url("Chalkduster.ttf"); /* For most other browsers */
}

#pp-ojs-article {
	margin-left: 0; 
	margin-right: 0;
	color: #5a5a5a; 
	background-color : #404040; 
	font-family: Chalkduster, "Comic Sans MS", Arial, Helvetica, sans-serif;

}

div#pp-ojs-article > p.bodytext {
padding: 3em 0 3em 0;
-ms-writing-mode: tb-rl;
 /* old syntax. IE */
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
width:90%;
line-height: 2.5em;
text-align: right;
overflow: auto;
}


@media screen and (max-width: 100em) {
div#pp-ojs-article > p.bodytext {
font-size: 1vw;
	}

p.bodytext > img {
		width: 50em;
}
	
#refimage {
		width:10em;
	}
}
