/*--------------*/
/* ALGEMENE CSS */
/*--------------*/



:root {
	--main-box-color: #def3de;
	--main-border-color: #4dbb2a;
}



html {
	overflow-y: scroll;
	height: 100%;
	line-height: 1.3;
	-webkit-backface-visibility: hidden;
	/* verhindert flickering op iphone als buttons of links aangeklikt worden */
	-webkit-tap-highlight-color: transparent;
	/* verhindert flickering op iphone als buttons of links aangeklikt worden */
	-webkit-touch-callout: none;
	/*-webkit-user-select: none; */
	-webkit-text-size-adjust: none;
	/* -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
	touch-action: manipulation;
}

a,
img {
	border: none;

}

body {
	font-family: 'Exo 2', sans-serif;
	/* font-family: "Comic Sans MS", "Comic Sans", cursive;*/
	font-size: 11px;
	color: #444444;
	background-color: #c1bfbf;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23444444' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-text-size-adjust: none;
	/* verhindert vergroten lettertypes op iphone */
}

.countdown {
	position: relative;
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

.countblocker {
	background-color: #e8f7fc;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 100;
}


table {
	*border-collapse: collapse;
	/* IE7 en lager */
	border-collapse: collapse;
	border-spacing: 0;
}

body.mail {
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
	background: none;
	color: #444444;
	margin: 10px;
	padding: 0;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
}

table.mail {
	*border-collapse: collapse;
	/* IE7 en lager */
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	margin: 10px;
}



.mail {
	margin-left: 10px;
}

td.highlight {
	font-weight: bold;
	color: blue;
}

/* exo 2 */

/* exo-2-regular - latin */
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/exo-2-v3-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Exo 2'), local('Exo2-Regular'),
		url('../fonts/exo-2-v3-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/exo-2-v3-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/exo-2-v3-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/exo-2-v3-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/exo-2-v3-latin-regular.svg#Exo2') format('svg');
	/* Legacy iOS */
}

/* exo-2-500 - latin */
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/exo-2-v3-latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Exo 2 Medium'), local('Exo2-Medium'),
		url('../fonts/exo-2-v3-latin-500.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/exo-2-v3-latin-500.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/exo-2-v3-latin-500.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/exo-2-v3-latin-500.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/exo-2-v3-latin-500.svg#Exo2') format('svg');
	/* Legacy iOS */
}

/* exo-2-600 - latin */
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/exo-2-v3-latin-600.eot');
	/* IE9 Compat Modes */
	src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'),
		url('../fonts/exo-2-v3-latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/exo-2-v3-latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/exo-2-v3-latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/exo-2-v3-latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/exo-2-v3-latin-600.svg#Exo2') format('svg');
	/* Legacy iOS */
}

/* exo-2-700 - latin */
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/exo-2-v3-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Exo 2 Bold'), local('Exo2-Bold'),
		url('../fonts/exo-2-v3-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/exo-2-v3-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/exo-2-v3-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/exo-2-v3-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/exo-2-v3-latin-700.svg#Exo2') format('svg');
	/* Legacy iOS */
}


/* fontello */

@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?68607530');
	src: url('../font/fontello.eot?68607530#iefix') format('embedded-opentype'),
		url('../font/fontello.woff?68607530') format('woff'),
		url('../font/fontello.ttf?68607530') format('truetype'),
		url('../font/fontello.svg?68607530#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fontello-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
}

/* fontello */

input[type=button],
input[type=submit],
button {
	font-family: 'Exo 2', sans-serif;
	color: #444444;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	outline: none;
	margin-top: 5px;
	cursor: pointer;
	border: 1px solid #4dbb2a;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
	height: 20px;
	/*padding:7px 15px;*/
	background-color: #ddd;
}

* input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:active

/* moest hover zijn! */
	{
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}


input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
button:active {
	background-color: #ccc;
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

h2,
h3,
h4,
h5 {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
}

p.small {
	line-height: 20%;
}

.green {
	color: green;
}

.popup {
	position: absolute;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	right: 15px;
	top: 15px;
	padding: 2px 3px 2px 3px;
	z-index: 5;
	color: white;
	background-color: black;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 165px;
}

.popup2 {
	position: absolute;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	right: 15px;
	bottom: 15px;
	padding: 2px 3px 2px 3px;
	z-index: 5;
	color: white;
	background-color: black;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 165px;
}

.popup3 {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	margin-left: 580px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 3px 2px 3px;
	z-index: 5;
	color: white;
	background-color: black;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 165px;
}

.popupsmart {
	position: absolute;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	right: 15px;
	bottom: 15px;
	padding: 2px 3px 2px 3px;
	z-index: 5;
	color: white;
	background-color: black;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 165px;
}

.pop_line {
	display: inline-block;
	line-height: 19px;
}

.pop_contract {
	width: 125px;
	display: inline-block;
	margin-left: 4px;
}

.pop_punten {
	display: inline-block;
	margin-right: 2px;
	width: 23px;
	text-align: right;
}

#nakaarten {
	font-family: 'Exo 2', sans-serif;
	color: #444444;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	outline: none;
	margin-top: 5px;
	cursor: pointer;
	border: 1px solid #4dbb2a;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
	height: 20px;
	/*padding:7px 15px;*/
	background-color: #ddd;
}

#nakaarten:hover {
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#nakaarten:active {
	background-color: #ccc;
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}


input {
	background: #FFFFFF;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
	border: 1px solid #4dbb2a;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-family: 'Exo 2', sans-serif;
}

input[type="checkbox"] {
	background: transparent;
	display: box;
	text-align: center;
	margin: 1px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid transparent;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
}

textarea {
	width: 732px;
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
	background: #ffffff;
	resize: none;
	overflow: hidden;
	padding: 8px;
	outline: none;
	border: 1px solid #4dbb2a;
	border-color: #aaa #aaa #aaa #aaa;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea:hover {
	outline: none;
	border: 1px solid #4dbb2a;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	background: #FFF
}



ul,
li {
	style: none;
}

.superscript {
	position: relative;
	top: -0.8em;
	font-size: 9px;
	font-weight: normal;
}

/*
input {
    font-size: 11px;
    padding-left: 5px;
    height: 13px;
    line-height: 15px;
}
*/

select {
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
	height: 19px;
	line-height: 19px;
}

.spelverloop select {
	/* voor IOS *, anders wordt select2 gebruikt */
	-webkit-appearance: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #4dbb2a;
	white-space: nowrap;
	padding: 0 0 0 0px;
	color: #444;
	text-decoration: none;
	font-weight: 600;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	font-size: 16px;
	text-align: -webkit-center;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin: auto;
	padding-left: 10px;
}

.spelverloop select:hover {
	/* voor IOS *, anders wordt select2 gebruikt */
	-webkit-appearance: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgb(255, 125, 125);
	border: 1px solid rgba(255, 0, 0, .5);
	white-space: nowrap;
	position: relative;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 0px;
	color: #444;
	text-decoration: none;
	font-weight: 600;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	text-align: -webkit-center;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin: auto;
	padding-left: 10px;
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

a:link {
	color: #444444;
	text-decoration: none;
}

a:visited {
	color: #444444;
	text-decoration: none;
}

.containertafel a:link {
	color: #859FAB;
	font-size: 30px;
}

.containertafel a:visited {
	color: #859FAB;
	font-size: 30px;
}

.containertafel a:hover {
	color: #859FAB;
	font-size: 30px;
}

.containertafel a:active {
	color: #859FAB;
	font-size: 30px;
}


a:visited {

	text-decoration: none;
}

a:hover {

	text-decoration: none;
}

a:active {

	text-decoration: none;
}

/*------------------------*/
/* DIV'S OP ALLE PAGINA'S */
/*------------------------*/

.maindiv {
	min-height: 100%;
	position: relative;
}

.homewrapper {
	/* container voor header */
	position: relative;
	width: 750px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	margin: 0px;
	height: 95px;
}

.noheader {
	margin: 0px;
	height: 5px;
}

.shadow {
	-webkit-filter: drop-shadow(0px 0px 3px #444);
	filter: drop-shadow(0px 0px 3px #444);
	/* Same syntax as box-shadow */
}

.schaduw {
	-webkit-filter: drop-shadow(0px 0px 3px rgba(215, 40, 40, .8));
	filter: drop-shadow(0px 0px 3px rgba(215, 40, 40, .8));
	/* Same syntax as box-shadow */
}

.loginwrap {
	z-index: 999;
	display: flex;
	align-items: center;
	height: 24px;
	width: 18px;
}


.loginsymbool {
	float: right;
	height: 100%;
	width: 20px;
}

.newsymbool {
	z-index: 999;
	position: absolute;
	left: 592px;
	top: 3px;
	height: 9px;
	color: #ffffff;


}

.newwrap {
	z-index: 999;
	display: flex;
	align-items: center;
	height: 9px;
	width: 25px;
	border: 1px solid red;
	font-size: 7px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	background-color: red;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.loginsymboolcontainer {
	position: absolute;
	height: 0px;
	top: 4px;
	right: 5px;
	text-align: right;
	z-index: 999;
}

.login {
	background-color: #e8f7fc;
	color: #444444;
	border: 1px solid #00bbff;
	width: 738px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: -2px;
	text-align: center;
}

.loginfield {
	margin-bottom: 5px;
}

.newcomment {
	background-color: #e8f7fc;
	color: #444444;
	border: 1px solid #00bbff;
	width: 738px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: left;
}

.wachtwoordvergeten {
	margin-bottom: 2px;
	font-size: 9px;
}


.homebuttons {
	position: relative;
	width: 750px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	margin-bottom: 5px;
	clear: both;
	background-color: #444444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.shifthomebuttons {
	padding-left: 11px;
	width: 739px;
}

.pagewrapper {
	padding-bottom: 80px;

}

.footer {
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1.3;
}

.actie {
	background-color: #def3de;
	color: #1a1a1c;
	border: 1px solid #4dbb2a;
	width: 738px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#actietv {
	font-size: 16px;
	line-height: 15px;
}

.actie-row {
	display: block;
	margin: 2px 0;
}

.actie-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	text-decoration: none;
}

.actie-text {
	flex: 1;
}

.actie-live {
	white-space: nowrap;
}

#online_logo {
	color: #00cc00;
	font-size: 6px;
	-webkit-filter: drop-shadow(0px 0px 3px #00cc00);
	filter: drop-shadow(0px 0px 3px #00cc00);
	/* Same syntax as box-shadow */
	padding-right: 1px;
	vertical-align: 2px;
}

#offline_logo {
	color: red;
	font-size: 6px;
	-webkit-filter: drop-shadow(0px 0px 3px red);
	filter: drop-shadow(0px 0px 3px red);
	/* Same syntax as box-shadow */
	padding-right: 1px;
	vertical-align: 2px;
}

.actiesmart {
	background-color: #DBFCD7;
	color: green;
	font-size: 15px;
	border: 1px solid green;
	width: 738px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.fout {
	background-color: #FFE3E3;
	color: red;
	border: 1px solid red;
	width: 738px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
}

.beta {
	position: absolute;
	font-family: 'Exo 2', sans-serif;
	font-size: 10px;
	right: 0px;
	top: 2px;
	padding: 2px 3px 2px 3px;
	z-index: 9999;
	color: white;
	background-color: red;
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.refreshgrafiek {
	float: right;
	font-size: 16px;
	padding-right: 5px;
	line-height: 15px;
}

#fa_wit {
	color: white;
}

#fa_wit:hover {
	color: white;
}

#fontello_vuilbak {
	vertical-align: -5%;
}

#fontello_wijn_klein {
	font-size: 5px;
}

span.drink {
	position: absolute;
	top: 0;
	left: 0;
}

span.drinknaam {
	position: absolute;
	top: 0;
	left: 75px;
}


#booze_drinklogo_bier {
	font-size: 40px;
}

