html, body {
	height: 100%;
}

body {
	font-family: 'PT Sans', 'Myriad Pro', 'Helvetica Neue', 'Segeo UI';
	color: #575656;
	background: #f6f6f6;
}

p,
address,
time,
.article div {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.content ul {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 0.5em;

}
.page-template-default .content ul {
	list-style-type: disc;
	list-style-position: outside;

}
.page-template-default .content ul li {
	margin-left: 20px;
}
.single .article img {
	max-width: 100%;
	height: auto;
}

.single .article img {
	max-width: 100%;
	height: auto;
}

img.alignleft {
	float: left;
	margin: 1em 1em 1em 0;
}

img.alignright {
	float: right;
	margin: 1em 0 1em 1em;
}

img.aligncenter {
	float: none;
	margin: 1em auto;
}

strong {
	font-weight: bold;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;

}


a {
	font-size: 1.3em;
	font-weight: 700;
	color: #007cff;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p a {
	color: #007cff;
	font-weight: 700;
	font-size: 1em;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
}

h1 {
	font-size: 2em;
	/*font-style: italic;*/
	text-transform: uppercase;
	line-height: 1.1em;
}
.tcenter {
	text-align: center;
}
.content h1 {
	font-size: 2.5em;
	font-style: normal;
	margin-bottom: 1em;
}

h2 {
	font-size: 2em;
	margin-bottom: 1em;
	text-transform: uppercase;
	/* font-style: italic; */
}

h3, label {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0.4em;
}

p+h3 {
	margin-top: 2em;
}

.content h3 {
	font-size: 1.7em;
	color: #007cff;
}
p label {
	font-size: 15px;
}
label {
	display: block;
}
input[type=password],
input[type=text],
textarea {
	display: block;
	border: 1px solid #999999;
	width: 247px;
	padding: 0 10px;
	font-size: 1.1em;
	height: 30px;
	margin-bottom: 20px;
	-moz-box-shadow: inset 0px 1px 3px #cccccc;
	-webkit-box-shadow: inset 0px 1px 3px #cccccc;
	box-shadow: inset 0px 1px 3px #cccccc;
	font-family: 'PT Sans', 'Myriad Pro', 'Helvetica Neue', 'Segeo UI';
}

input[type=text]:active,
input[type=text]:focus,
textarea:active,
textarea:focus {
	border: 1px solid #007cff;
}


textarea {
	padding: 10px;
	height: 200px;
	outline: none;
}

html .tint {
	color: #007cff;
	font-weight: bold;
	font-family: 'Verdana';
	font-style: normal;
}

html body .button,
button {
	display: block;
	text-align: center;
	color: #fff;
	background: #007cff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.3em;
	font-family: 'PT Sans', 'Myriad Pro', 'Helvetica Neue', 'Segeo UI';
	font-weight: normal;
	-webkit-box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	-moz-box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	padding: 10px 20px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;

}
html body input.button {
	font-size: 1em;
}
html body .button:hover,
button:hover {
	background: #0081ba;
	text-decoration: none;
}

html body .full {
	width: 100%;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

.footer, .push {
/* 	height: 225px; */
}
.footer .inner {
	padding-bottom: 20px;
}
.inner,
.wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

.menu {
/* 	border-top: solid 3px #007cff; */
	background: #f6f6f6;
	margin-bottom: 30px;
}

.menu ul {
	padding: 20px 0;
	float: left;
}

.menu ul li {
	display: inline-block;
	margin-left: 2em;
}

.menu ul li a {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	color: #575656;
	border-bottom: 3px solid transparent;
	text-decoration: none;
}

.menu ul li a:hover {
	border-bottom: 3px solid #007cff;
	text-decoration: none;
}
.menu ul li.current_page_item a,
.single-post .menu ul li.menu_nieuws a {
	border-bottom: 3px solid #007cff;
}
body.profiel .menu ul li.mijnprofiel a {
	border-bottom: 3px solid #007cff;
}
body.mijn-inschrijving .menu ul li.mijninschrijving a {
	border-bottom: 3px solid #007cff;
}
.menu ul li.important a {
	color: #fff;
	background: #007cff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	-moz-box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	padding: 10px 20px;
}

.menu ul li.important:hover a {
	border-bottom: 0;
	background: #0373ae;
}

.menu-shadow {
	width: 975px;
	margin: 0 auto;
	height: 15px;
/* 	background: url(../images/layout/menu-shadow.png); */
}
.menu a.logout {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 1.5em;
	font-weight: 700;
}
.header {
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	position: relative;
}

.logo {
	position: absolute;
	display: block;
/* 	width: 400px; */
/* 	height: 130px; */
	top: 50%;
	margin-top: -80px;
	overflow: hidden;
/* 	text-indent: -9999em; */
/* 	background: url(../images/layout/logo.png?201501201052); */
}

.main {
	float: left;
	width: 960px;
}

.welcome,
.subscriptions,
.recent-stats,
.blogroll,
.videofeed,
.partners,
.social-buttons,
.social-feed {
	float: left;
	width: 268px;
	margin-bottom: 30px;
	padding: 30px 20px 20px;
	background: #fff url(../images/layout/frame-background.png) repeat-x;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 1px 3px #dddddd;
	-webkit-box-shadow: 0px 1px 3px #dddddd;
	box-shadow: 0px 1px 3px #dddddd;
}

.social-buttons {
	width: 238px;
	text-align: center;
}
.social-buttons a {
	display: inline-block;
	margin: 0 3px;
}
.social-buttons a img {
	display: inline-block;
}
.content {
	float: left;
	width: 568px;
	margin-bottom: 30px;
	padding: 60px 40px 40px;
	background: #fff url(../images/layout/frame-background.png) repeat-x;
	border: 1px solid #919191;
	box-shadow: 0px 1px 3px #dddddd;
}

.partners {
	width: 238px;

}

.welcome,
.blogroll {
	margin-right: 30px;
}

.countdown {
	padding-left: 2px;
	background: #efefef;
}

.countdown-item {
	position: relative;
	float: left;
	margin: 5px 3px;
	width: 60px;
	height: 60px;
	background: url(../images/layout/countdown-item.png);
}

.countdown-line {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 2px;
	width: 56px;
	height: 1px;
	background: #adadad;
}

.countdown-value {
	margin: 7px 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	font-size: 3em;
}

.countdown-divide {
	float: left;
	width: 14px;
	height: 60px;
	background: url(../images/layout/countdown-divide.png);
}

.countdown-label {
	position: absolute;
	width: 56px;
	left: 2px;
	text-align: center;
	text-transform: uppercase;
	bottom: 3px;
	height: 13px;
	line-height: 13px;
	font-weight: 700;
}

.blogroll ul {
	float: left;
	margin-bottom: 20px;
}

.blogroll ul li {
	clear: both;
	float: left;
	margin-top: 10px;
}

.blogroll ul li:first-child {
	margin-top: 0;
}


.blogroll .figure {
	float: left;
	width: 60px;
	height: 60px;
}

.figure img {
	width: 100%;
	height: 100%;
}

.blogroll .context {
	float: left;
	padding-left: 10px;
	width: 198px;
}

.blogroll .context h3 {
	margin-top: 0.4em;

}

.blogroll p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.blogroll .context  a {
	font-size: 1.1em;
}
.blogroll .context h3 a {
	font-size: 1em;
	color: #000;
}
.videofeed a {
	margin-top: 10px;
}

.social-background {
	float: left;
	width: 238px;
	height: 238px;
	background: url(../images/layout/social-buttons-background.png) center center;
}

.social-background a {
	float: left;
	display: block;
	width: 119px;
	height: 119px;
	overflow: hidden;
	text-indent: -9999em;
}

.social-background a.facebook {
	background: url('../images/layout/social-buttons.png') no-repeat 0 0;
}

.social-background a.facebook:hover {
	background: url('../images/layout/social-buttons.png') no-repeat -119px 0;
}

.social-background a.twitter {
	background: url('../images/layout/social-buttons.png') no-repeat 0 -119px;
}

.social-background a.twitter:hover {
	background: url('../images/layout/social-buttons.png') no-repeat -119px -119px;
}

.social-background a.linkedin {
	background: url('../images/layout/social-buttons.png') no-repeat 0 -238px;
}

.social-background a.linkedin:hover {
	background: url('../images/layout/social-buttons.png') no-repeat -119px -238px;
}

.social-background a.youtube {
	margin: 0;
	background: url('../images/layout/social-buttons.png') no-repeat 0 -357px;
}

.social-background a.youtube:hover {
	background: url('../images/layout/social-buttons.png') no-repeat -119px -357px;
}


.partners h2 {
	text-align: center;
	margin-bottom: 0.5em;
}

.partners .linebreak {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: 10px;
	background: url(../images/layout/sponsor-divide.png);
}


.partners ul.platinum li {
	float: left;
	width: 238px;
	height: 140px;
}

.partners ul {
	width: 238px;
	text-align: center;
	margin: 0 0 10px;
}


.partners ul li {
	display: inline-block;
}

.partners ul.silver {
	margin: 0 auto;
/* 	width: 177px; */
}

.partners ul.gold li,
.partners ul.supporting li,
.partners ul.media li {
	width: 117px;
	height: 77px;
}

.partners ul.silver li,
.partners ul.silver li img {
/*
	width: 59px;
	height: 59px;
*/
}


#sponsorlist .linebreak {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: 10px;
	background: url(../images/layout/article-divide.png) no-repeat left bottom;
}
#sponsorlist h2,
#sponsorlist ul {
	clear: both;
}
#sponsorlist ul {
	padding-bottom: 40px;
	float: left;
}
#sponsorlist li {
	float: left;
	margin-right: 20px;
}
.total {
	float: left;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.total-label {
	width: 100px;
	height: 40px;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 30px;
}

.total-value {
	margin: 0 14px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	float: left;
	background: #fff;
	border: 6px solid #007cff;
	border-radius: 50%;
	font-size: 2.3em;
	font-weight: bold;
}

.total-value span {
	border-top: 3px solid #007cff;
	border-bottom: 3px solid #007cff;
}

.latest {
	float: right;
	padding-left: 15px;
	width: 143px;
	padding-top: 20px;
	height: 80px;
	border-left: 1px solid #d4d3d3;
}

.latest-name {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 0.2em;
}

.latest-team {
	font-size: 1.2em;
	font-weight: 700;
	color: #666666;
	margin-bottom: 0.5em;
}

.latest a {
	font-size: 1.1em;
}

.news {
	padding-bottom: 20px;
	background: url(../images/layout/article-divide.png) no-repeat left bottom;
}

.news li {
	padding: 20px 0;
	border-top: 1px solid #e9e9e9;
}

.news li:first-child {
	padding-top: 0;
	margin-top: 0px;
	border-top: 0;
}

.news li:first-child {
	margin-top: 0;
}


.news .figure {
	float: left;
	width: 80px;
	height: 80px;
}

.news img {
	width: 100%;
	height: 100%;
}

.news .context {
	float: left;
	padding-left: 20px;
	width: 188px;
}

.news .context  a {
	font-size: 1em;
}
.news .context a.readmore {
	font-size: 1.5em;
}
#newslist .news .context {
	width: 460px;
}
#newslist .news .time {
	display: block;
	font-size: 1.2em;
	color: #666666;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#newslist .news p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
