p {
	font-family:Arial, Helvetica, "sans serif";
	max-width: 900px;
}
em {
	font-family:Arial, Helvetica, "sans serif";
}
.textblock{
	width:900px;
	text-align:justify;
	font-family:Arial, Helvetica, "sans serif";
}
h2 {
	max-width: 900px;
}

.journalheader{
	width:100%;
	max-width:900px;
	/*float: initial;*/
	margin-bottom: 14px;
}

img{border:0px;}

#header, header{
	text-transform: uppercase;
}

.nocap{
	text-transform: initial !important;
}

#headertable{
	text-transform: initial !important;
	display:none;
}

/*
a[target="_blank"]:after {
	content: "\2197";
	background-repeat: no-repeat;
    background-size: 1px 100%, 100% 1px, 1px 65%, 50% 1px, calc(100% - 2px) calc(100% - 2px);
    background-position: left bottom, left bottom, right bottom, left top, 1px 1px;
    background-image: linear-gradient(#0047bb, #0047bb), linear-gradient(to right, #0047bb, #0047bb), linear-gradient(to bottom, #0047bb, #0047bb), linear-gradient(to left, #0047bb, #0047bb), linear-gradient(#fff, #fff);
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: super;
	font-size: 7pt;
}
*/

a[target="_blank"]:after {
    background-image: url(/ext-link.png);
    background-size: 10px 10px;
    display: inline-block;
    width: 10px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
	margin-left: 2px;
}


@media (max-width : 575.98px) {
	#header > p, header > p{
		line-height: 29px;
	}
	
	#header a{
margin: 5px;
    display: inline-block;
}
	
	p {
		width:100%;
	}
	
	h2 {
		width:100%;
	}

	.textblock{
		width:100%;
	}
}