body {
	background-color:#E2E2E2;
}
.popupwindow{
	background-color:#FFFFFF;
}
.container{
	background-color:#FFFFFF;
}
.container-fluid{
	background-color:#FFFFFF;
}
footer{
	border-top:dotted 1px #000;
	background-color:#AAA;
	color:#555;
	text-align:center;
}
footer a{
	font-size:0.8em;
	color:#555;
}
.workshops h1{
	margin-top:0;
	margin-bottom: 0;
	font-size:15px;
	font-weight:bold;
}
.workshops h2{
	color:#C92351;
	margin-top:0;
	margin-bottom: 0;
	font-size:20px;
	font-weight:bold;
}
.workshops h3{
	color:#282828;
	margin-top:0;
	margin-bottom: 5px;
	font-size:16px;
}
.workshops h3 small{
	color:#282828;
}
.thema{
	font-size:0.9em;
	font-weight:600;
	color:#C92351;
}
.workshops p{
	font-size:0.9em;
}
.workshops button.btn-block{
	margin-bottom:3px;
}
.ws-even{
	background-color:#FFFD96;
	padding-top:10px;
	padding-bottom:10px;
}
.ws-oneven{
	background-color:#FFDD7B;
	padding-top:10px;
	padding-bottom:10px;
}
.ws-header{
	background-color:#B71346;
	color:#FFF;
	font-size:0.95em;
	font-weight:bolder;
	padding-top:5px;
	padding-bottom:3px;
	border-bottom:thin dotted black;
}

/*styling van http://embedresponsively.com/*/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.tablesmall{
	font-size: 0.8em;
}