#newslist h3 {
	margin-bottom: 0;
}
#newslist ul {
	font-size: 1em;
}
ul.page-numbers {
	margin-top: 20px;
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
}

ul.page-numbers li a,
ul.page-numbers li span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	font-size: 1.3em;
	margin: 5px;
	color: #fff;
	background: #007cff;
	line-height: 30px;
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.page-numbers li a:hover {
	background: #0081ba;
}
ul.page-numbers li span {
	background: #0081ba;
}

ul.page-numbers li a.prev,
ul.page-numbers li a.next {
	background: url(../images/layout/pagination-arrow.png) no-repeat left top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	text-indent: -9999em;
}

ul.page-numbers li a.prev:hover {
	background: url(../images/layout/pagination-arrow.png) no-repeat -0 -30px;
}

ul.page-numbers li a.next {
	background: url(../images/layout/pagination-arrow.png) no-repeat -30px 0px;
}

ul.page-numbers li a.next:hover {
	background: url(../images/layout/pagination-arrow.png) no-repeat -30px -30px;
}

.tweet:first-child {
	margin-top: 0;
/* 	padding-top: 0; */
	border-top: 0;
}
.tweets_header, .tweets_footer {
	display: none;
}
.tweets {
	margin-bottom: 20px;
}

.tweet {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D4D3D3;
}

