input {
	color: #404040;
	font-size: 12pt;
}

body, html {
	font-family: Helvetica,sans-serif, 'segoe ui';
	font-size: 12pt;
	background-color: WHITE;
	border: 0px;
	margin: 0px;
	line-height: 150%;
	margin: 0px;
	background-color: #f0f0f0;
	background-image: url('gfx/siteback.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #999;
	height: 100%;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.maintenance {
	background: #feffcf;
	border: 1px solid #c6c791;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rightImg {
	float: right;
	margin-left: 10px;
	opacity: 0.5;
	transition: opacity 250ms ease-in;
}

.rightImg:hover {
	opacity: 1.0;
	transition: opacity 250ms ease-in;
}

#gchart {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.footer {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #505050;
	border: 10px solid #505050;
	width: 100%;
	margin-top: 50px;
	margin-right: -50px;
}

.footer a {
	color: #ffffff;
}

.source {
	font-size: 8pt;
	color: #909090;
	margin-bottom: 8px;
	margin-top: 16px;
}

.source a {
	color: #909090;

}

.header {
	color: #FFFFFF;
	background-image: url('gfx/site_header.jpg');
	font-size: 15pt;
	font-weight: bolder;
	background-color: #303030;
	padding: 10px;
	width: 100%;
	overflow: auto;
}

.header h1 {
	font-size: 30pt;
	color: white;
	margin: 0px;
	font-weight: 900;
	text-shadow: 5 1px 2px rgba(black, .15);
	color: #FFFFFF;
	text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0
		#b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px
		rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px
		rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px
		rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.header h1 a {
	color: white;
}

/* ------------------------------------------------------- */
.titleBar {
	width: 100%;
	background-color: #000000;
	font-size: 15pt;
	color: #ffffff;
	text-align: left;
	padding: 2px;
	margin-top: 30px;
}

.logo {
	letter-spacing: -0.1em;
	color: white;
	display: inline-block;
	height: 100px;
}

.logo h2 {
	font-size: 14pt;
	color: white;
	letter-spacing: -0.05em;
	margin: 0px;
	padding-top: 4px;
	font-style: italic;
	text-shadow: 0px 0px 5px #000000;
}

.zoek {
	display: inline-block;
	float: right;
}

.halfBlock1 {
	box-sizing: border-box;
	display: inline-block;
	overflow: auto;
	width: 50%;
	padding-right: 10px;
}

.halfBlock2 {
	box-sizing: border-box;
	display: inline-block;
	overflow: auto;
	width: 50%;
	padding-left: 10px;
}


.listTable {
	border: 0px;
	font-size: inherit;
	background-color: #fafafa;
	width: 100%;
}

.listTable th {
	background-color: #ddd;
	text-align: left;
}

.listTable td, th {
	padding: 5px;
}

.listTable tr:nth-child(even) {
	background: #fafafa;
}

.listTable tr:nth-child(odd) {
	background: #f0f0f0;
}

/********************************************************************************************************************/
.yearPosContainer {
	overflow: auto;
}

.yearPos {
	background-color: #ffffff;
	color: #FF2020;
	float: left;
	font-size: 9pt;
	font-weight: 100;
	letter-spacing: -0.1em;
	margin: 2px;
	text-align: center;
	padding: 0px;
}

.yearPos span {
	background-color: #d0d0d0;
	color: #808080;
	border-radius: 6px;
	display: block;
	font-size: 15pt;
	font-weight: bolder;
	height: 46px;
	line-height: 46px;
	margin: -7px 0px 0px 0px;
	outline-offset: -3px;
	outline: 1px dashed #FFFFFF;
	text-shadow: 1px 0 #888888;
	width: 46px;
}

.contentPane {
	margin-left: auto;
	margin-right: auto;
	width: 992px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.43);
	overflow: hidden;
}

.innerPane {
	border: 10px solid #FFFFFF;
	overflow: auto;
}

.borderedPane {
	border-top: 10px solid #FFFFFF;
	overflow: auto;
}

.borderedPane h1 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.borderedPane a:hover {
	border-bottom: 1px dotted #ff0000;
}

.borderedImg {
	background-color: #B0B0B0;
	float: right;
	padding: 4px;
	margin-left: 16px;
	font-size: 9pt;
	text-align: center;
}

@media screen and (max-width: 992px) {
	body, html {
		background-image: none;
	}
	.contentPane {
		border: 0px dotted #808080;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.borderedPane {
		border: 10px solid #FFFFFF;
	}
	.innerPane {
		border: 0px;
		border-top: 10px solid #FFFFFF;
	}
	.titleBar {
		padding-left: 10px;
	}
	.header {
		background-position: left center;
		background-repeat: no-repeat;
	}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	body, html {
		background-image: none;
	}
	.contentPane {
		border: 0px dotted #808080;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.borderedPane {
		border: 10px solid #FFFFFF;
	}
	.innerPane {
		border: 0px;
		border-top: 10px solid #FFFFFF;
	}
	.titleBar {
		padding-left: 10px;
	}
	.header {
		display: none;
	}
	.halfBlock1, .halfBlock2 {
	display: block;
	width: 100%;
	padding: 0px;
	}
}

.positionBlock {
	font-size: 15pt;
	font-weight: bolder;
	color: #808080;
	background-color: #d0d0d0;
	text-align: center;
	padding: 8px;
	margin-top: 2px;
	margin-right: 5px;
}

.letterBlock {
	font-size: 15pt;
	font-weight: bolder;
	color: #808080;
	background-color: #d0d0d0;
	text-align: center;
	padding: 8px;
	margin: 0px 5px 2px 0px;
	float: left;
}

a {
	color: #606060;
	text-decoration: none;
}

td {
	margin: 0px;
	border: 0px;
}

table {
	font-size: 12pt;
	width: 100%;
}

.posTable {
	width: 100%;
	border: 1px solid #d0d0d0;
	text-align: center;
}

.posTable td {
	margin: 0px;
	border: 1px solid #d0d0d0;
}

.posTable th {
	border: 1px solid #a0a0a0;
}

th {
	margin: 0px;
	border: 0px;
	text-align: center;
	color: #808080;
	background-color: #d0d0d0;
	font-size: 10pt;
	font-weight: bolder;
	padding-top: 4px;
	padding-bottom: 4px;
}

table a:hover {
	border-bottom: 1px dotted #FF0000;
}

.rightImg {
	display: inline;
	float: right;
}

.adblock {
	margin: 0px;
	padding: 0px; 
	overflow: hidden;
}

.movement {
	font-size: 8pt;
	margin-left: 4px;
	display: inline;
}

.mvDown {
	color: #A00000;
	content: "\25BC";
}

.mvDown::before {
	content: "\25BC";
}

.mvUp {
	color: #00A000;
}

.mvUp::before {
	content: "\25B2";
}

.mvEqual {

}

.mvEqual::before {
	content: "=";
}

.mvNew {

}

.mvNew::before {
	content: "\25C7";
}

/* ------------------------------------------------------- */
.yearTable {
	width: 100%;
}

.yearTable th:nth-child(2) {
	width: 50%
}

.yearTable th:nth-child(3) {
	width: 50%
}

/* ------------------------------------------------------- */
.editionTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
}

.editionTable tr {

}

.editionTable td:nth-child(1) {
	white-space: nowrap;
	vertical-align: top;
}

.editionTable td:nth-child(2) {
	width: 100%
}
/* ------------------------------------------------------- */
.spacer {
	clear: both;
}