body {
	margin: 0 auto;
	padding: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4a4a4a;
	background: #fff;
	float:left;
	width:100%;
	height: 100%;
}

html{
	float:left;
	width: 100%;
	margin:0;
	padding:0;
	height:100%;
}

a {
	text-decoration: none;
	outline: 0 none;
}

img {
	border: 0 none;
	outline: 0 none;
}

#optinbar {
    display: none;
}

#header {
	float: left;
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 999;
	margin: 0 0 0 0;
}

#header_container {
	margin: 0 auto;
	padding: 0 0px;
	float:left;
	width: 100%;
}

#logo {
	float: left;
	margin: 0px 0 0 0;
	text-align:center;
	width:100%;
	height: 80px;
}

#logo img{
	max-width:100%;
}

#top_banner {
	display:none;
}

.notMobile{
	display:none;
}

#menu_container{
	float:left;
	width:100%;
	padding:2px 0;
background: #0c7bcd;
background: -moz-linear-gradient(top,  #0c7bcd 0%, #1e5799 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7bcd), color-stop(100%,#1e5799));
background: -webkit-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: -o-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: -ms-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: linear-gradient(to bottom,  #0c7bcd 0%,#1e5799 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7bcd', endColorstr='#1e5799',GradientType=0 );


}

.rmm{
	display:block;
}

#menu {
	margin:0;
	width:100%;
	float:left;
	display:none;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #4C99D8;
	border-left: 1px solid #29709B;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	float: left;
	display: block;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #4C99D8;
	border-right: 1px solid #29709B;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menu ul li a:hover{
	background: #2398e0;
	background: -moz-linear-gradient(top,  #2398e0 0%, #006194 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2398e0), color-stop(100%,#006194));
	background: -webkit-linear-gradient(top,  #2398e0 0%,#006194 100%);
	background: -o-linear-gradient(top,  #2398e0 0%,#006194 100%);
	background: -ms-linear-gradient(top,  #2398e0 0%,#006194 100%);
	background: linear-gradient(to bottom,  #2398e0 0%,#006194 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2398e0', endColorstr='#006194',GradientType=0 );
}

#menu ul li a:active{
	background: #006194;
	background: -moz-linear-gradient(top,  #006194 0%, #2398e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006194), color-stop(100%,#2398e0));
	background: -webkit-linear-gradient(top,  #006194 0%,#2398e0 100%);
	background: -o-linear-gradient(top,  #006194 0%,#2398e0 100%);
	background: -ms-linear-gradient(top,  #006194 0%,#2398e0 100%);
	background: linear-gradient(to bottom,  #006194 0%,#2398e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006194', endColorstr='#2398e0',GradientType=0 );
}


#menu ul ul{
	display:none;
	}

#content {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	background: url(../images/bg_content.jpg) repeat #fff;
}

#content_container {
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	float:left;
}

#content_container_bg {
	float: left;
	width: 100%;
	margin: 45px 0px 0px 0px;
}

#top5 {
	float: left;
	margin: 20px 5% 0 5%;
	width: 90%;
	background: rgba(255,255,255,0.7);
}

#top5 .kop {
	float: left;
	width: 97%;
	color: #fff;
	font-weight: bold;
	height: 24px;
	padding: 5px 0 0 3%;
	text-shadow: 1px 1px 1px #000;
background: #0c7bcd;
background: -moz-linear-gradient(top,  #0c7bcd 0%, #1e5799 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7bcd), color-stop(100%,#1e5799));
background: -webkit-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: -o-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: -ms-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: linear-gradient(to bottom,  #0c7bcd 0%,#1e5799 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7bcd', endColorstr='#1e5799',GradientType=0 );
}

#top5 .name{
	display:none;
}

#top5 th {
	height: 32px;
	text-align: left;
	padding: 4px 0 0 0;
	background: #709698;
	color: #fff;
}

#top5 td {
	padding: 5px 0 0 0;
	height: 40px;
}

#top5 tr.green {
	background: #ccd5da;
}

#banner_right {
	display:none;
}

