body {
	margin: 0;
	padding: 0;
	position: relative;
}

p, h1, h2, h3, h4, li {
	font-family: "Noto", Verdana, sans-serif;
	color: #454443;
}

h1 {
	font-size: 3.2rem;
	font-weight: bold;
}

h2 {
	margin: 0 0 18px 0;
	font-size: 2.4rem;
}

h2#key span {
	font-weight: bold;
}

h3 {
	margin: 4px 0 28px 0;
	font-size: 2.2rem;
}

div h4 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top; 30px;
}

p {
	font-size: 1.6rem;
	line-height: 26px;
	margin 12px 0;
}

#footer {
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: "Noto", Verdana, sans-serif;
	text-align: right;
	color: #939393;
	width: 800px;
	font-size: 12px;
}

.grid {
	display: inline-block;
	display: block;
	width: calc(100%-168px);
	max-width: 1132px;
	padding: 0 12px;
	margin: 0 18px 0 168px;
}

/* Fonts */

@font-face {
  font-family: 'Noto';
  src: url("http://static.tijd.be/s2014/fonts/notoserif-regular.eot");
  src: url("http://static.tijd.be/s2014/fonts/notoserif-regular.eot#ieFix") format('embedded-opentype'), url("http://static.tijd.be/s2014/fonts/notoserif-regular.woff") format('woff'), url("http://static.tijd.be/s2014/fonts/notoserif-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noto';
  src: url("http://static.tijd.be/s2014/fonts/notoserif-italic.eot");
  src: url("http://static.tijd.be/s2014/fonts/notoserif-italic.eot#ieFix") format('embedded-opentype'), url("http://static.tijd.be/s2014/fonts/notoserif-italic.woff") format('woff'), url("http://static.tijd.be/s2014/fonts/notoserif-italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Noto';
  src: url("http://static.tijd.be/s2014/fonts/notoserif-bold.eot");
  src: url("http://static.tijd.be/s2014/fonts/notoserif-bold.eot#ieFix") format('embedded-opentype'), url("http://static.tijd.be/s2014/fonts/notoserif-bold.woff") format('woff'), url("http://static.tijd.be/s2014/fonts/notoserif-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Noto';
  src: url("http://static.tijd.be/s2014/fonts/notoserif-bolditalic.eot");
  src: url("http://static.tijd.be/s2014/fonts/notoserif-bolditalic.eot#ieFix") format('embedded-opentype'), url("http://static.tijd.be/s2014/fonts/notoserif-bolditalic.woff") format('woff'), url("http://static.tijd.be/s2014/fonts/notoserif-bolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic; }

/* App specific layout */

.btn {
		border-radius: 0;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.annotation {
		width: 800px;
		height: 150px;
	}
	
	.hidden {
		display: none;
	}
	
	.next {
		background-color: #2c3b78;
		color: #ffffff;
		padding: 3px;
		float: right;
		margin-right: 16px;
		cursor: pointer;
	}

	.btn-primary {
		background-color: #2c3b78;
		border-color: #2c3b78;
	}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
		color: #ffffff;
		background-color: #8FA1CB;
		border-color: #8FA1CB;
	}
	
	.highlight {
		background-color: #2c3b78;
		color: #ffffff;
		padding-left: 2px;
		padding-right: 2px;
		cursor: pointer;
	}

	.highlight:hover, .next:hover {
		background-color: #8FA1CB;
		color: #ffffff;
		text-decoration: none;
	}
	
	h3 {
		margin-top: 20px;
	}