@import url('https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope');
.copyrightwarningheaderbox {
	background-image:url('/images/slashed_background.png');
	background-repeat: repeat-x;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	width:75%;
	margin: 0 auto;
}
.copyrightwarningtext {
	background-color:#800000;
	width:6cm;
	color:#FFFFFF;
	margin: 0 auto;
	text-align: center;
}
.copyrightwarningbox {
	background-color:#CCCCCC;
	color: #000000;
	width:75%;
	text-align: center;
	font-size: 14pt;
	padding:20px;
	margin: 0 auto;
}
.introbox {
	background-color:#7DAAE4;
	color: #000000;
	width:75%;
	font-size: 14pt;
	padding: 20px;
	margin: 0 auto;
	border-radius: 10px;
}
.title {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
.nextpagelink {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.paper {
	height: auto;
	width: 75%;
	margin-left: 12.5%;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px 0px #888;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
.paper::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	left: 35px;
	width:2px;
	height: 100%;
	background: rgba(255,0,0,0.4);
}
.lines {
	margin-top: 40px;
	height: auto;
	width: 100%;
	background-image: repeating-linear-gradient(0deg, #EEE 0px, #EEE 24px, steelblue 25px);
	background-size: auto 32px;
}
.journal {
	padding-top: 40px;
	padding-left: 55px;
	padding-bottom: 10px;
	padding-right: 55px;
	line-height: 32px;
	font-family: 'Annie Use Your Telescope';
	font-size: 20pt;
	overflow: hidden;
	outline: none;
	color: #444;
}
@media only screen and (max-width: 700px) {
	.paper {
		width: 95%;
		margin-left: 10px;
	}
	.journal {
		padding-right: 10px;
	}
	img {
		max-width: 150px;
	}
	.copyrightwarningtext {
		font-size: 9pt;
	}
	.copyrightwarningbox {
		font-size: 9pt;
		width: 90%;
		padding: 5px;
	}
	.title {
		font-size: 16pt;
	}
}
.token {            
	text-align: center;
	background-color: #011961;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	font-size: 10pt;
	margin-right: 5px;
	font-family: Tahoma;
	opacity: 0.5;
}
.categorytoken {            
	text-align: center;
	background-color: #011993;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	font-size: 10pt;
	margin-right: 5px;
	font-family: Tahoma;
	opacity: 0.8;
}