.mobbanner{
	width:90%;
	padding: 0 5%;
	float:left;
	margin: 20px 0 0 0;
	text-align:center;
}

.mobbanner img{
	max-width:100%;
}

#overlay {
	display:none;
}

#overlay a {
	float: left;
	display: block;
	width: 33%;
	height: 100%;
	cursor: pointer;
}

#nieuwsbrief {
	float: left;
	width:90%;
	padding: 0 0 20px 0;
	border-radius: 6px 6px 6px 6px;
	margin: 20px 5% 0 5%;
	background: #0c7bcd;
	background: -moz-linear-gradient(top,  #0c7bcd 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7bcd), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -o-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: linear-gradient(to bottom,  #0c7bcd 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7bcd', endColorstr='#1e5799',GradientType=0 );
}

#left #nieuwsbrief {
display:none;
	width: 200px;
	margin: 20px 0 0 0;
	background: url(../images/nieuwsbrief_detail_bg.png) no-repeat;
}

#nieuwsbrief_kop {
	float: left;
	margin: 20px 0 5px 0;
	width: 100%;
	font-size: 20px;
	color: #e6e6e6;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}

.nieuwsbrief_field {
	float: left;
	border-radius: 5px;
	border: 0 none;
	margin: 10px 2% 0 2%;
	width: 90%;
	padding: 8px 3%;
	font-style: italic;
	font-size: 11px;
	box-shadow:inset 0 0 5px #666666;
}

#left .nieuwsbrief_field {
	width: 150px;
}

