
body, div, p, ol, ul, li, table, tr, td, label, pre {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	margin: 0;
}

body {
	font-family: arial, sans-serif; /* hum/todo: use the RO sans font? */
	font-size: 11pt;
	background-color: #fff;
	line-height: 1.4;
}

h1, h2, h3, h4 {
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 180%;
	margin: 0;
	padding: 0.2em 0;
}

h1 a {
	color: #000;
	margin-right: 0.4em;
}

h1 a:hover {
	color: #000;
}

h1 b {
	font-weight: bold;
}

h2, h3, h4 {
	padding: 0;
	margin: 0.8em 0 0.8em 0;
}

h2, h4 {
	color: #000;
}

p {
	margin-bottom: 0.5em;
}

a {
	color: #66a;
	text-decoration: none;
}

a:hover {
	color: rgb(92, 143, 39); /*#6a6;*/
}

a.last {
	color: #696;
}

ul ul, ol ol {
	padding-left: 1em;
}

li {
	list-style-type: none;
}

ul ul li {
	list-style-type: square;
	color: green;
	margin-left: 0.33em;
}

hr {
	color: #dde;
}

input, textarea, select, option {
	font-family: inherit;
	font-size: inherit;
}

select {
	border: 1px solid #ccc;
	padding: 0.2em 0.5em 0.2em 0;
}

option {
	margin: 0;
	padding: 0.15em 0.25em;
}

table td, table th {
	padding: 0.1em 0.5em;
	text-align: left;
	vertical-align: top;
}

label {
	padding: 0 2em 0 0.5em;
}

.hidden, .print {
	display: none;
}

div.banner {
	display: none;
	/*background-image: url(ext/ministerie-ocw.svg);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 0px; /*87px;*/
}

div.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	/*background-color: #f9e11e;*/
	background-color: rgb(92, 143, 39);
	margin: 0;
	padding: 0.5em 1em;
}

div.header h1, div.header h2, div.header a {
	color: #fff;
}

div.header h1 a.home_img {
	background-image: url(home.png);
	background-repeat: no-repeat;
	background-size: 26px;
	padding-right: 26px;
}

div.header h1 a.home_txt {
	display: none;
}

div.header h1 a.home_txt::after {
	margin-left: 0.4em;
	content: "\25CF";
}

div.header h1 div.anchor {
	display: none;
}

div.header h1 div.anchor::after {
	margin-left: 0.4em;
	content: "\25CF";
}

div.history {
	display: inline-block;
	background-image: url(history.png);
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 0.2em;
	cursor: pointer;
}

div.search input[type="search"] {
	color: #666;
	border: 1px solid #fff;
	padding: 0.25em;
	width: 5em;
	height: 2.2em;
}

div.search input[type="submit"] {
	display: none;
	background-color: #000;
	background-image: url(search.png);
	background-repeat: no-repeat;
	background-position: 0.2em 50%;
	background-size: 20px;
	padding-left: 1.5em;
	border: 1px solid #000;
	width: 2.2em;
	height: 2.2em;
	cursor: pointer;
}

div.search_results {
	margin: 1em 0 1em 0;
}

div.subheader, div.footer, div.atoz {
	background-color: #f3f3f3;
	margin: 0;
	padding: 0.5em 1em;
}

div.totop {
	text-align: left;
	margin: 1em 0;
}

div.footer {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #bbb;
	margin-top: 2em;
}

div.question { /* was: .question */
	font-size: 110%;
	color: #000;
}

div.mainpage {
	position: relative;
	min-height: 24em;
	padding: 1em;
	overflow: hidden;
}

div.hint {
	display: inline-block;
	/*border-left: 4px solid #f9e11e;*/
	border-left: 4px solid rgb(92, 143, 39);
	background-color: #fff8c1;
	padding: 0.5em 0.7em;
	margin: 0.5em 0em;
}

div.menu {
	margin-top: 0.5em;
	display: flex;
	flex-wrap: wrap;
}

div.mitem {
	/*background-color: #f9e11e;*/
	background-color: rgb(92, 143, 39);
	margin: 0em 1em 1em 0em;
	width: 20em;
}

div.mcontent {
	padding: 1em;
}

div.mitem h2 {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0.2em 0.7em;
}

span.mgo {
	margin-right: 0.5em;
}

div.mchoice {
	background-color: #fff;
	margin: 3px 0em;
	padding: 0.5em;
	cursor: pointer;
}

div.mchoice:hover {
	background-color: #fff8c1;
}

ul.sterms {
	margin: 0.5em 1.2em;
}

ul.sterms li {
	list-style-type: square;
}