.tweet .mt_text {
	font-size: 1.1em;
	line-height: 1.4em;
	width: 200px;
	float: left;
}

.tweets .mt_screen_name {
	font-size: 1.0em;
	font-weight: bold;
	color: #666;
}

.tweet .time {
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #D4D3D3;
	color: #666;


}

.tweet .mt_text a {
	font-size: 1em;
}


.tweet .avatar {
	float: left;
	margin-right: 20px;
}



.article {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	background: url(../images/layout/article-divide.png) no-repeat left bottom;
}

.article .time {
	display: block;
	font-size: 1.2em;
	color: #666666;
}

.article>p {
/* 	font-weight: 700; */
}

.partners ul.platinum li {
	width: 238px;
	height: 120px;
	margin: 0 0 20px;
}

.partners ul.silver {
	margin-bottom: 10px;
}

.footer .quarter {
	float: left;
	margin: 30px 0 0;
	padding-right: 20px;
}
.footer .social {
	float: left;
	margin: 30px 0 0;

	padding-right: 20px;
}
.footer .nieuwsblock {
	float: left;
	margin: 30px 0 0;
	width: 300px;
	padding-right: 60px;
}

.footer .nieuwsblock ul li {
	padding-bottom: 9px;
	line-height: 1.3em;
}
.footer .nieuwsblock ul {
	padding-bottom: 20px;
}
.footer .half {
	float: left;
	margin: 30px 0 0;
	width: 150px;
	padding-right: 20px;
}
.footer {
	background: #eeeeee;
}