.nieuwsbrief_button {
	float: left;
	border: 1px solid #cc6916;
	cursor: pointer;
	border-radius: 5px;
	margin: 10px 2% 0 2%;
	width: 96%;
	color:#fff;
	background: #f0801f;
	background: -moz-linear-gradient(top,  #f0801f 0%, #cc6916 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0801f), color-stop(100%,#cc6916));
	background: -webkit-linear-gradient(top,  #f0801f 0%,#cc6916 100%);
	background: -o-linear-gradient(top,  #f0801f 0%,#cc6916 100%);
	background: -ms-linear-gradient(top,  #f0801f 0%,#cc6916 100%);
	background: linear-gradient(to bottom,  #f0801f 0%,#cc6916 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0801f', endColorstr='#cc6916',GradientType=0 );
	padding: 8px 3%;
}

.nieuwsbrief_button:hover{
	background: #f99543;
	background: -moz-linear-gradient(top,  #f99543 0%, #cc6916 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99543), color-stop(100%,#cc6916));
	background: -webkit-linear-gradient(top,  #f99543 0%,#cc6916 100%);
	background: -o-linear-gradient(top,  #f99543 0%,#cc6916 100%);
	background: -ms-linear-gradient(top,  #f99543 0%,#cc6916 100%);
	background: linear-gradient(to bottom,  #f99543 0%,#cc6916 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99543', endColorstr='#cc6916',GradientType=0 );
}

.nieuwsbrief_button:active{
	background: #cc6916;
	background: -moz-linear-gradient(top,  #cc6916 0%, #f99543 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc6916), color-stop(100%,#f99543));
	background: -webkit-linear-gradient(top,  #cc6916 0%,#f99543 100%);
	background: -o-linear-gradient(top,  #cc6916 0%,#f99543 100%);
	background: -ms-linear-gradient(top,  #cc6916 0%,#f99543 100%);
	background: linear-gradient(to bottom,  #cc6916 0%,#f99543 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6916', endColorstr='#f99543',GradientType=0 );
}

#left .nieuwsbrief_button {
	width: 181px;
	background: url(../images/bevestig_inschrijving_detail.png) no-repeat;
}

#nieuwsbrief_small {
	float: left;
	margin: 10px 2% 0 2%;
	width: 96%;
	font-size: 10px;
	color: #e6e6e6;
	font-style: italic;
	text-align: center;
	line-height: 16px;
}

#left #nieuwsbrief_small {
	width: 180px;
}

#uitbetaling {
	float: left;
	width:90%;
	padding: 0 0 20px 0;
	border-radius: 6px 6px 6px 6px;
	margin: 20px 5% 0 5%;
	background: #fff;
}

#uitbetaling_kop {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	padding: 5px 0 6px 0;
	background: #0c7bcd;
	background: -moz-linear-gradient(top,  #0c7bcd 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7bcd), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -o-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: linear-gradient(to bottom,  #0c7bcd 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7bcd', endColorstr='#1e5799',GradientType=0 );
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#uitbetaling table {
	float: left;
	margin: 0;
	width: 100%;
}

#uitbetaling table td {
	height: 34px;
}

#nieuws_home {
	float: left;
	width:86%;
	padding: 2%;
	border-radius: 6px 6px 6px 6px;
	margin: 20px 5% 0 5%;
	background: #fff;
}

.nieuws_bericht {
	float: left;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 2px dotted #ccc;
}

.nieuws_title {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #1e5799;
	font-weight: bold;
}

.nieuws_content {
	float: left;
	width: 100%;
	line-height: 14px;
}

.al_het_nieuws {
	float: left;
	width: 100%;
	text-align: center;
	color: #1e5799;
}

.lees_verder {
	float: right;
	color: #1e5799
}

.buttons {
	float: left;
	width: 100%;
}

.buttons a {
	float: left;
	display: block;
	height: 53px;
	margin: 0 1% 10px 1%;
	padding: 35px 0 0 0;
	font-size: 28px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;	
}

#main .buttons {
	width: 760px;
	display:none;
	margin: 20px -9px 0 0;
}

#partners1580108{
	display:none;
}

#main .buttons a {
	width: 48%;
	margin: 0 9px 10px 0;
}

#home {
	float: left;
	width:90%;
	padding: 0;
	border-radius: 6px 6px 6px 6px;
	margin: 20px 5% 0 5%;
}

#home a {
	width: 48%;
}



.buttons #texas {
	background: url(../images/texas_home.jpg) no-repeat center center;	
}

.buttons #omaha {
	background: url(../images/omaha_home.jpg) no-repeat center center;	
}

.buttons #badugi {
	background: url(../images/badugi_home.jpg) no-repeat center center;	
}

.buttons #carib {
	background: url(../images/carib_home.jpg) no-repeat center center;	
}

.buttons #paigow {
	background: url(../images/paigow_home.jpg) no-repeat center center;	
}

.buttons #razz {
	background: url(../images/razz_home.jpg) no-repeat center center;	
}
#home_tekst {
	float: left;
	width:90%;
	margin: 20px 5% 0 5%;
}

#home_tekst a {
	color: #1e5799;
}

#home_tekst h1 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

#home_tekst h2, #home_tekst h3 {
	font-size: 12px;
}

h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h2, h3 {
	font-size: 16px;
	text-transform: uppercase;
}

#left {
	float: left;
	margin: 0px;
	width: 90%;
}

#submenu {
	float: left;
	padding: 10px 5%;
	border-radius: 5px;
	background: #efefef;
	line-height: 22px;
	width: 90%;
	display: none;
}

#subkop {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;	
}

#submenu ul {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#submenu ul li {
	float: left;
	width: 100%;
}

#submenu ul li a {
	color: #4f4f4f;
}

#main {
	float: left;
	width: 90% !important;
	margin: 10px 5%;
}

#center {
	float: left;
	width: 100% !important;
	margin: 0px 0px 0px 0px;
}

#detail_img {
	float: left;
	width: 100%;
	height: 150px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 #444444;
	background: #fff;
}

#detail_img img{
	max-width:100%;
	height:144px;
}