div.section {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

div.panel1, div.panel2 {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

div.feedback {
	display: inline-block;
	position: relative;
	color: #a33;
	padding: 0.3em 1em 0.3em 2em;
	margin: 0.8em 0.5em 0.8em 0.8em;
	line-height: 1.8;
	background-color: #f3f3f3;
}

div.feedback b {
	color: #a33;
}

div.feedback::before {
	content: "!";
	position: absolute;
	top: -0.3em;
	left: -0.6em;
	line-height: 1.3;
	font-family: georgia, serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 3px 0.3em;
	margin: 3px 0.2em;
	vertical-align: middle;
}

div.buttonbar {
	display: inline-block;
	margin: 0.3em 0 1em 0;
}

div.buttonbar input {
	padding: 0.2em 0.5em;
}

div.error {
	border: 3px solid red;
	margin: 1em;
	padding: 1em;
	background-color: #f7f7f7;
	white-space: pre;
}

.rfloat {
	float: right;
}

.lfloat {
	float: left;
}

div.tabs ul {
	position: relative;
	list-style: none;
}

div.tabs li {
	position: relative;
	display: inline-block;
	list-style: none;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	margin: 0.2em 0.4em 0.2em 0;
	padding: 0.3em 0.5em;
	white-space: nowrap;
	cursor: pointer;
}

div.tabs li.selected {
	z-index: 1;
	background-color: #000;
	color: #fff;
	border: 1px solid #777;
}

div.tabsheet {
	display: none;
}

div.tip {
	display: inline-block;
	border-left: 4px solid #777;
	background-color: #eee;
	padding: 0.5em 0.7em;
	margin: 1em 1em 1em 0em;
}

span.elapsed {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #c77;
	margin: 0.5em 1em;
	font-size: 80%;
}

div.developer {
	text-align: center;
	margin: 1em;
	color: #ccc;
}

div.developer a {
	color: #aaa;
}


div.section div.chart {
	margin-bottom: 0;
}

.columns, div.list {
	column-width: 20em;
}

div.list.wide {
	column-width: 28em;
}

div.list.nocols {
	column-width: initial;
}

.columns li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.link {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

span.no_content {
	font-style: italic;
	color: #999;
}

div.sharing, div.links {
	display: inline-block;
	margin-right: 3em;
	min-width: 10em;
}

div.sharing h2, div.links h2{
	font-size: 120%;
}

/*div.links a {
	color: #777;
}*/

/* social media buttons */

ul.socials {
	display: inline-block;
}

ul.socials li {
	display: inline;
	margin-right: 1em;
}

ul.socials a {
	display: inline-block;
	background-size: 32px;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

ul.socials a.twitter {
	background-image: url(twitter.png);
}

ul.socials a.linkedin {
	background-image: url(linkedin.png);
}

ul.socials a.facebook {
	background-image: url(facebook.png);
}

ul.socials a.email {
	background-image: url(email.png);
}

ul.socials a.print {
	background-image: url(print.png);
}

ul.socials a.whatsapp {
	background-image: url(whatsapp.png);
}

div.links_header {
	font-size: 125%;
	margin-bottom: 0.5em;
}

ul.links {
	display: inline-block;
}

div.disclaim {
	color: #777;
	margin: 0.5em 1em 0.5em 1em;
}

div.colofon {
	max-width: 38em;
}

/* NEW STUFF */

div.flexer {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

div.flexer div:first-child {
	margin-right: 3em;
}

ul.horizontal {
}

ul.horizontal li {
	display: inline;
	padding: 0.2em 0.5em 0.2em 0;
	white-space: nowrap;
	margin: 0;
}

div.subheader ul.horizontal li {
	display: inline;
	padding: 0.2em 0.28em;
}

div.subheader ul.horizontal li.focus {
	color: rgb(92, 143, 39);
	border-bottom: 2px solid rgb(92, 143, 39);
}

span.waza {
	display: inline-block;
	min-width: 1em;
	color: #777;
}

span.grade {
	color: #777;
}

table.competenties td:first-child {
	color: #777;
}

table.dictionary tr td {
	padding-left: 0;
}

div.note {
	max-width: 32em;
	margin-bottom: 1em;
	border: 1px solid #ddd;
}

div.note div.author {
	color: #777;
	background-color: #f8f8f8;
	padding: 0.2em 0.5em;
}

div.note div.data {
	padding: 0.5em 0.5em;
}

div.note.nada {
	max-width: 31em;
	background-color: #f9f9f9;
	padding: 0.5em 0.5em;
}

@media screen and (min-width: 768px) {

div.header {
	min-height: 4.4em;
	padding: 0.5em 2em;
}

div.header h1 div.anchor {
	display: inline;
}

div.header h1 a.home_txt {
	display: inline;
}

div.search input[type="search"] {
	width: initial;
}

div.search input[type="submit"] {
	display: inline;
	background-position: 0.2em 50%;
	background-size: 22px;
}

div.subheader, div.footer, div.atoz {
	padding: 1em 2em;
}

div.mainpage {
	padding: 1em 1em 1em 2em;
}

div.disclaim {
	margin: 1em 0em 1em 2em;
}

}

@media screen and (min-width: 992px) {

table.dictionary td {
	min-width: 17em;
}

}

@media screen and (min-width: 1100px) {

div.banner {
	display: block;
}

div.menu {
	margin-top: 1.5em;
}

}

@media print {

@page {
	margin: 1em 0.5em;
}

.noprint, input, textarea, select, option, button {
	display: none;
}

.print {
	display: inline;
}

h1, h2, h3 {
	page-break-after: avoid;
}

table, div.section, div.chart {
	page-break-inside: avoid;
}

div.save {
	display: none;
}

div.tabs ul {
	display: inline;
}

div.tabs li:not(.selected) {
	display: none;
}

div.tabs li.selected {
	background-color: initial;
	border: initial;
	color: initial;
	padding: initial;
	font-size: 150%;
}

div.footer {
	display: none;
}

a.download {
	display: none;
}

}