.footer h3 {
	margin-bottom: 1em;
}

.footer ul.footer-menu li {
/*
	display: inline-block;
	float: left;
	width: 50%;
*/
}

.footer address {
	line-height: 1.6em;
	font-size: 1.2em;
}


.footer .gray {
	line-height: 1.6em;
	font-size: 1.2em;
	color: #666;
	padding-top: 5px;
}
.footer .gray a {
	color: #666;
	font-size: 1em;
}
.footer ul li {
	line-height: 1.6em;
}

.footer a {
	font-size: 1.2em;
}

.footer-shadow {
	width: 975px;
	margin: 0 auto;
	height: 15px;
	background: url(../images/layout/menu-shadow.png);
}



/* BOOKING */

div.em-booking-login {
	clear: both;
	margin: 0px 0 0 0;
	border: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #F6F6F6;
	padding: 0px 20px 10px;
	margin-left: -20px;
}
div.em-booking-login p {
	margin: 10px 0 0 !important;
}
div.seperator {
	display: block;
	clear: both;
	margin: 20px 0 0;
	width: 100%;
	float: left;
	padding-top: 20px;
	background: url(../images/layout/article-divide.png) no-repeat left top;
}

div.em-booking-login a.forgotpass {
	margin-top: 10px;
	display: block;
}
div.em-booking label {
	width: 250px;
}
div.em-booking-login label {
	width: auto;
	margin-bottom:0;
}

div.em-booking-form-details input.input {
	clear: both;
	width: 540px !important;
	font-size: 1.1em;

}
div.em-booking-form-details input.em-date-start {
	clear: both;
	width: 540px !important;
	font-size: 1.1em;

}
div.em-booking-form-details textarea {
	clear: both;
	width: 540px !important;
	font-size: 1.1em;
}

div.em-booking-form-details select {
	clear: both;
	display: block;
	font-family: 'PT Sans','Myriad Pro','Helvetica Neue','Segeo UI';
	font-size: 1.1em;
}
div.em-booking-login button {
	margin-bottom: 10px;
	margin-top: 10px;
}
div.em-booking-form-details {
	margin: 0;
	width: 100%;
	padding: 0;
}
.em-booking-buttons {
	display: block;
	padding: 20px 0 0;
}
table.em-tickets,
table.events-table {
	font-size: 1.3em;
}
table.em-tickets th,
table.events-table th {
	font-weight: bold;
}
table.em-tickets th,
table.em-tickets td,
table.events-table th,
table.events-table td {
	text-align: left;
	padding: 10px 20px 0 0;
}
table.em-tickets td a,
table.events-table td a {
	font-size: 1em;
}