#detail_info {
	float: left;
	margin: 0 0 0 20px;
	width: 312px;
}

#detail_content {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#detail_content_kop {
	float: left;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#reviews {
	float: left;
	width: 100%;
	margin: 20px 0;
}

#reviewskop {
	float: left;
	width: 96%;
	padding: 5px 2% 5px 2%;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
background: #0c7bcd;
background: -moz-linear-gradient(top,  #0c7bcd 0%, #1e5799 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7bcd), color-stop(100%,#1e5799));
background: -webkit-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: -o-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: -ms-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
background: linear-gradient(to bottom,  #0c7bcd 0%,#1e5799 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7bcd', endColorstr='#1e5799',GradientType=0 );
}

.review {
	float: left;
	width: 90%;
	padding: 20px 5%;
}

.review p {
	margin: 0;
}

.review img {
	float: right;
}

#reviews #green {
	background: #ccdad3;
}

#reviewskop a {
	float: right;
	color: #fff;
}

#review_overlay {
	float: left;
	background: url(../images/review_button.png) no-repeat;
	width: 500px;
	height: 25px;
	padding: 114px 0 0 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#right {
	display:none;
	float: left;
	margin: 0 0 20px 20px;
	width: 220px;
}

#right a{
	float: left;
	margin: 0 0 10px 0;
}

#totaal {
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	width: 190px;
	background: #efefef;
	border-radius: 5px;
}

#totaal th {
	text-align: left;
	height: 30px;
	border-bottom: 1px solid #4f4f4f;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#totaal td {
	height: 25px;
	text-align: left;
}

#footer {
	float: left;
	width: 100%;
	background: #0c7bcd;
	background: -moz-linear-gradient(top,  #0c7bcd 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7bcd), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -o-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: linear-gradient(to bottom,  #0c7bcd 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7bcd', endColorstr='#1e5799',GradientType=0 );
	box-shadow: -2px -2px 2px 0 #808080;
	margin: -5px 0 0 0;
	position: relative;
	z-index: 999;
	height: 24px;
	padding: 10px 0 0 0;
}

#footer_container {
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}

#footer_container a {
	color: #fff;
}

.breadcrumb {
	float: left;
	margin: 15px 0 0 10px;
	width: 505px;
	height: 21px;
	overflow: hidden;
	display:none;
}
.nieuwsBrief{
	float:left;
	background:#000;
	display:none;
	width:100%;
}
.breadcrumb ul {
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
	list-style:none;
}

.breadcrumb ul li {
	float: left;
	height: 21px;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(../images/Chevron.gif) no-repeat 100% 0;
	width:auto;
}

.breadcrumb ul li a {
	height: 21px;
	line-height: 21px;
	float: left;
	color: #444444;
}

.breadcrumb ul li.first a {
	height: 16px !important;
	text-indent: -1000em;
	width: 16px;
	padding: 0;
	margin-top: 2px;
	background: url(../images/IconHome.gif) no-repeat 0 0;
}

.breadcrumb ul li.first a:hover {
	background-position: 0px -16px;
}

.breadcrumb ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}


/* reviewpage */ 
#review_left{
	float:left;
	width:100%;
}

.review_info_left{
	float:left;
	width: 90%;
	background: #efefef;
	padding: 5%;
	margin: 20px 0 20px 0;
	border-radius: 6px 6px 6px 6px;
}

.review_info_left ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

.review_info_left ul li{
	float:left;
	width: 100%;
	margin: 0 0 5px 0;
}

#detail_info_review {
	float: left;
	margin: 0 0 20px 0px;
	width: 90%;
	padding: 5%;
	background: #efefef;
}

.reviewscreen{
	display:none;
}

.reviewscreen img{
	display:none;
}

.review_info{
	float:left;
	padding: 5%;
	background: #efefef;
	border-radius: 3px 3px 3px 3px;
	width: 90%;
	margin: 0 0px 20px 0;
	min-height: 90px;
}

