body {
	background-color: #000;
	font-family: Verdana;
	color: #fff;
	background-image: url("/Images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

h2 {
	margin-top: 0px;
	font-size: 18px;
	color: #fff;
}

#header, #header img {
	width: 100%;
}

#menu {
	
}

#menu li {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #bbb;
	text-align: center;
	font-size: 20px;
}

#menu li:hover {
	background-color: #ddd;
	cursor: pointer;
}

#menu li, #menu li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.centered {
	text-align: center;
}

.deleteLink {
	color: #f33 !important;
	font-size: 12px;
	cursor: pointer;
}

.dontenlarge {
	min-height: auto !important;
}

.gallery {
	width: 200px !important;
	border: 2px solid #000;
	border-radius: 5px;
	display: inline !important;
	margin: 5px;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 18px;
	text-align: center;
	font-variant-ligatures: none;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.locatie {
	/*width: 48%;
	display: inline-block;
	vertical-align: top;*/
}

.loginBox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	border: 1px solid #888;
	border-radius: 5px;
	background-color: rgba(70,70,70,0.8);
	max-width: 500px;
	text-align: center;
	padding: 10px;
}

.loginBox form {
	margin: 0px;
}

.loginBox form table {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.loginInfo {
	float: right;
}

.loginInfo a {
	color: #aff;
}

.loginInfo a:hover {
	color: #dff;
}

.par {
	margin: 5px;
	padding: 5px;
	border: 1px solid #888;
	border-radius: 5px;
	background-color: rgba(70,70,70,0.8);
	color: #fff;
	min-height: 240px;
}

.par a {
	color: #999;
    font-weight: bold;
    text-decoration: none;
}

.par a:hover {
	color: #ddd;
}

.par img {
	border: 2px solid #000;
	border-radius: 5px;
	display: block;
	margin: 5px;
	width: 98%;
	max-width: 400px;
}

.profile {
	float: right;
	width: 200px !important;
}

.ptchoice {
	border: 2px solid #000;
	border-radius: 5px;
	padding: 5px;
	width: 45%;
	display: inline-block;
	vertical-align: top;
	background-color: #777;
	margin-bottom: 10px;
}

.slot {
	width: 310px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
	padding: 3px;
	margin: 3px;
	color: #000;
	cursor: pointer;
	display: inline-block;
}

	.regByUser1 {
		background-color: #0b0;
	}
	.regByUser2 {
		background: linear-gradient(90deg, #0b0 50%, #66d 50%);
	}
	.compAllowed {
		background: linear-gradient(90deg, #66d 50%, #fff 50%);
	}
	.full {
		background-color: #b00;
		cursor: not-allowed;
	}
	.notraining {
		background-color: #aaa;
		cursor: not-allowed;
	}

.slot:hover {
	background-color: #ddd;
}

	.regByUser1:hover {
		background-color: #090;
	}
	.regByUser2:hover {
		background: linear-gradient(90deg, #090 50%, #66b 50%);
	}
	.compAllowed:hover {
		background: linear-gradient(90deg, #66b 50%, #ddd 50%);
	}
	.full:hover {
		background-color: #900 !important;
		cursor: not-allowed;
	}
	.notraining:hover {
		background-color: #ccc !important;
		cursor: not-allowed;
	}

.spoticon {
	height: 14px !important;
	width: 14px !important;
	border: none !important;
	display: inline !important;
	margin: 1px !important;
	margin-bottom: -2px !important;
}

.subpar {
	min-height: 240px;
	margin-bottom: 20px;
}

.ptchoice img {
	width: 95%;
}