#booze_drinklogo_fris {
	font-size: 37px;
}

#booze_drinklogo_water {
	font-size: 53px;
}

#booze_drinklogo_duvel {
	font-size: 42px;
}

#fontello_schuiven {
	vertical-align: -6%;
	padding-left: 3px;
}

#fontello_vuilbak_klein {
	font-size: 8px;
	padding-left: 1px;
}

#fontello_terugkeren {
	padding-right: 3px;
	font-size: 20px;
}

#fontello_nextdealer {
	font-size: 10px;
	vertical-align: 10%;
}

#fontello_deler {
	color: #1C3A48;
}

#fa_wit :hover {
	color: white;
}

#fa_groen {
	color: #86c441;
}

#fontello_cup_gold {
	color: #ffc70f;
	float: left;
	opacity: 0.7;
	padding-left: 3px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fontello_cup_gold_big {
	color: #ffc70f;
	font-size: 9px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fontello_cup_silver {
	color: #c0c0c0;
	float: left;
	opacity: 0.7;
	padding-left: 3px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fontello_cup_silver_big {
	color: #c0c0c0;
	font-size: 9px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fontello_cup_bronze {
	color: #c47d34;
	float: left;
	opacity: 0.7;
	padding-left: 3px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fontello_cup_bronze_big {
	color: #c47d34;
	font-size: 9px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fontello_cup_gold_def {
	color: #ffc70f;
	float: left;
	padding-left: 3px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fontello_cup_silver_def {
	color: #c0c0c0;
	float: left;
	padding-left: 3px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fontello_cup_bronze_def {
	color: #c47d34;
	float: left;
	padding-left: 3px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fa_star_gold {
	color: #ffc70f;
	float: left;
	padding-left: 2px;
	padding-top: 2px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	opacity: 0.5;
}

#fa_star_silver {
	color: #c0c0c0;
	float: left;
	padding-left: 2px;
	padding-top: 2px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	opacity: 0.5;
}

#fa_star_bronze {
	color: #c47d34;
	float: left;
	padding-left: 2px;
	padding-top: 2px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	opacity: 0.5;
}

#fa_star_gold_def {
	color: #ffc70f;
	float: left;
	padding-left: 2px;
	padding-top: 2px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fa_star_silver_def {
	color: #c0c0c0;
	float: left;
	padding-left: 2px;
	padding-top: 2px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fa_star_bronze_def {
	color: #c47d34;
	float: left;
	padding-left: 2px;
	padding-top: 2px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

#fa_star_gold_small {
	color: #ffc70f;
	font-size: 6px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}


#fa_star_silver_small {
	color: #c0c0c0;
	font-size: 6px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fa_star_bronze_small {
	color: #c47d34;
	font-size: 6px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fa_star_gold_big {
	color: #ffc70f;
	font-size: 10px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fa_star_silver_big {
	color: #c0c0c0;
	font-size: 10px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fa_star_bronze_big {
	color: #c47d34;
	font-size: 10px;
	padding-right: 0.5px;
	padding-bottom: 0px;
}

#fontello_star_gold_klein {
	color: #ffc70f;
	font-size: 6px;
	padding-bottom: 0px;
	text-shadow: none;
}

#fontello_star_silver_klein {
	color: #c0c0c0;
	font-size: 6px;
	padding-bottom: 0px;
	text-shadow: none;
}

#fontello_star_bronze_klein {
	color: #c47d34;
	font-size: 6px;
	padding-bottom: 0px;
	text-shadow: none;
}

#fontello_kroon_gold {
	float: left;
	color: #ffc70f;
	font-size: 14px;
}

#fontello_kroon_silver {
	float: left;
	color: #c0c0c0;
	font-size: 14px;
}

#fontello_kroon_bronze {
	float: left;
	color: #c47d34;
	font-size: 14px;
}

#fontello_lantaarn {
	float: left;
	color: red;
	padding-right: 1px;
	font-size: 12px;
}

#fontello_cup_gold_small {
	color: #ffc70f;
	font-size: 6px;
	padding-bottom: 0px;
}

#fontello_cup_silver_small {
	color: #c0c0c0;
	font-size: 6px;
	padding-bottom: 0px;
}

#fontello_cup_bronze_small {
	color: #c47d34;
	font-size: 6px;
	padding-bottom: 0px;
}

#fontello_kroon_gold_klein {
	color: #ffc70f;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	vertical-align: 35%;
}

#fontello_kroon_silver_klein {
	color: #c0c0c0;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	vertical-align: 35%;
}

#fontello_kroon_bronze_klein {
	color: #c47d34;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	vertical-align: 35%;
}

#fontello_kroon_gold_klein_def {
	float: left;
	padding-left: 2px;
	color: #ffc70f;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	margin-bottom: -1px;
}

#fontello_kroon_silver_klein_def {
	float: left;
	padding-left: 2px;
	color: #c0c0c0;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	margin-bottom: -1px;
}

#fontello_kroon_bronze_klein_def {
	float: left;
	padding-left: 2px;
	color: #c47d34;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	margin-bottom: -1px;
}

#fontello_lantaarn_klein_def {
	color: red;
	padding-right: 3px;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);

}

#fontello_lantaarn_klein_def {
	color: red;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);

}

#fontello_pot {
	text-shadow: none;
	font-size: 70px;
	padding-bottom: 20px;
}

#fontello_down {
	color: #ff0000;
	text-shadow: none;
	font-size: 7px;
}

#fontello_up {
	color: #00cc00;
	text-shadow: none;
	font-size: 7px;
}

#fontello_lantaarn_klein {
	color: red;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
	margin-bottom: -1px;
	vertical-align: 13%;
}

#fontello_bank {
	font-size: 12px;
	text-shadow: none;
}

#fontello_record {
	font-size: 12px;
	text-shadow: none;
}

#fontello_record_pos {
	font-size: 12px;
	text-shadow: none;
	color: green;
}

#fontello_seasonrecord_pos {
	font-size: 12px;
	text-shadow: none;
	color: green;
	opacity: 0.4;
}

#fontello_record_neg {
	font-size: 12px;
	text-shadow: none;
	color: red;
}

#fontello_seasonrecord_neg {
	font-size: 12px;
	text-shadow: none;
	color: red;
	opacity: 0.4;
}

#fontello_record_pos_groot_alltime {
	font-size: 35px;
	text-shadow: none;
	color: green;
}

#fontello_record_neg_groot_alltime {
	font-size: 35px;
	text-shadow: none;
	color: red;
}

#fontello_record_pos_groot {
	font-size: 35px;
	text-shadow: none;
	color: green;
	opacity: 0.25;
}

#fontello_record_neg_groot {
	font-size: 35px;
	text-shadow: none;
	color: red;
	opacity: 0.25;
}

#fontello_seizoen {
	text-shadow: none;
	font-size: 13px;
}

#fontello_header {
	text-shadow: none;
	font-size: 14px;
	padding-left: 4px;
}

#fontello_header_gebruik {
	text-shadow: none;
	font-size: 14px;
	padding-left: 4px;
}

#fontello_header_comp {
	text-shadow: none;
	font-size: 14px;
	padding-left: 4px;
}

#fontello_header_cog {
	text-shadow: none;
	font-size: 14px;
	padding-right: 4px;
	color: white;
}

#fontello_header_kaartings {
	text-shadow: none;
	font-size: 14px;
	padding-left: 4px;
}

#fontello_header2 {
	text-shadow: none;
	font-size: 16px;
	padding-left: 4px;
	vertical-align: -5%;
}

#fontello_header3 {
	text-shadow: none;
	font-size: 15px;
	padding-left: 4px;
	vertical-align: -5%;
}

#fontello_header4 {
	text-shadow: none;
	font-size: 15px;
	padding-left: 2px;
	vertical-align: -12%;
}

#fontello_verderkaarten {
	text-shadow: none;
	font-size: 15px;
	color: #86c441;
	padding-left: 2px;
	vertical-align: -5%;
}

#fontello_verwijderen {
	text-shadow: none;
	font-size: 12px;
	color: #cccccc;
	padding-left: 2px;
}

#fontello_schuifknop {
	text-shadow: none;
	font-size: 23px;
	color: #E3E3E3;
	padding-left: 3px;
}

#fontello_kaarten {
	text-shadow: none;
	font-size: 20px;
	color: #E3E3E3;
	vertical-align: 15%;
}




/* NAVIGATIE */

.clear {
	clear: both
}

/* remove the list style */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	float: left;
	display: block;
	width: 140px;
	background: rgb(68, 68, 68);
	/* Fall-back for browsers that don't support rgba */
	background: rgba(68, 68, 68, .9);
	position: relative;
	z-index: 500;
	margin: 0 3px;
}

/* this is the parent menu */
#nav li a {
	font-family: 'Exo 2', sans-serif;
	display: block;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	color: white;
	height: 24px;
	line-height: 24px;

}

#nav li a:hover {
	color: white;
}

#nav a.selected {
	color: #f00;
}

/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	width: 136px;
	height: 22px;
	float: left;
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
	font-family: 'Exo 2', sans-serif;
	font-size: 10px;
	display: block;
	height: 15px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	color: white;
	z-index: 5;
}





/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin: 0 0 0 -2px;
}


/*----------------------------------------------*/
/* DATATABLES ALLE PAGINA'S (SOMS NIET IN ALLE) */
/*----------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}

.dataTable {
	clear: both;
	width: 100%;
}

.dataTables_wrapper {
	clear: both;
	position: relative;
	width: 100%;
}

.dataTablecontainer {
	position: relative;
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.dataTables_wrapper table.dataTable_standaard tfoot tr.leeg {
	border: 1px solid transparent;
	border-top: 1px solid #4dbb2a;
	border-bottom: 1px solid #4dbb2a;
	background-color: #c1bfbf;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23444444' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.dataTables_wrapper table.dataTable_standaard tfoot tr.leegbottom {
	border: 1px solid transparent;
	border-top: 1px solid #4dbb2a;
	border-bottom: 1px solid transparent;
	background-color: #c1bfbf;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23444444' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.dataTables_wrapper table.dataTable_standaard tfoot tr.leegleeg {
	border: 1px solid transparent;
	border-top: 1px solid #4dbb2a;
	background-color: #c1bfbf;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23444444' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.dataTables_wrapper table.dataTable_standaard tfoot tr.leegeinde {
	border: 1px solid transparent;
	border-top: 1px solid #4dbb2a;
	border-bottom: 1px solid transparent;
	background-color: #c1bfbf;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23444444' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.dataTables_wrapper table.dataTable_standaard tfoot td.leeg {
	height: 5px;
}

table.dataTable_standaard td.leeg {
	height: 5px;
}

.dataTables_wrapper table.dataTable_standaard tfoot td.leegleeg {
	height: 0px;
}



.dataTables_wrapper table.dataTable_standaard tfoot tr.hidden {
	border: 1px solid transparent;
	border-top: 1px solid #4dbb2a;
	background-color: #c1bfbf;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23444444' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	display: none;
}

.dataTables_wrapper table.dataTable_standaard tfoot tr.titel {
	border: 1px solid #4dbb2a;
}

table.dataTable_standaard tbody td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted #def3de;
	height: 16px;
}

table.dataTable_ranking tr {
	background-color: white;
	/* IE8 en lager supporten geen nth-of-type */
}

table.dataTable tfoot td {
	height: 19px;
	line-height: 19px;
}