.review_info#last{
	margin: 0 0 20px 0;
}

.review_info#variant{
	float:left;
	padding: 5%;
	background: #efefef;
	border-radius: 3px 3px 3px 3px;
	width: 90%;
	margin: 0 0px 20px 0;
}

.review_info#variant .variant{
	columns:100px 2;
	-webkit-columns:100px 2; /* Safari and Chrome */
	-moz-columns:100px 2; /* Firefox */ 
	margin:0;
	width:100%;
	float:left;
}

.terug_detail{
	float:left;
	padding: 5px 10px;
	background: #efefef;
	border-radius: 3px 3px 3px 3px;
	color: #444;
	margin: 10px 10px 0 20px;
}

.terug_detail:active{
	background: #ccc;
}

#reviewBanner{
	width:90%;
	margin:0 0 20px 0;
	height:220px;
	padding: 0 5%;
	background: url(../images/bannerReview.png) right top #efefef;
	float:left;
	border-radius: 6px 6px 6px 6px;
	color:#fff;
	text-align:center;
}

.bannerTitle{
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 40px;
	display:block;
	margin: 15px 0 0 0;
}

.bannerDesc{
	text-decoration:underline;
	display:block;
	margin: 15px 0 0 0;
}

.bannerBtn{
	padding: 3px 20px;
	margin: 15px 0 0 0;
	display:inline-block;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	border: 1px solid #c86715;
	box-shadow: 0px 0px 0px 1px #f69d51 inset;
	border-radius: 6px 6px 6px 6px;
	background: #f28120;
	background: -moz-linear-gradient(top, #f28120 0%, #c86715 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28120), color-stop(100%,#c86715));
	background: -webkit-linear-gradient(top, #f28120 0%,#c86715 100%);
	background: -o-linear-gradient(top, #f28120 0%,#c86715 100%);
	background: -ms-linear-gradient(top, #f28120 0%,#c86715 100%);
	background: linear-gradient(to bottom, #f28120 0%,#c86715 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28120', endColorstr='#c86715',GradientType=0 );
}

.bannerBtn img{
	margin: 0 10px 0 -20px;
	float:left;
}

.bannerBtn span{
	margin: 4px 0 0 0;
	float:left;
}

.bannerBtn:hover{
	background: #ff953f;
	background: -moz-linear-gradient(top, #ff953f 0%, #e27822 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff953f), color-stop(100%,#e27822));
	background: -webkit-linear-gradient(top, #ff953f 0%,#e27822 100%);
	background: -o-linear-gradient(top, #ff953f 0%,#e27822 100%);
	background: -ms-linear-gradient(top, #ff953f 0%,#e27822 100%);
	background: linear-gradient(to bottom, #ff953f 0%,#e27822 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff953f', endColorstr='#e27822',GradientType=0 );
}

.bannerBtn:active{
	background: #e27822;
	background: -moz-linear-gradient(top, #e27822 0%, #ff953f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e27822), color-stop(100%,#ff953f));
	background: -webkit-linear-gradient(top, #e27822 0%,#ff953f 100%);
	background: -o-linear-gradient(top, #e27822 0%,#ff953f 100%);
	background: -ms-linear-gradient(top, #e27822 0%,#ff953f 100%);
	background: linear-gradient(to bottom, #e27822 0%,#ff953f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27822', endColorstr='#ff953f',GradientType=0 );
}

#reviewProcon{
	width:100%;
	margin:0 0 20px 0;
	background: #efefef;
	float:left;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 1px 1px 2px 0 inset;
}

#reviewProcon ul{
	float:left;
	width: 40%;
	padding: 10px 0 10px 10%;
	list-style:none;
	line-height:20px;
	margin:0;
}

#reviewProcon ul.pro{
	list-style-image:url(../images/plus.png);
}


#reviewProcon ul.con{
	list-style-image:url(../images/minus.png);
}

#reviewBottomBorder{
	width:90%;
	background: #1765ae;
	text-align:center;
	padding: 5%;
	border-radius: 6px;
	float:left;
}

#reviewBottom{
	float:left;
	width:90%;
	background: #1765ae;
	text-align:center;
	padding: 5%;
	color:#fff;
}

#reviewBottom .big{
	font-size: 32px;
	line-height: 32px;
	width:100%;
	float:left;
	text-align:center;
}

#reviewBottom span{
	font-size: 12px;
	width:100%;
	float:left;
	text-align:center;
}

#reviewBottom .bannerBtn{
    border: 1px solid #C86715;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #F69D51 inset;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin: 20px 0;
    padding: 4px 60px;
    text-transform: uppercase;
}

#reviewBottom .bannerBtn span{
    font-size: 16px;
    margin: 9px 0 0;
}

#reviewBottom .bannerBtn img{
	margin: 0 10px 0 -60px;
}

#meningschrijf{
    background: none repeat scroll 0 0 #DEDEDE;
    border-radius: 6px;
    float: left;
    margin: 10px 0;
    padding: 10px;
}

#meningschrijf input{
	float:left;
	width:204px;
	border: 0;
	margin: 0 0px 5px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px 0 #444 inset;
	padding:10px;
	font-family: arial;
	font-size: 12px;
}

#meningschrijf textarea{
	float:left;
	width:204px;
	border: 0;
	height: 41px;
	margin: 0 0 5px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px 0 #444 inset;
	padding:10px;
	font-family: arial;
	font-size: 12px;
}

#meningschrijf #volgende{
	float:left;
	width:224px;
	border: 0;
	margin: 0 0 0px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: none;
	padding:10px;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	background: #5D6467;
	color:#fff;
	font-weight:bold;
}