table#dbem-bookings-table {
	font-size: 1.3em;
}
table#dbem-bookings-table th {
	font-weight: bold;
}
table#dbem-bookings-table th,
table#dbem-bookings-table td {
	text-align: left;
	padding: 10px 20px 0 0;
}
table#dbem-bookings-table td a {
	font-size: 1em;
}
table.em-tickets {
	display: none;
}
#em-booking #geenaccount {
	display: none;
}
a.em-bookings-cancel {
	display: block;
	text-align: center;
	color: #fff;
	background: #007cff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.3em;
	font-family: 'PT Sans', 'Myriad Pro', 'Helvetica Neue', 'Segeo UI';
	font-weight: normal;
	-webkit-box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	-moz-box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	box-shadow: #4069a9 0 1px 3px 0, #e7e7e7 0 3px 1px 0;
	padding: 10px 20px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
div.em-booking-message-success {
	font-size: 1.3em;
	border: 1px solid #007cff;
	background: #cfdae9;
}

div.em-booking-message {
	display: block;
	clear: both;
	line-height: 1.5em;
}
div.em-booking-message a {
	font-size: 1em;
	text-decoration: underline;
}
/* TIMELINE */
div.dpSocialTimeline {
	font-family: 'PT Sans', 'Myriad Pro', 'Helvetica Neue', 'Segeo UI';
}
div.light div.dpSocialTimeline .dpSocialTimeline_item {
	color: #000;

}
div.timelinewrapper,
div.dpSocialTimeline {
	height: 480px;
	width: 100%;
}
div.dpSocialTimeline_item {
	height: auto !important;
}
div.dpSocialTimeline .dpSocialTimeline_item {
	margin: 0 2px !important;
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
	font-size: 1em;
	line-height: 1.2em;
	padding: 10px;
	height: 370px;
}
div.dpSocialTimeline .dpSocialTimeline_item a {
	font-size: 1em;
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent a.leesverder {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
}
.social-feed .social-nav {
	text-align: center;
	display: block;
	height: 30px;
	margin-top: 5px;
}

.social-feed .social-nav a {
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	font-size: 1.3em;
	margin: 0;
	color: #fff;
	background: #007cff;
	line-height: 20px;
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.social-feed .social-nav a#prev {
	float: left;

}
.social-feed .social-nav a#next {
	float: right;

}
.wpcf7-not-valid {
	border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip {
	position: relative;
	top: auto;
	display: block;
	margin-top: -20px;
	left: 0;
	background: none;
	z-index: 100;
	border: none;
	font-size: 1em;
	color: #ff0000;
	padding: 0 0 5px 0;
}

div.wpcf7-response-output {
	font-size: 1.3em;
	margin: 0;
	line-height: 1.2em;
}
.wpcf7 p {
	margin-top: 0;
}
div.em-booking-form-details .input-group input[type=radio] {
	width: auto !important;
}
#deelnemerslijst table {
	width: 100%;
}
#deelnemerslijst table th {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
/* 	width: 50%; */
	padding: 0 0 5px;


}
#deelnemerslijst table thead {

}
#deelnemerslijst table tbody {
	padding-top:30px;
		border-top: 1px solid #ccc;
}
#deelnemerslijst table tbody td {
	padding: 5px 0 2px;
	font-size: 1.2em;
	height: 16px;
	vertical-align: middle;
}
#deelnemerslijst table tbody td span {
	font-size: 1em;
}
#deelnemerslijst table tbody td a {
	font-size: 1em;
	margin-right: 5px;
}
div.video object,
div.video embed,
div.video iframe {
	clear: both;

	display: block;
	margin: 10px 0;
}
div.video {
	background: none;
	padding-bottom: 0;
}

.videofeed object,
.videofeed embed,
.videofeed iframe {
	clear: both;
	width: 100% !important;
	display: block;
	height: auto;
	margin: 10px 0;
}
.newsitem object,
.newsitem embed,
.newsitem iframe {
	clear: both;
	width: 100% !important;
	display: block;
/* 	height: auto !important; */
	margin: 10px 0;
	min-height: 320px;
}
#newslist .video object,
#newslist .video embed,
#newslist .video iframe {
	clear: both;
	width: 100% !important;
	display: block;
/* 	height: auto !important; */
	margin: 10px 0;
	min-height: 320px;
}
.em-booking-form span.form-tip {
	padding-bottom: 0 !important;
}
#profiel .input-field-dbem_karten {
	display: none;
}
#profiel .input-dbem_naam_kartteam {
	display: none;
}
#profiel .input-field-dbem_datumtest {
	display: none;
}
#profiel .input-field-dbem_betalingswijze {
	display: none;
}
.input-dbem_toon_gegevens_op_de_website label {
	padding-right: 20px;
}

input#email {
	display: block;
	border: 1px solid #999999;
	width: 247px;
	padding: 0 10px;
	font-size: 1.1em;
	height: 30px;
	margin-bottom: 20px;
	-moz-box-shadow: inset 0px 1px 3px #cccccc;
	-webkit-box-shadow: inset 0px 1px 3px #cccccc;
	box-shadow: inset 0px 1px 3px #cccccc;
}