table.dataTable tfoot td.foothead {
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #def3de;
}

table.dataTable thead th.partnerstats {
	line-height: 20px;
	height: 20px;
	text-align: left;
	background-color: #def3de;
	padding-left: 10px;
}

table.dataTable tfoot td.footheadnaam {
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	background-color: #def3de;
	color: #444444;
	text-transform: uppercase;
}

table.dataTable tfoot td.footheadnaam2 {
	font-weight: 600;
	text-align: left;
	padding-left: 5px;
	background-color: #def3de;
}

table.dataTable tfoot td.footheadnaam3 {
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
	background-color: #def3de;
}

table.dataTable tfoot td.statnaam {
	border: 1px dotted #def3de;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
}

table.dataTable tfoot td.stats {
	border: 1px dotted #def3de;
	text-align: center;
}

table.dataTable tfoot td.stats2 {
	border: 1px dotted #def3de;
	text-align: right;
	padding-right: 20px;
}

table.dataTable tfoot td.stats3 {
	border-bottom: 1px dotted #def3de;
	padding-left: 20px;
}

table.dataTable tfoot td.statsranking {
	border: 1px dotted #def3de;
	padding-left: 10px;
}

table.dataTable tfoot td.statsrankinggeenboord {
	border: 1px dotted #def3de;
	border-left: 1px solid transparent;
}

table.dataTable tfoot td.statsrankingzwart {
	border: 1px dotted #def3de;
	font-weight: normal;
	text-align: center;
	border-right-style: hidden;
}

table.dataTable tfoot td.statsrankinggroen {
	color: green;
	border: 1px dotted #def3de;
	text-align: center;
}

table.dataTable tfoot td.statsrankingleeg {
	color: green;
	border: 1px dotted #def3de;
	font-weight: normal;
	text-align: center;
	border-left-style: hidden;
}

.dataTables_wrapper table.dataTable_standaard thead {
	border: 1px solid #4dbb2a;
}

.dataTables_wrapper table.dataTable_standaard tbody {
	border-left: 1px solid #4dbb2a;
	border-right: 1px solid #4dbb2a;
}

.dataTables_wrapper table.dataTable_standaard tfoot {
	border-bottom: 1px solid #4dbb2a;
}

.dataTables_wrapper table.dataTable_standaard tfoot tr {
	border-left: 1px solid #4dbb2a;
	border-right: 1px solid #4dbb2a;
}

.dataTable tfoot {
	background-color: white;
	/* IE8 en lager supporten geen nth-of-type */
}

.dataTable tfoot tr:nth-of-type(even) {
	background-color: #f5f5f5;
}

.dataTable tfoot tr:nth-of-type(odd) {
	background-color: white;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 40px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 12px;
	background-color: white;
}

.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

/*---------------*/
/* RANGSCHIKKING */
/*---------------*/

.positive {
	color: #4dbb2a;

}

.negative {
	color: red;

}

.afgezeten {
	color: #4dbb2a;
	font-weight: bold;
}

.refresh {
	position: relative;
	height: 0px;
	left: 5px;
	top: 3px;
	float: left;
	z-index: 5;
	font-size: 20px;
}

.relative {
	position: relative;
}

.pot {
	position: absolute;
	text-align: center;
	width: 160px;
	font-size: 14px;
	font-weight: 600;
	left: auto;
	right: auto;
	top: 10px;
	z-index: 3;
	color: #00cc00;
}

.potimage {
	position: absolute;
	width: 160px;
	text-align: center;
	left: auto;
	right: auto;
	top: -45px;
	z-index: 1;
}

.potarchief {
	position: absolute;
	text-align: center;
	width: 110px;
	font-size: 11px;
	font-weight: 600;
	left: 0px;
	top: 27px;
}

.potimagearchief {
	position: absolute;
	width: 110px;
	text-align: center;
	left: 0px;
	top: -25px;
	z-index: 1;
}

.potarchiefcup {
	position: absolute;
	text-align: center;
	width: 110px;
	font-size: 11px;
	font-weight: 600;
	left: 5px;
	top: 27px;
}

.potimagearchiefcup {
	position: absolute;
	width: 120px;
	text-align: center;
	left: 0px;
	top: -25px;
	z-index: 1;
}

.potalltime {
	position: absolute;
	text-align: center;
	width: 110px;
	font-size: 11px;
	font-weight: 600;
	left: 0px;
	top: 27px;
}

.potimagealltime {
	position: absolute;
	width: 110px;
	text-align: center;
	left: 0px;
	top: -25px;
	z-index: 1;
}

.logowrapper {
	display: inline-block;
	overflow: hidden;
	height: 12px;
}

.logos {
	float: left;

}



.cupgold {
	position: relative;
	height: 0px;
	left: -4px;
	top: 60px;
	z-index: 5;
}

.cupsilver {
	position: relative;
	height: 0px;
	left: -4px;
	top: 87px;
	z-index: 5;
}

.cupbronze {
	position: relative;
	height: 0px;
	left: -4px;
	top: 114px;
	z-index: 5;
}

.titelgrafiekxkaarting {
	position: relative;
	font-size: 11px;
	border-top: 1px solid #4dbb2a;
	border-left: 1px solid #4dbb2a;
	border-right: 1px solid #4dbb2a;
	font-weight: 600;
	width: 738px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #def3de;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.titelgrafiek {
	position: relative;
	font-size: 11px;
	border-top: 1px solid #4dbb2a;
	border-left: 1px solid #4dbb2a;
	border-right: 1px solid #4dbb2a;
	font-weight: 600;
	width: 738px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #def3de;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
}

.grafiek {
	background-color: white;
	color: #444444;
	border: 1px solid #4dbb2a;
	width: 738px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	text-align: center;
}

.titelarchief {
	font-size: 12px;
	border: 1px solid #4dbb2a;
	font-weight: 600;
	width: 732px;
	padding: 8px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	background-color: #def3de;
	text-align: center;
}




table.dataTable thead th {
	text-align: center;
	background-color: #def3de;
	font-weight: 600;
	cursor: pointer;
	padding-top: 0px;
	border-bottom: 1px solid #4dbb2a;
}