#meningschrijf #volgende:hover{
	background: #798184;
}

#meningschrijf #volgende:active{
	background: #231F20;
}

#totaal_mob{
	float:left;
	width: 90%;
	background: #0c7bcd;
	background: -moz-linear-gradient(top,  #0c7bcd 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7bcd), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -o-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #0c7bcd 0%,#1e5799 100%);
	background: linear-gradient(to bottom,  #0c7bcd 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7bcd', endColorstr='#1e5799',GradientType=0 );
	padding: 5%;
	margin: 0px 0 20px 0;
	border-radius: 6px 6px 6px 6px;
	text-align:center;
	color:#fff;
}

#totaal_mob table{
	float:left;
	width:100%;
}

#totaal_mob table tr{
	float:left;
	width:100%;
}

#totaal_mob table th{
	float:left;
}

#totaal_mob table td{
	float:left;
}

#totaal_tablet{
	display:none;
}

.review_goplay{
	float:left;
	width:100%;
	border-radius:6px;
	box-sizing:border-box;
	padding:15px;
	background: #1765AE;
	color:#fff;
	margin: 0 0 20px 0;
}

.goplayTitle{
	float:left;
	width:100%;
	line-height: 1em;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
}

.goplayButton{
	float:left;
	width:60%;
	margin: 20px 20% 0;
	padding:15px;
	background: #EA802A;
	box-sizing:border-box;
	text-align:center;
	font-weight: bold;
	text-transform:uppercase;
	border-radius: 6px;
}

.goplayButton:hover{
	background: #FF8E38;
}

.goplayButton:active{
	background: #B76221;
}
#overviewTournaments{
	float:left;
	margin:10px 0;
	width:100%;
    border-collapse: collapse;
    box-shadow: 1px 1px 5px #bbb;
    border: 1px solid #bbb;
	background:#fff;
}
#overviewTournaments a{
	color:#000;
}
#koppentoer td:nth-child(5n){
	display:none;
}
#overviewTournaments tr td:nth-child(3n){
	display:none;
}
#overviewTournaments tr td:nth-child(4n){
	display:none;
}
#pagination{
	display:none;
}