table.dataTable thead th.rankingheader {
	vertical-align: bottom;
	text-align: center;
	background-color: #def3de;
	border-left: 1px dotted #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}

table.dataTable thead th.rankingheadersolid {
	vertical-align: bottom;
	text-align: center;
	background-color: #def3de;
	border-left: 1px solid #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}

table.dataTable thead th.rankingheaderpunten {
	vertical-align: bottom;
	text-align: center;
	background-color: #def3de;
	border-left: 1px solid #aaa;
	border-right: 1px dotted #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}


table.dataTable td.ranknummer {
	text-align: right;
	width: 29px;
	padding-left: 5px;
	border-right-style: hidden;

}

table.dataTable td.ranknummercup {
	text-align: right;
	width: 29px;
	padding-left: 5px;
	border-right-style: hidden;
}

table.dataTable td.middle {
	text-align: center;
}

table.dataTable td.paddingleft {
	padding-left: 22px;
}

table.dataTable td.ranknaam {
	font-weight: 500;
	text-align: left;
	padding-left: 0px;
	border-left-style: hidden;
	border-right: 1px solid #DEDEDE;
}

table.dataTable td.partnerstats {
	text-align: left;
	padding-left: 20px;
}

table.dataTable td.losingstreak {
	text-align: center;
	border-right: 1px solid #DEDEDE;
}

table.dataTable td.partnernaam {
	text-align: left;
	padding-left: 5px;
	border-left: 1px solid #DEDEDE;
}

table.dataTable td.evolutie {
	text-align: right;
	border-right: 0px;
	border-right-style: hidden;

}

table.dataTable td.rankvorig {
	font-size: 8px;
	text-align: left;
	padding-right: 3px;
	vertical-align: top;
}

tbody.ranking tr {
	background-color: white;
	/* IE8 en lager supporten geen nth-of-type */
}

tbody.ranking tr:nth-of-type(even) {
	background-color: #f5f5f5;
}

tbody.ranking tr:nth-of-type(odd) {
	background-color: white;
}

/*-----------*/
/* KAARTINGS */
/*-----------*/


.containeralle {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	clear: both;
}

.containerfilter {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.dataTables_length {
	float: left;
	width: 50%;
	font-weight: normal;
	padding-left: 8px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dataTables_boozefilter {
	float: left;
	text-align: left;
	font-weight: normal;
	width: 25%;
	padding-top: 7px;
	padding-right: 0px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
}

.dataTables_info {
	clear: both;
	float: left;
	color: #444444;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 5px;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

.live {
	float: right;
	line-height: 12px;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: 600;
}

.kaartingswitch {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.kaartingswitchbutton {
	float: right;
	width: 90px;
	border: 1px solid #4dbb2a;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 8px;
	padding: 2px;
	color: #444444 !important;
	height: 14px;
	line-height: 14px;
	background-color: #ddd;
}

.kaartingswitchbuttonactive {
	float: right;
	width: 90px;
	border: 1px solid #4dbb2a;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 8px;
	padding: 2px;
	color: #444444 !important;
	height: 14px;
	line-height: 14px;
	background-color: white;
}

.kaartingswitchbutton:hover {
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}


table.dataTable_alle tbody td {
	padding: 3px 20px;
	padding: 3px 20px;
	font-weight: normal;
}

table.dataTable td.group {
	background-color: #def3de;
	font-weight: 600;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 1;
	position: relative;
}

.paging_full_numbers {
	height: 34px;
	line-height: 34px;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #4dbb2a;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.paging_full_numbers a.paginate_active {
	background-color: white;
}

.dataTables_wrapper table.dataTable_alle thead {
	display: none;
}

table.dataTable_alle tr {
	background-color: white;
	/* IE */
}

table.dataTable_alle tr:nth-last-of-type(5n+1) {
	background-color: #F5F5F5;
}

table.dataTable_alle tr:nth-last-of-type(5n+2) {
	background-color: white;
}

table.dataTable_alle tr:nth-last-of-type(5n+3) {
	background-color: #F5F5F5;
}

table.dataTable_alle tr:nth-last-of-type(5n+4) {
	background-color: white;
}

table.dataTable_alle tr:nth-last-of-type(5n+5) {
	background-color: #F5F5F5;
}

/* KAARTINGS MET 5 */

table.dataTable_alle5 tbody td {
	padding: 3px 20px;
	padding: 3px 20px;
	font-weight: normal;
}

.dataTables_wrapper table.dataTable_alle5 thead {
	display: none;
}

table.dataTable_alle5 tr {
	background-color: white;
	/* IE */
}

table.dataTable_alle5 tr:nth-last-of-type(6n+1) {
	background-color: white;
}

table.dataTable_alle5 tr:nth-last-of-type(6n+2) {
	background-color: #F5F5F5;
}

table.dataTable_alle5 tr:nth-last-of-type(6n+3) {
	background-color: white;
}

table.dataTable_alle5 tr:nth-last-of-type(6n+4) {
	background-color: #F5F5F5;
}

table.dataTable_alle5 tr:nth-last-of-type(6n+5) {
	background-color: white;
}

table.dataTable_alle5 tr:nth-last-of-type(6n+6) {
	background-color: #F5F5F5;
}




/*-------------------------------*/
/* LOPENDE KAARTING EN XKAARTING */
/*-------------------------------*/

.verwijderen {
	/* enkel bij lopende kaarting */
	position: relative;
	height: 0px;
	top: 105px;
	left: 5px;
	z-index: 5;
}

.terugkeren {
	/* enkel bij lopende kaarting */
	position: relative;
	float: right;
	height: 0px;
	top: 2px;
	right: 8px;
	z-index: 5;
}

.volgendedeler {
	/* enkel bij lopende kaarting */
	width: 748px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 0px;
	top: 105px;
	text-align: right;
	font-size: 14px;
	right: 8px;
	font-weight: 600;
	z-index: 5;
}

.malheurkecheckbox {
	width: 100px;
	padding: 0px;
	position: relative;
	height: 0px;
	top: 107px;
	text-align: left;
	font-size: 11px;
	left: 7px;
	font-weight: normal;
	z-index: 5;

}

.malheurke {
	width: 100px;
	padding: 0px;
	position: relative;
	height: 0px;
	top: 110px;
	text-align: left;
	font-size: 14px;
	left: 40px;
	font-weight: 600;
	z-index: 5;

}


.divtabelspelwrapper {
	border: 1px dashed transparent;
	width: 235px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.divtabelspellinks {
	border: 1px dashed transparent;
	width: 55px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.divtabelspelrechts {
	border: 1px dashed transparent;
	width: 175px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: normal;
}

.vuilbaktabel {
	float: right;
	line-height: 12px;
	z-index: 9999;
}

.vuilbaknaam {
	float: right;
	line-height: 13px;
	font-size: 9px;
	padding-top: 2px;

}

.ruimtebovencomments {
	padding: 0px;
}


.commentsheader {
	border: 1px solid #4dbb2a;
	font-weight: 600;
	width: 728px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #def3de;
}

.commentsnaam {
	border-top: 1px solid #4dbb2a;
	border-left: 1px solid #4dbb2a;
	border-right: 1px solid #4dbb2a;
	width: 736px;
	padding: 4px 4px 4px 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #fafafa;
}

.comments {
	border: 1px solid #4dbb2a;
	border-top: 1px dotted #aaa;
	width: 736px;
	padding: 8px 4px 8px 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: white;
}

.geencomments {
	border: 1px solid #4dbb2a;
	width: 736px;
	padding: 4px 4px 4px 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: white;
}

.commentsedit {
	float: right;
	font-weight: normal;
}

.commentarea {
	margin-top: 30px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.commentsinloggen {
	border: 1px solid #4dbb2a;
	width: 736px;
	padding: 4px 4px 4px 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: white;
}

.recordtagcontainer {
	position: absolute;
	width: 100px;
	left: 175px;
	top: 21px;
	padding-top: 4px;
}

.kleurentagcontainer {
	background-color: red;
	position: absolute;
	width: 100px;
	left: 250px;
	top: 0px;
	padding-top: 4px;
}

.recordtagcontainer5 {
	position: absolute;
	width: 100px;
	left: 165px;
	top: 21px;
	padding-top: 4px;
}

.kleurentagcontainer5 {
	position: absolute;
	width: 100px;
	left: 165px;
	top: 0px;
	padding-top: 4px;
}

.alltimerecordtagpos {
	position: relative;
	float: right;
	z-index: 5;
}

.alltimerecordtagneg {
	position: relative;
	float: right;
	z-index: 5;
}

.recordtagpos {
	position: relative;
	float: right;
	z-index: 5;
}

.recordtagneg {
	position: relative;
	float: right;
	z-index: 5;
}

.puntentotaalspeler {
	font-size: 45px;
	line-height: 40px;
}

.cententotaalspeler {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;

}


table.dataTable_standaard {
	font-size: 11px;
}



table.dataTable thead th.info {
	line-height: 15px;
	height: 15px;
	text-align: left;
	background-color: #def3de;
	padding-left: 10px;
}

table.dataTable thead th.naam {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	width: 95px !important;
	height: 20px;
	background-color: #def3de;
	border-bottom: 0px solid white;
	padding-top: 10px;
	text-transform: uppercase;
}

table.dataTable thead th.naammobile {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	width: 95px !important;
	background-color: #def3de;
	border-bottom: 0px solid white;
	padding-top: 5px;
}

table.dataTable td.right {
	text-align: right;
}

table.dataTable td.left {
	text-align: left;
	padding-left: 4px;
}

table.dataTable td.leftalle {
	text-align: left;
	padding-left: 20px;
}

td.spelers {
	text-align: center;
	border: 1px solid #def3de;
	padding: 3px 10px;
}

th.puntentotaalneg {
	text-align: center;
	color: red;
}

th.puntentotaalpos {
	text-align: center;
	color: green;
}

tbody.tabelspel tr {
	/* IE */
	background-color: white;
}

tbody.tabelspel tr:nth-last-of-type(8n+5) {
	background-color: #F5F5F5;
}

tbody.tabelspel tr:nth-last-of-type(8n+6) {
	background-color: #F5F5F5;
}

tbody.tabelspel tr:nth-last-of-type(8n+7) {
	background-color: #F5F5F5;
}

tbody.tabelspel tr:nth-last-of-type(8n+8) {
	background-color: #F5F5F5;
}

/* variant zebra voor 5 spelers  */

tbody.tabelspel5 tr {
	/* IE */
	background-color: white;
}

tbody.tabelspel5 tr:nth-last-of-type(10n+6) {
	background-color: #F5F5F5;
}

tbody.tabelspel5 tr:nth-last-of-type(10n+7) {
	background-color: #F5F5F5;
}

tbody.tabelspel5 tr:nth-last-of-type(10n+8) {
	background-color: #F5F5F5;
}

tbody.tabelspel5 tr:nth-last-of-type(10n+9) {
	background-color: #F5F5F5;
}

tbody.tabelspel5 tr:nth-last-of-type(10n+10) {
	background-color: #F5F5F5;
}

/*-------------------*/
/* REGELS EN GEBRUIK */
/*-------------------*/

.regelsindex:hover {
	color: red;
	cursor: pointer;
}

.terug {
	float: right;
}

.terug:hover {
	float: right;
	cursor: pointer;
}

.containerflexindex {
	border: 1px solid #4dbb2a;
	width: 728px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	line-height: 2;
	background-color: white;
}

.containerflex {
	border: 1px solid #4dbb2a;
	width: 728px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: white;
}

.containerflexeinde {
	border: 1px solid #4dbb2a;
	width: 728px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: white;
}

.containerflexheader {
	border: 1px solid #4dbb2a;
	font-weight: 600;
	width: 732px;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #def3de;
}

.regelstitel {
	font-weight: 600;
	padding-bottom: 5px;
}

.regelsondertitel {
	font-weight: 600;
}

.regelscontractnaam {
	padding-left: 10px;
	margin-top: 5px;
	font-weight: 600;
}

.regelscontract {
	padding-left: 28px;
	margin-bottom: 5px;
}

.regelsstatsnaam {
	padding-left: 20px;
	margin-top: 10px;
	font-weight: 600;
}

.regelsstats {
	padding-left: 31px;
	margin-bottom: 5px;
}

.regelsstatsinsprong {
	padding-top: 5px;
	padding-left: 19px;
	margin-bottom: 5px;
}

.containerpoeflog {
	border: 1px solid #4dbb2a;
	width: 728px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	line-height: 1.2;
	background-color: #fafafa;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

/* BOOZELOG */

.containerbooze {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 50px;
	clear: both;
}


.boozelog {
	border: 1px solid #1E292E;
	color: #859FAB;
	width: 728px;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	line-height: 1.2;
	background-color: #1E292E;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.boozelogid {
	display: inline-block;
	font-weight: 200;
	font-size: 7px;
	position: relative;
	top: -0.8em;
}

.boozelogcredit {
	display: inline-block;
	float: right;
	margin-right: 6px;
}

.boozelogsaldo {
	display: inline-block;
	float: right;
	margin-right: 112px;
}

table.boozelogtable {}

table.boozelogtable tbody td {
	font-weight: normal;
}

table.boozelogtable td.uur {
	width: 20px;
	padding-left: 10px;
}

table.boozelogtable td.drinker {
	width: 90px;
	text-align: left;
	padding-left: 10px;
}

table.boozelogtable td.bestelling {
	width: 250px;
	text-align: left;
}

table.boozelogtable td.credit {
	width: 50px;
	text-align: center;
}

table.boozelogtable td.saldo {
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

.dataTables_wrapper table.boozelogtable thead {
	display: none;
}

table.boozelogtable tr {
	background-color: white;
	/* IE */
}

table.boozelogtable tr:nth-last-of-type(6n+1) {
	background-color: white;
}

table.boozelogtable tr:nth-last-of-type(6n+2) {
	background-color: #F5F5F5;
}

table.boozelogtable tr:nth-last-of-type(6n+3) {
	background-color: white;
}

table.boozelogtable tr:nth-last-of-type(6n+4) {
	background-color: #F5F5F5;
}

table.boozelogtable tr:nth-last-of-type(6n+5) {
	background-color: white;
}

table.boozelogtable tr:nth-last-of-type(6n+6) {
	background-color: #F5F5F5;
}

table.boozelogboard {
	color: #859FAB;
}

table.boozelogboard td.group {
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23444444' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-color: #c1bfbf;
	color: #1E292E;
	height: 20px;
	padding-bottom: 0px;

}

table.boozelogboard tbody td {
	font-weight: normal;
}

table.boozelogboard td.uur {
	width: 20px;
	padding-left: 10px;
}

table.boozelogboard td.drinker {
	width: 90px;
	text-align: left;
	padding-left: 10px;
}

table.boozelogboard td.bestelling {
	width: 250px;
	text-align: left;
}

table.boozelogboard td.credit {
	width: 50px;
	text-align: center;
}

table.boozelogboard td.saldo {
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

.dataTables_wrapper table.boozelogboard thead {
	display: none;
}


table.boozelogboard tr {
	background-color: #1E292E;
}

table.boozelogboard tr:nth-last-of-type(6n+1) {
	background-color: #2d3e46
}

table.boozelogboard tr:nth-last-of-type(6n+2) {
	background-color: #1E292E;
}

table.boozelogboard tr:nth-last-of-type(6n+3) {
	background-color: #2d3e46
}

table.boozelogboard tr:nth-last-of-type(6n+4) {
	background-color: #1E292E;
}

table.boozelogboard tr:nth-last-of-type(6n+5) {
	background-color: #2d3e46
}

table.boozelogboard tr:nth-last-of-type(6n+6) {
	background-color: #1E292E;
}




/*---------------------------*/
/* LOPENDE KAARTING PAGINA'S */
/*---------------------------*/

/*---------------------------------*/
/* NIEUWE KAARTING & TAFELPOSITIES */
/*---------------------------------*/

.containerNieuwspel {
	border: 1px solid #4dbb2a;
	width: 748px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/tafel.png');
}

.posities {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 2px solid #aaa;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 31px;
	line-height: 31px;
	text-align: center;
	padding: 0 0 0 0px;
	color: #444;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}

.spelerpositie {
	position: absolute;
	background-color: #1E292E;
	border: 1px solid #627984;
	/* flex-direction: column;*/
	align-items: center;
	/* justify-content: center;*/
	color: #0D2936;
	width: 100px;
	padding: 5px 5px;
	padding-bottom: 7px;
	height: 20px;
	background-color: #84949C;
	border: 1px solid #B9C1C6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(208, 235, 245, 0.5);
	-o-box-shadow: 0 0 5px rgba(208, 235, 245, 0.5);
	box-shadow: 0 0 5px rgba(208, 235, 245, 0.5);
	text-align: center;
	display: block;
}

.positie1 {
	bottom: 0px;
	left: 0px;
}

.positie2 {
	top: 0px;
	left: 0px;
}

.positie3 {
	top: 0px;
	right: 0px;
}

.positie4 {
	bottom: 0px;
	right: 0px;
}


.positie5rechts_1 {
	bottom: 0px;
	left: 0px;
}

.positie5rechts_2 {
	top: 0px;
	left: 0px;
}

.positie5rechts_3 {
	top: 0px;
	right: 0px;
}

.positie5rechts_4 {
	bottom: 63px;
	right: -40px;
}

.positie5rechts_5 {
	bottom: 0px;
	right: 0px;
}

.positie5links_1 {
	bottom: 0px;
	left: 0px;
}

.positie5links_2 {
	bottom: 63px;
	left: -40px;
}

.positie5links_3 {
	top: 0px;
	left: 0px;
}

.positie5links_4 {
	top: 0px;
	right: 0px;
}

.positie5links_5 {
	bottom: 0px;
	right: 0px;
}


.positie1_rond {
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.positie2_rond {
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	left: 0px;
}

.positie3_rond {
	top: 0px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.positie4_rond {
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	right: 0px;
}

.positie2_rond5 {
	top: 55%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	left: 0px;
}

.positie3_rond5 {
	top: 5px;
	left: 25%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.positie4_rond5 {
	top: 5px;
	left: 75%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.positie5_rond5 {
	top: 55%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	right: 0px;
}

.positie1_rond5 {
	bottom: -5px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.positie5staand_1 {
	bottom: 50px;
	left: 0px;
}

.positie5staand_2 {
	top: 0px;
	left: 0px;
}

.positie5staand_3 {
	top: 0px;
	right: 0px;
}

.positie5staand_4 {
	bottom: 50px;
	right: 0px;
}

.positie5staand_5 {
	bottom: 0px;
	right: 99px;
}

table.nieuwspel {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
}

table.tafelshuffle {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
}

td.teksttafelposities {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
}

td.teksttafelshuffle {
	font-weight: 600;
	font-size: 16px;
	width: 100px;
	height: 30px;
}

.divloting {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding-right: 5px;
	margin-bottom: 10px;
}

.lotingtafel {
	border: 1px solid #1E292E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 748px;
	height: 196px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #1E292E;
	font-size: 17px;
	text-align: left;
	letter-spacing: 0px;
	position: relative;
}

.loting_wrappersmal {
	position: relative;
	border: 1px dashed transparent;
	display: block;
	width: 595px;
	margin: auto;
	top: 40%;
	transform: translate(0%, -40%);
	-webkit-transform: translate(0%, -40%);
}

.loting_wrapperbreed {
	position: relative;
	border: 1px dashed transparent;
	display: block;
	width: 715px;
	margin: auto;
	top: 40%;
	transform: translate(0%, -40%);
	-webkit-transform: translate(-0%, -40%);
}

.lotingvraag {
	color: #859FAB;
	position: relative;
	top: 5px;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.tafelloting {
	float: left;
	color: #0D2936;
	width: 100px;
	padding: 5px 5px;
	padding-bottom: 7px;
	height: 20px;
	background-color: #84949C;
	border: 1px solid #B9C1C6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(208, 235, 245, 0.5);
	-o-box-shadow: 0 0 5px rgba(208, 235, 245, 0.5);
	box-shadow: 0 0 5px rgba(208, 235, 245, 0.5);
	text-align: center;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.spelerloting {
	float: left;
	align-items: center;
	width: 100px;
	padding: 5px 5px;
	padding-bottom: 7px;
	height: 20px;
	background-color: #84949C;
	border: 1px solid #B9C1C6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	display: block;
	background-color: #FFA339;
	color: #35220C;
	-webkit-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	-o-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	box-shadow: 0 0 6px rgba(255, 132, 0, 0.8);
	border: 1px solid #ffcf69;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}




/*------------*/
/* BEPAALSPEL */
/*------------*/

.containertafel {
	border: 1px solid #1E292E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 748px;
	height: 196px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #1E292E;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0px;
	position: relative;
}

.nieuwspel {
	height: 280px;
}

.booze {
	height: 100%;
	margin-top: 15px;
}

.containertafel_flex {
	position: relative;
	border: 1px solid #1E292E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 728px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #1E292E;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0px;

}

.tafelwrapper {
	position: relative;
	border: 1px dashed transparent;
	height: 190px;
}

.tafelwrapper_tafels {
	position: relative;
	border: 1px dashed transparent;
	height: 120px;
}

.tafelwrapper_onder {
	position: relative;
	border: 1px dashed transparent;
	height: 190px;
	width: 428px;
}


.containertafelpoef {
	border: 1px solid #4dbb2a;
	width: 748px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background: url('../images/tafel.png');
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}

.containerlinksrechts {
	position: relative;
	border: 1px dashed transparent;
	height: 133px;
}


.divcontracten {
	position: absolute;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 287px;
	height: 167px;
	top: 7px;
	right: 0;
	font-size: 10px;
	padding: 3px;
	margin-right: 9px;
	margin-top: 3px;
}

.divrechtsonder {
	position: absolute;
	background: #ededed;
	border: 1px solid #444444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 150px;
	height: 42px;
	left: 0;
	bottom: 5px;
	font-size: 10px;
	padding: 3px;
	margin-right: 10px;
}

.divrechts_contract1 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 5px;
	top: 8px;
}

.divrechts_contract2 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 99px;
	top: 8px;
}

.divrechts_contract3 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 193px;
	top: 8px;
}

.divrechts_contract4 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 5px;
	top: 47px;
}

.divrechts_contract5 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 99px;
	top: 47px;
}

.divrechts_contract6 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 193px;
	top: 47px;
}

.divrechts_contract7 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 5px;
	top: 86px;
}

.divrechts_contract8 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 99px;
	top: 86px;
}

.divrechts_contract9 {
	position: absolute;
	border: 1px dashed transparent;
	width: 94px;
	height: 40px;
	left: 193px;
	top: 86px;
}

.divrechts_schuifknop {
	position: absolute;
	border: 1px dashed transparent;
	width: 56px;
	height: 40px;
	left: 5px;
	top: 126px;
}

.divrechts_vuilbak {
	position: absolute;
	border: 1px dashed transparent;
	width: 56px;
	height: 40px;
	left: 63px;
	top: 126px;
}

.divrechts_vuilbak_kleur {
	position: absolute;
	border: 1px dashed transparent;
	width: 56px;
	height: 40px;
	left: 5px;
	top: 126px;
}

.divrechts_kaarten {
	position: absolute;
	border: 1px dashed transparent;
	width: 165px;
	height: 40px;
	left: 122px;
	top: 127px;
}

.divrechts_kaarten_kleur {
	position: absolute;
	border: 1px dashed transparent;
	width: 165px;
	height: 40px;
	left: 66px;
	top: 127px;
}

.divlinks {
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 193px;
	width: 430px;
	z-index: 5;
	left: 0;
}

.divlinks50 {
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 100%;
	width: 317px;
	z-index: 5;
	left: 0;
}

.divlinksvrouwen {
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 100%;
	width: 350px;
	z-index: 5;
	left: 0;
}
}


.divrechts {
	position: absolute;
	border: 1px dashed transparent;
	width: 314px;
	height: 193px;
	right: 0;
	top: 0px;
}

.div2tafels {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 170px;
	width: 250px;
	left: 0;
	top: 0px;
}

.div2tafels_kop {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 170px;
	width: 250px;
	left: 0;
	top: 10px;
}

.div3tafels {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 170px;
	width: 220px;
	left: 0;
	top: 0px;
}

.divtafelslinks {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 170px;
	width: 200px;
	left: 0;
	top: 15px;
}

.divtafelsmidden {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 170px;
	width: 200px;
	left: 0;
	top: 15px;
}

.divtafelsrechts {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 170px;
	width: 200px;
	left: 0;
	top: 15px;
}


.divrechtsvrouwen {
	position: absolute;
	border: 1px dashed transparent;
	width: 395px;
	height: 100%;
	right: 10px;
	top: 1px;
}

.divbevestig {
	position: absolute;
	border: 1px dashed transparent;
	margin: 0px;
	height: 46px;
	width: 370px;
	left: 0;
	top: 141px;
	padding-top: 6px;

}

.divlinks5 {
	border: 1px dashed transparent;
	margin: 0px;
	height: 133px;
	float: right;
	margin-right: 0px;
}

.afzitterkruis {
	position: relative;
	bottom: -55px;
	z-index: 5;
}

td.bepaalspel {
	border: 1px solid transparent;
	height: 50px;
}

td.vuilbak {
	border: 1px solid transparent;
	vertical-align: bottom;
	padding-left: 40px;
}

td.vuilbak5 {
	border: 1px solid transparent;
	vertical-align: bottom;
	width: 70px;
	text-align: center;
}

td.checkboxtafelshuffle {
	border: 1px solid transparent;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 30px;
}

td.vuilbakcheckbox {
	border: 1px solid transparent;
	vertical-align: top;
	padding-left: 10px;
}

td.vuilbakcheckbox5 {
	border: 1px solid transparent;
	vertical-align: top;
	text-align: center;
	padding-right: 7px;
}


td.namen {
	width: 160px;
}

td.namen5 {
	width: 160px;
	border: 1px solid transparent;
}

td.afzitter {
	padding-bottom: 55px;
	width: 80px;
}

/*------------------------------------------------------------------------------------------------*/
/* RESULTAAT SPEL SLAGEN ALLEEN / ABONDANCE / MISERIE ALLEEN / SOLO(SLIM) / VERWIJDEREN / STOPPEN */
/*------------------------------------------------------------------------------------------------*/

.containervraag {
	position: absolute;
	border: 1px dashed transparent;
	height: 50px;
	width: 747px;
}

.containervraagbooze {
	position: absolute;
	border: 1px dashed transparent;
	margin-top: 27px;
	width: 747px;
}

.containervraaglinks {
	position: absolute;
	border: 1px dashed transparent;
	height: 70px;
	width: 100%;
	top: 20px;
}

.containervraaglinksmiserie {
	position: absolute;
	border: 1px dashed transparent;
	height: 35px;
	width: 100%;
	top: 40px;
}

.containerbevestiglinksmiserie {
	position: absolute;
	border: 1px dashed transparent;
	height: 45px;
	width: 100%;
	top: 75px;
}

.containerbevestiglinks {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 100%;
	top: 85px;
}

.aflossen {
	position: relative;
	border: 1px dashed transparent;
	height: 25px;
	width: 425px;
	position: inline-block;
	text-align: right;
	color: #859FAB;
}

.vraag {
	color: #859FAB;
	position: relative;
	top: 7px;
	font-size: 20px;
}

.vraagnieuwspel {
	color: #859FAB;
	position: relative;
	top: 13px;
	font-size: 20px;
}

.vraagBoozeAanwezig {
	color: #859FAB;
	position: relative;
	top: -10px;
	font-size: 50px;
}

.vraagafzit {
	color: #859FAB;
	position: relative;
	font-size: 20px;
}

.vraagtafelpositie {
	color: #859FAB;
	position: relative;
	top: 10px;
	font-size: 20px;
}

.vraaglager {
	color: #859FAB;
	position: relative;
	top: 20px;
	font-size: 20px;
}

.slagen_wrapper {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 747px;
	top: 52px;
}

.divkaarters {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 325px;
	top: 60px;
	left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

.divkaarters_afzit {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 15px;
	padding: 8px 8px 8px 8px;
	margin-bottom: 25px;
	display: inline-block;
	clear: both;
}

.divkaarters_shuffle {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 535px;
	top: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
}

.returnicon {
	float: right;
	margin-right: 5px;
	margin-top: 4px;
	z-index: 20;
}

.return {
	font-size: 15px;
}

.halfkes {
	font-size: 18px;
}

.boozeHeader {
	float: right;
	margin-right: 1px;
	margin-top: -15px;
	font-size: 10px;
	color: #1e292e;
	line-height: 10px;
}

.boozeHeaderText {
	font-size: 15px;
	/* color: #ffa339; */
}



.divbooze_reg {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 693px;
	padding-top: 7px;
	padding-bottom: 13px;
	display: inline-block;
	padding-right: 8px;
}

.divbooze_aanwezig {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 490px;
	top: 95px;
	padding-top: 7px;
	padding-bottom: 14px;
	display: block;
	margin: auto;
}

.boozelastorder {
	position: relative;
	overflow: hidden;
	font-size: 10px;
	border: 1px solid transparent;
	color: #ffa339;
	bottom: 0px;
	height: 22px;
	margin-bottom: 2px;
	text-align: right;
	padding-right: 3px;
	padding-left: 23px;
	margin-top: 10px;
}

.logo {
	font-size: 20px;
	line-height: 20px;
	vertical-align: 12%;
	letter-spacing: 1px;
}

.kleuren_logo_groot {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

.kleuren_logo_xkaarting {
	position: absolute;
	top: 0px;
	left: 3px;
	z-index: 100;
}

.kleurenlogo_kaartings {
	float: right;
	margin-right: 2px;
	margin-top: 2px;
}

.boozeBoard {
	line-height: 14px;
	vertical-align: 12%;
	letter-spacing: 1px;
	text-shadow: none;
	font-size: 20px;
	padding-left: 4px;
	vertical-align: -1%;
}

.divdrinker {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	width: 270px;
	height: 70px;
	margin-top: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-right: 7px;
	z-index: 1;
}

.divdrinkerstart {
	display: inline-block;
	border: 1px dashed transparent;
	width: 220px;
	height: 70px;
	margin-top: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-right: 7px;
	z-index: 2;
}

.paddinglinks {
	padding-left: 55px;
}

.divdrinkerbutton {
	position: relative;
	display: inline-block;
	border: 1px dashed transparent;
	width: 70px;
	height: 70px;
	margin-left: 3px;
	z-index: 2;
	text-align: right;
	margin-top: 8px;
}

.divbuttondrinker {
	border: 1px solid transparent;
	position: absolute;
	display: inline-block;
	z-index: 99;
	height: 27px;
	width: 40px;
}

.divdrinkersmallbuttons {
	position: relative;
	display: inline-block;
	border: 1px dashed transparent;
	width: 68px;
	height: 68px;
	z-index: 2;
	margin-top: 8px;
	margin-left: 3px;
}

.divdrinkersmallbutton {
	position: absolute;
	width: 33px;
	height: 33px;
	z-index: 2;
	color: #859FAB;
	background-color: #1E292E;
	cursor: pointer;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #627984;
	display: flex;
	/* flex-direction: column;*/
	align-items: center;
	/* justify-content: center;*/
}

.addDrinker {
	position: absolute;
	width: 33px;
	height: 33px;
	z-index: 2;
	color: #859FAB;
	cursor: pointer;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: flex;
	/* flex-direction: column;*/
	align-items: center;
	/* justify-content: center;*/
	top: -10px;
	right: 35px;
}

.topleft {
	top: 0;
	left: 0;
}

.topright {
	top: 0;
	right: -2px;
}

#message-box {
	width: 100%;
	background-color: #FFA339;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	color: #35220C;
	position: absolute;
	top: 0;
	z-index: 50;
	font-weight: bold;
	transform: translateY(-105%);
	transition: transform .6s;
	border-bottom: 1px solid #ffcf69;
	-webkit-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	-o-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	box-shadow: 0 0 6px rgba(255, 132, 0, 0.8);
}

#message-box.show {
	transform: none;
}

.divdeluser {
	position: relative;
	display: inline-block;
	border: 1px dashed transparent;
	width: 23px;
	height: 65px;
	margin-right: -8px;
	margin-left: 3px;
	z-index: 2;
	margin-top: 8px;
}

.deluser {
	font-size: 18px;
	height: 100%;
}

.delusericon {
	right: 0px;
	top: -5px;
	padding-top: 0px;
	position: absolute;
	display: inline-block;
	z-index: 99;
	height: 27px;
	width: 23px;
}

.delusericon a:link {
	color: #627984;
}

.delusericon a:visited {
	color: #627984;
}

.drinkertopright {
	top: 0;
	right: 0;
	padding-top: 7px;
	padding-right: 0px;
}

.bottomleft {
	bottom: 0px;
	left: 0;
}



.upcredit {
	color: #ffa339;
	font-size: 28px;
	display: block;
	line-height: 28px;
	text-align: left;
	padding-left: 6px;
	margin-bottom: 3px;
}

.undo {
	font-size: 18px;
	display: block;
	width: 32px;
	height: 100%;
	margin: 0 auto;
}

.add {
	font-size: 40px;
	display: block;
	width: 40px;
	height: 100%;
	margin: 0 auto;
	color: #ffa339;
}



.creditpos {
	color: #24c138;
}

.creditneg {
	color: #e21e1e;
}

.crediticon {
	position: absolute;
	width: 37px;
	height: 65px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid transparent;
	display: flex;
	/* flex-direction: column;*/
	align-items: top;
	/* justify-content: center;*/
	bottom: 2px;
	left: 18px;
	font-size: 35px;
	z-index: 10;
}

.creditdiv {
	position: absolute;
	width: 33px;
	height: 25px;
	text-decoration: none;
	border: 1px solid transparent;
	bottom: 0px;
	left: 0px;
	font-size: 19px;
	/* flex-direction: column;*/
	align-items: center;
	/* justify-content: center;*/
	line-height: 25px;
	font-weight: 600;
	z-index: 12;
	-webkit-transform: translate3d(0, 0, 0);
	vertical-align: middle;
}

.creditStart {
	position: absolute;
	width: 33px;
	height: 50px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid transparent;
	display: flex;
	/* flex-direction: column; */
	/* align-items: center; */
	/* justify-content: center;*/
	line-height: 30px;
	bottom: 7px;
	left: 12px;
	font-size: 27px;
	z-index: 10;
	padding-left: 2px;

}

.creditdivStart {
	position: absolute;
	width: 29px;
	height: 15px;
	text-decoration: none;
	border: 1px solid transparent;
	bottom: 0px;
	left: 0px;
	font-size: 15px;
	/* flex-direction: column;*/
	align-items: center;
	/* justify-content: center;*/
	line-height: 10px;
	font-weight: 600;
	z-index: 12;
	-webkit-transform: translate3d(0, 0, 0);
	vertical-align: middle;
	text-align: center;
}

.startCredit {
	/*  font-size: 13px; */
}

.maxsize {
	font-size: 18px;
}

.maxsizeStart {
	font-size: 15px;
}

.booze_clicks {
	border: 1px solid transparent;
	width: 65px;
	position: absolute;
	right: 0px;
	top: 1px;
	text-align: right;
	padding-right: 4px;
	z-index: 99;
	color: #1e292e;
	font-size: 25px;
}

.booze_done {
	border: 1px solid transparent;
	width: 65px;
	position: absolute;
	bottom: 2px;
	right: 0px;
	text-align: right;
	padding-right: 4px;
	z-index: 99;
	color: #FFA339;
	font-size: 14px;
}


/* Prijsbadge onderaan, horizontaal gecentreerd */
.label-wrapper.drinkerbutton.drink {
	position: relative;
}

.label-wrapper.drinkerbutton.drink::after {
	content: attr(data-price);
	position: absolute;
	left: 50%;
	bottom: 1px;
	transform: translateX(-50%);
	font-size: 8px;
	font-weight: 500;
	line-height: 1;
	padding: 2px 4px;
	border-radius: 4px;
	/* background: rgba(0,0,0,.35); */
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	/* voorkomt afbreken */
	pointer-events: none;
	/* kliks blijven op de knop */
}

.large {
	font-size: 100px;
}

.divandere {
	position: absolute;
	border: 1px dashed transparent;
	width: 80px;
	top: 230px;
	left: 36px;
}



.divlocaties {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 298px;
	top: 60px;
	right: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}


.divkaarter {
	display: inline-block;
	border: 1px dashed transparent;
	width: 100px;
	height: 35px;
	margin: 2px;
	z-index: 2;
}

.divlocatie {
	display: inline-block;
	border: 1px dashed transparent;
	width: 70px;
	height: 30px;
	margin: 1px;
	z-index: 2;
	vertical-align: top;
}

.containerbevestignieuwspel {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 300px;
	right: 40px;
	top: 207px;
}

.containerbevestignieuwspelweekend {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 300px;
	right: 40px;
	top: 120px;
}

.janee_wrapper {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 747px;
	top: 52px;
}

.janee_wrapper_kop {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 747px;
	top: 85px;
}

.soloslim_wrapper {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 747px;
	top: 52px;
}

.spelermalheur_wrapper {
	position: absolute;
	border: 1px dashed transparent;
	height: 75px;
	width: 747px;
	top: 52px;
}

.divaantalslagen {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 650px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divjanee {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 138px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1;
}

.divja_nee {
	position: absolute;
	border: 1px dashed transparent;
	height: 40px;
	width: 60px;
	margin-top: 4px;
	z-index: 2;
}

.ja {
	left: 5px;
}

.nee {
	left: 71px;
}


.divsoloslim {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 276px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


.divalleen {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 142px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divsolo_slim {
	position: absolute;
	border: 1px dashed transparent;
	height: 40px;
	width: 150px;
	margin-top: 4px;
	z-index: 2;
}

.divaantal_slagen {
	position: absolute;
	border: 1px dashed transparent;
	height: 40px;
	width: 40px;
	margin-top: 4px;
	z-index: 2;
}

.divmalheur {
	position: relative;
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 543px;
	height: 50px;
	padding-left: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.divmal_heur {
	position: relative;
	border: 1px dashed transparent;
	height: 40px;
	width: 130px;
	margin-top: 4px;
	z-index: 2;
	display: inline-block;
	margin-right: 3px;
}

.solo {
	left: 5px;
}

.slim {
	left: 140px;
}

.acht {
	left: 5px;
}

.negen {
	left: 50px;
}

.tien {
	left: 95px;
}

.elf {
	left: 140px;
}

.twaalf {
	left: 185px;
}

.dertien {
	left: 230px;
}

.zesalleen {
	left: 5px;
}

.zevenalleen {
	left: 50px;
}

.achtalleen {
	left: 95px;
}


.divslag {
	position: absolute;
	border: 1px dashed transparent;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	z-index: 2;
}

.slag0 {
	left: 5px;
}

.slag1 {
	left: 51px;
}

.slag2 {
	left: 97px;
}

.slag3 {
	left: 143px;
}

.slag4 {
	left: 189px;
}

.slag5 {
	left: 235px;
}

.slag6 {
	left: 281px;
}

.slag7 {
	left: 327px;
}

.slag8 {
	left: 373px;
}

.slag9 {
	left: 419px;
}

.slag10 {
	left: 465px;
}

.slag11 {
	left: 511px;
}

.slag12 {
	left: 557px;
}

.slag13 {
	left: 603px;
}

.upload_wrapper {
	position: absolute;
	border: 1px dashed transparent;
	height: 60px;
	width: 747px;
	top: 129px;
}

.malheur_wrapper {
	position: absolute;
	border: 1px dashed transparent;
	height: auto;
	width: auto;
	bottom: 1px;
	z-index: 50;
	left: 1px;
}

.submit_wrapper {
	position: relative;
	border: 1px dashed transparent;
	height: 58px;
	width: 265px;
	margin-left: auto;
	margin-right: auto;
}

.submit_wrapperdrinkers {
	position: relative;
	border: 1px dashed transparent;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 25px;
}

.submit_wrapperdrinkers_aanwezig {
	position: relative;
	border: 1px dashed transparent;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	top: 12px;
	margin-top: 100px;
}

.submit_wrapper_afzit {
	position: relative;
	border: 1px dashed transparent;
	height: 50px;
	width: 347px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.poefwrapper {
	position: relative;
	border: 1px dashed transparent;
	height: 35px;
	margin-bottom: 2px;
}

.nextdealer {
	position: absolute;
	right: 9px;
	bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	color: #859FAB;
}

.divvrouwen {
	position: relative;
	border: 1px dashed transparent;
	width: 400px;
	padding: 0px;
	clear: both;
	margin: 5px;
}

.divmiserie {
	border: 1px dashed transparent;
	width: 100%;
	display: block;
	white-space: normal;
	margin-top: 5px;
}

.miserie_speler1 {
	top: 7px;
}

.miserie_speler2 {
	top: 53px;
}

.miserie_speler3 {
	top: 99px;
}

.miserie_speler4 {
	top: 145px;
}

.miserie_speler5 {
	top: 200px;
}

.divaantalvrouwen {
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 275px;
	height: 39px;
	position: relative;
	color: #859FAB;
	line-height: 28px;
	margin-left: 15px;
}

.divmiseriejanee {
	background-color: #3D4F58;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 235px;
	height: 39px;
	position: relative;
	color: #859FAB;
	line-height: 28px;
	margin-left: 30px;
}

.divslagvrouwen {
	position: absolute;
	border: 1px dashed transparent;
	width: 25px;
	height: 25px;
	margin-top: 4px;
	z-index: 2;
}

.divjaneemiserie {
	position: absolute;
	border: 1px dashed transparent;
	width: 25px;
	height: 25px;
	margin-top: 4px;
	z-index: 2;
}

.slagvrouwennaam {
	left: 170px;
	line-height: 29px;
	border: 1px dashed transparent;
	width: 103px;
	height: 29px;
	font-size: 20px;
}

.miserienaam {
	left: 130px;
	line-height: 29px;
	border: 1px dashed transparent;
	width: 103px;
	height: 29px;
	font-size: 20px;
}

.miserieja {
	left: 4px;
}

.miserienee {
	left: 68px;
}

.slagvrouwen0 {
	left: 4px;
}

.slagvrouwen1 {
	left: 38px;
}

.slagvrouwen2 {
	left: 72px;
}

.slagvrouwen3 {
	left: 106px;
}

.slagvrouwen4 {
	left: 139px;
}

table.center {
	text-align: center;
}

td.vraag {
	border: 1px solid transparent;
	height: 30px;
}

td.vraagpoef {
	border: 1px solid red;
	height: 1px;
}

td.aantalslagen {
	border: 1px solid transparent;
	height: 50px;
}

td.checkboxstoppen {
	border: 1px solid transparent;
	height: 35px;
}

td.bevestigen {
	border: 1px solid transparent;
	height: 45px;
}

td.poef {
	border: 1px solid transparent;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	width: 30px;
}

td.poefcheckbox {
	border: 1px solid transparent;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	width: 30px;
}

td.poefcenten {
	border: 1px solid transparent;
	color: red;
	font-size: 16px;
	font-weight: 600;
	width: 50px;
	padding-right: 5px;
	height: 20px;
	padding-top: 5px;
}

td.aantalafzit {
	border: 1px solid transparent;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	width: 20px;
	padding-right: 5px;
	height: 20px;
	padding-top: 5px;
}

td.namenpoef {
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: 600;
	width: 75px;
	padding-right: 5px;
	height: 20px;
	padding-top: 5px;
}

td.namenpoefbepalen {
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: 600;
	width: 120px;
	padding-right: 5px;
	height: 20px;
	padding-top: 5px;
}

td.namenpoefcenter {
	text-align: left;
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: 600;
	width: 125px;
	padding-right: 5px;
	height: 20px;
	padding-top: 5px;
}

/*-------------------*/
/* RESULTAAT VROUWEN */
/*-------------------*/



td.vrouwennaam {
	height: 55px;
	border: 1px dashed transparent;
	text-align: right;
	width: 130px;
	padding-right: 5px;
}

td.vrouwenbevestigen {
	border: 1px dashed transparent;
	padding-bottom: 7px;
	text-align: center;

}

td.vrouwenvraag {
	border: 1px dashed transparent;
	height: 50px;
	line-height: 20px;
}

td.vrouwenmalheur {
	border: 1px dashed transparent;
	padding-left: 4px;
	font-size: 14px;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

/*-------------------------------------------------*/
/*  RESULTAAT MISERIE(OP TAFEL) (NA TROEL) miserie */
/*-------------------------------------------------*/

.divrechtsmiserie {
	position: absolute;
	border: 1px dashed transparent;
	width: 395px;
	height: 100%;
	right: 0;
	top: 0px;
	display: block;
	white-space: nowrap;
}

.miserie2 {
	padding-top: 47px;
}

.miserie3 {
	padding-top: 23px;
}

.miserie4 {
	padding-top: 0px;
}

.divlinksmiserie {
	border: 1px dashed transparent;
	width: 250px;
	height: 133px;
	vertical-align: middle;
	display: table-cell;
}

td.miserievraag {
	width: 300px;
	height: 20px;
	line-height: 20px;
	border: 1px solid transparent;
	text-align: left;
	padding: 4px;
}

td.miseriespeler {
	width: 80px;
	padding: 0px 5px 1px 1px;
	border: 1px solid transparent;
	text-align: right;
}


/*-------------------------------------------------*/
/*  TOOLTIP                                        */
/*-------------------------------------------------*/
#tooltip {
	font-size: 12px;
	color: #444444;
	background: #def3de;
	position: absolute;
	z-index: 999;
	padding: 6px;
	border: 1px solid #4dbb2a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 2px;
}

.logotitles {
	float: left;
}

.logotitlesbig {
	float: left;
	height: 12px;
	margin-right: 1px;
	padding-top: 2px;
}

.logocups {
	float: left;
	clear: both;
}

.logotitlescups {
	float: left;
	height: 50px;
}

.divspeler {
	position: relative;
	border: 1px dashed transparent;
	width: 190px;
	height: 93px;
	text-transform: uppercase;
	display: inline-block
}


.divspeler1 {
	left: 0;
	bottom: -1px;
	;
}

.divspeler2 {
	top: -1px;
	left: 0;
}

.divspeler3 {
	top: -1px;
	right: 0;
}

.divspeler4 {
	right: 0;
	bottom: -1px;
}

.divspeler5onder {
	position: absolute;
	border: 1px dashed transparent;
	width: 180px;
	height: 56px;
	text-transform: uppercase;
}

.divspeler5onder_1 {
	bottom: 55px;
	left: 25px;
}

.divspeler5onder_2 {
	top: 0px;
	left: 25px;
}

.divspeler5onder_3 {
	top: 0px;
	right: 23px;
}

.divspeler5onder_4 {
	bottom: 55px;
	right: 23px;
}

.divspeler5onder_5 {
	bottom: -5px;
	right: 121px;
}

.divspeler5rechts {
	position: absolute;
	border: 1px dashed transparent;
	width: 180px;
	height: 56px;
	text-transform: uppercase;
}

.divspeler5links {
	position: absolute;
	border: 1px dashed transparent;
	width: 180px;
	height: 56px;
	text-transform: uppercase;
}

.divspeler5rechts_1 {
	bottom: -5px;
	left: 20px;
}

.divspeler5rechts_2 {
	top: 0px;
	left: 20px;
}

.divspeler5rechts_3 {
	top: 0px;
	right: 20px;
}

.divspeler5rechts_4 {
	width: 155px;
	top: 68px;
	right: 0px;
}

.divspeler5rechts_5 {
	bottom: -5px;
	right: 20px;
}

.divspeler5links_1 {
	bottom: -5px;
	left: 20px;
}

.divspeler5links_2 {
	width: 155px;
	top: 68px;
	left: 0px;
}

.divspeler5links_3 {
	top: 0px;
	left: 20px;
}

.divspeler5links_4 {
	top: 0px;
	right: 20px;
}

.divspeler5links_5 {
	bottom: -5px;
	right: 20px;
}

.divspeler1_rond {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.divinnerspeler1_rond {
	position: absolute;
	top: 19px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: -1;
}


.divspeler2_rond {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	left: 22px;
	top: 65px;
}

.divinnerspeler2_rond {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
}

.divspeler3_rond {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.divinnerspeler3_rond {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: -1;
}


.divspeler4_rond {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	right: 23px;
	top: 65px;
}

.divinnerspeler4_rond {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
}

.divspeler1_rond5 {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.divinnerspeler1_rond5 {
	position: absolute;
	top: 19px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: -1;
}


.divspeler2_rond5 {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	left: 22px;
	top: 70px;
}

.divinnerspeler2_rond5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
}

.divspeler3_rond5 {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	top: 5px;
	left: 31%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.divinnerspeler3_rond5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
}


.divspeler4_rond5 {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	top: 5px;
	left: 69%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.divinnerspeler4_rond5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
}

.divspeler5_rond5 {
	position: absolute;
	border: 1px dashed transparent;
	width: 160px;
	height: 60px;
	text-transform: uppercase;
	right: 23px;
	top: 70px;
}

.divinnerspeler5_rond5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
}


.divtafelpositie_rechthoek {
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 160px;
	width: 300px;
	left: 0;
	top: 25px;
	display: inline-block;
	width: 300px;
}

.staand {
	height: 180px;
	width: 310px;
}

.divtafelpositie_rond {
	display: inline-block;
	position: relative;
	border: 1px dashed transparent;
	margin: 0px;
	height: 172px;
	width: 340px;
	left: 0;
	top: 20px;
}

.divpositiespeler {
	border: 1px dashed transparent;
	height: 158px;
	width: 298px;
	text-transform: uppercase;
}

.divpositiespeler_rond {
	border: 1px dashed transparent;
	height: 170px;
	width: 338px;
	text-transform: uppercase;
}

.divinnerpositiespeler2 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.divinnerpositiespeler1 {
	position: absolute;
	left: 0px;
	bottom: 3px;
	z-index: -1;
}

.divinnerpositiespeler4 {
	position: absolute;
	right: 0px;
	bottom: 3px;
	z-index: -1;
}

.divinnerpositiespeler3 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}

.divschrijverplaats {
	position: relative;
	border: 1px dashed transparent;
	width: 250px;
	height: 170px;
	text-transform: uppercase;
}

.schrijver1 {
	bottom: 5px;
	left: -15px;
}

.schrijver1_kop {
	bottom: 6px;
	left: -15px;
}

.divinnerschrijver1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
}

.schrijver2 {
	bottom: 5px;
	right: -15px;
}

.schrijver2_kop {
	bottom: 6px;
	right: -15px;
}

.divinnerschrijver2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

.schrijver3 {
	bottom: 5px;
	right: 87px;
}

.divinnerschrijver3 {
	position: absolute;
	right: 35px;
	bottom: 0px;
	z-index: -1;
}

.kopwrapper {
	border: 1px dashed transparent;
	width: 566px;
	height: 50px;
	position: absolute;
	top: 95px;
	left: 90px;
}


.kopplaats1 {
	position: absolute;
	border: 1px dashed transparent;
	width: 72px;
	height: 48px;
	display: inline-block;
	left: -9px;
	display: none;

}

.kopplaats2 {
	position: absolute;
	border: 1px dashed transparent;
	width: 62px;
	height: 48px;
	display: inline-block;
	left: 251px;
	display: none;

}

.kopplaats3 {
	position: absolute;
	border: 1px dashed transparent;
	width: 72px;
	height: 48px;
	display: inline-block;
	right: -9px;
	display: none;

}


.divinnerkop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
}



.divtafelsoort {
	position: relative;
	border: 1px dashed transparent;
	width: 200px;
	height: 170px;
	text-transform: uppercase;
}

.div2tafelschrijver {
	position: relative;
	border: 1px dashed transparent;
	width: 250px;
	height: 170px;
	text-transform: uppercase;
}


.divinnertafelsoort {
	position: relative;
	top: 135px;
	z-index: -1;
	display: inline-block;
}

.divinnerpositieschrijver {
	position: relative;
	top: 135px;
	z-index: -1;
}

.links {
	left: 0px;
}

.rechts {
	right: 0px;
}

.divinnerspeler1 {
	position: absolute;
	left: 30px;
	bottom: 14px;
	z-index: -1;
}

.divinnerspeler2 {
	position: absolute;
	left: 30px;
	top: 12px;
	z-index: -1;
}

.divinnerspeler3 {
	position: absolute;
	right: 30px;
	top: 12px;
	z-index: -1;
}

.divinnerspeler4 {
	position: absolute;
	right: 30px;
	bottom: 14px;
	z-index: -1;
}

.divinnerspelerrechts5_1 {
	z-index: -1;
}

.divinnerspelerrechts5_2 {
	z-index: -1;
}

.divinnerspelerrechts5_3 {

	z-index: -1;
}

.divinnerspelerrechts5_4 {

	z-index: -1;
}

.divinnerspelerrechts5_5 {

	z-index: -1;
}

.divdelerspeler {
	font-size: 10px;
	color: #0D2936;
	position: absolute;
	top: 1px;
	right: 3px;
}

.divtafelgroot {
	position: absolute;
	background: #31424A;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	margin: 0px;
	width: 195px;
	height: 130px;
	z-index: -1;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafelgroot_rond {
	position: absolute;
	background: #31424A;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	margin: 0px;
	width: 130px;
	height: 130px;
	z-index: -1;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafelgroot_vierkant {
	position: absolute;
	background: #31424A;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	margin: 0px;
	width: 130px;
	height: 130px;
	z-index: -1;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafelklein {
	position: absolute;
	background: #31424A;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	margin: 0px;
	width: 165px;
	height: 120px;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafelklein_staand {
	position: absolute;
	background: #31424A;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	margin: 0px;
	width: 100px;
	height: 120px;
	right: 0;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.divtafelklein_rond {
	position: absolute;
	background: #31424A;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	margin: 0px;
	width: 130px;
	height: 130px;
	right: 0;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafelklein_vierkant {
	position: absolute;
	background: #31424A;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='3' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e292e' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	border: 1px solid #627984;
	margin: 0px;
	width: 130px;
	height: 130px;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafel {
	position: absolute;
	border: 1px dashed transparent;
	margin: 0px;
	width: 150px;
	z-index: -1;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafel_rond {
	position: absolute;
	border: 1px dashed transparent;
	margin: 0px;
	width: 150px;
	z-index: -1;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divmat {
	position: absolute;
	border: 1px dashed transparent;
	margin: 0px;
	width: 120px;
	height: 75px;
	z-index: -1;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divmat_staand {
	position: absolute;
	border: 1px dashed transparent;
	margin: 0px;
	width: 60px;
	height: 80px;
	z-index: -1;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divmatrond {
	position: absolute;
	border: 1px dashed transparent;
	margin: 0px;
	width: 80px;
	height: 80px;
	z-index: -1;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafelsuits {
	position: absolute;
	border: 1px dashed transparent;
	width: 74px;
	height: 44px;
}

.logo_seizoen {
	position: absolute;
	border: 1px dashed transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 74px;
	font-size: 65px;
	padding-bottom: 3px;
	color: white;
	opacity: 0.2;
}

.logo_seizoen_klein {
	position: absolute;
	border: 1px dashed transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 74px;
	font-size: 30px;
	padding-bottom: 3px;
	color: white;
	opacity: 0.1;
}

.divtafelsuits_rond {
	position: absolute;
	border: 1px dashed transparent;
	width: 84px;
	height: 84px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.divtafelsuitsklein {
	position: absolute;
	border: 1px dashed transparent;
	width: 59px;
	height: 34px;
}

.divtafelsuitsklein_rond {
	position: absolute;
	border: 1px dashed transparent;
	width: 35px;
	height: 30px;
}


.divsuit_lb {
	left: 0;
	top: 0;
}

.divsuit_lo {
	left: 0;
	bottom: 0;
}

.divsuit_rb {
	right: 0;
	top: 0;
}

.divsuit_ro {
	right: 0;
	bottom: 0;
}

.divsuit_lb_kln {
	left: 0;
	top: 0px;
}

.divsuit_lo_kln {
	left: 0;
	bottom: 0;
}

.divsuit_rb_kln {
	right: 0;
	top: 0;
}

.divsuit_ro_kln {
	right: 0;
	bottom: 0;
}

.divsuit_li_kln_rond {
	left: 0;
	top: 25px;
}

.divsuit_re_kln_rond {
	right: 0;
	top: 25px;
}

.divsuit_bo_kln_rond {
	left: 22px;
	top: 0;
}

.divsuit_on_kln_rond {
	left: 21px;
	bottom: 0;
}

.divsuit_rb_kln_rond {
	right: 0;
	top: 0;
}

.divsuit_ro_kln_rond {
	right: 0;
	bottom: 0;
}

#tafel {
	width: 140px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	-o-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	box-shadow: 0 0 8px rgba(0, 227, 0, 0.8);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #006C35;
	border: 2px solid #08A756;
	z-index: -5;
}

#tafel_rond {
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	-o-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	box-shadow: 0 0 8px rgba(0, 227, 0, 0.8);
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	background: #006C35;
	border: 2px solid #08A756;
	z-index: -5;
}

#mat {
	width: 120px;
	height: 75px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	-o-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	box-shadow: 0 0 8px rgba(0, 227, 0, 0.8);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #006C35;
	border: 2px solid #08A756;
	z-index: -2;
}

#mat_staand {
	width: 60px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	-o-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	box-shadow: 0 0 8px rgba(0, 227, 0, 0.8);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #006C35;
	border: 2px solid #08A756;
	z-index: -2;
}

#matrond {
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	-o-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	box-shadow: 0 0 8px rgba(0, 227, 0, 0.8);
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	background: #006C35;
	border: 2px solid #08A756;
	z-index: -2;
}

#matvierkant {
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	-o-box-shadow: 0 0 8px rgba(0, 227, 0, .8);
	box-shadow: 0 0 8px rgba(0, 227, 0, 0.8);
	background: #006C35;
	border: 2px solid #08A756;
	z-index: -2;
}

.suit_lb {
	position: absolute;
	content: url(../images/suits/harte.svg);
	height: 15px;
	left: 7px;
	bottom: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);


}

.suit_lo {
	position: absolute;
	content: url(../images/suits/klaver.svg);
	height: 15px;
	left: 10px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.suit_rb {
	position: absolute;
	content: url(../images/suits/peike.svg);
	height: 19px;
	right: 10px;
	bottom: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.suit_ro {
	position: absolute;
	content: url(../images/suits/koeke.svg);
	height: 20px;
	right: 7px;
	top: 7px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.suit_lb_kln {
	position: absolute;
	content: url(../images/suits/harte.svg);
	height: 18px;
	left: 1px;
	bottom: 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


.suit_lo_kln {
	position: absolute;
	content: url(../images/suits/klaver.svg);
	height: 17px;
	left: 4px;
	top: 4px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.suit_rb_kln {
	position: absolute;
	content: url(../images/suits/peike.svg);
	height: 20px;
	right: 3px;
	bottom: 3px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.suit_ro_kln {
	position: absolute;
	content: url(../images/suits/koeke.svg);
	height: 22px;
	right: 2px;
	top: 2px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.suit_li_kln_rond {
	position: relative;
	content: url(../images/suits/harte.svg);
	height: 18px;
	top: 5px;
	left: 1px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


.suit_bo_kln_rond {
	position: absolute;
	content: url(../images/suits/klaver.svg);
	height: 17px;
	left: 8px;
	top: 3px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


.suit_on_kln_rond {
	position: absolute;
	content: url(../images/suits/peike.svg);
	height: 20px;
	left: 8px;
	bottom: 2px;
}

.suit_re_kln_rond {
	position: absolute;
	content: url(../images/suits/koeke.svg);
	height: 22px;
	right: 2px;
	top: 3px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}



div.kaartenafbeelding {
	display: none;
	position: absolute;
	border: 1px dashed transparent;
	width: 20px;
	z-index: 3;
	top: 25px;
	left: 170px;
	content: url(../images/kaarten.svg);
	opacity: 0.6;
}


a.schuifknop {
	background-color: #7A7A7A;
	border: 1px solid #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	font-family: inherit;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	margin-top: 3px;
	font-size: 11px;
	padding: 5px;
	padding-top: 2px;
	width: 50px;
}

.submitkaarting {
	background-color: #5BC1F2;
	border: 1px solid #99D7F5;
	-webkit-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	-o-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	box-shadow: 0 0 10px rgba(153, 215, 245, 0.8);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	margin-top: 2px;
	font-size: 23px;
	padding-top: 0px;
	margin-left: 1px;
	width: 157px;
	color: #26343B;
}

.submitkaartingkleuren {
	background-color: #5BC1F2;
	border: 1px solid #99D7F5;
	-webkit-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	-o-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	box-shadow: 0 0 10px rgba(153, 215, 245, 0.8);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	margin-top: 2px;
	font-size: 23px;
	padding-top: 0px;
	margin-left: 1px;
	width: 216px;
	color: #26343B;
}

.buttonbevestig {
	background-color: #5BC1F2;
	border: 1px solid #99D7F5;
	-webkit-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	-o-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	box-shadow: 0 0 10px rgba(153, 215, 245, 0.8);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 33px;
	margin-top: 7px;
	font-size: 23px;
	padding-top: 0px;
	margin-left: 2px;
	width: 180px;
	color: #26343B;
}

.buttonbevestigdrinkers {
	background-color: #5BC1F2;
	border: 1px solid #99D7F5;
	-webkit-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	-o-box-shadow: 0 0 10px rgba(153, 215, 245, .8);
	box-shadow: 0 0 10px rgba(153, 215, 245, 0.8);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	font-size: 35px;
	width: 300px;
	color: #26343B;
}

.buttonbevestiggroot {
	width: 260px;
}

.buttonbevestiggroot_300 {
	width: 300px;
}

.buttonbevestig:active {
	background-color: #FFA339;
	color: #35220C;
	-webkit-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	-o-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	box-shadow: 0 0 6px rgba(255, 132, 0, 0.8);
	border: 1px solid #ffcf69;
}

.buttonbevestigdrinkers:active {
	background-color: #FFA339;
	color: #35220C;
	-webkit-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	-o-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	box-shadow: 0 0 6px rgba(255, 132, 0, 0.8);
	border: 1px solid #ffcf69;
}

.submitkaarting:active {
	background-color: #FFA339;
	color: #35220C;
	-webkit-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	-o-box-shadow: 0 0 6px rgba(215, 40, 40, .8);
	box-shadow: 0 0 6px rgba(255, 132, 0, 0.8);
	border: 1px solid #ffcf69;
}

.contractklein {
	font-size: 15px;
}