body {
	background: black repeat-x top left #000000; overflow: visible; position: relative;
	color: #000000;
	font: 14px / 22px "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Marcellus SC";
}

textarea {
	font-family: monospace;
}

.WikiLogo {
	padding: 0px; margin: 0px;
	float: left;
}

.table-responsive {
	margin: 20px 0;
	width: 100%;
}

.table-responsive .wiki_table {
	margin: 0;
}

#toc h1 {
	cursor: pointer;
}

#toc:not(.open) h1 {
	margin-bottom: 0;
}

#toc:not(.open) div {
	display: none;
}

#sidebar a, #footer a {
	color: #B5B4B2 !important;
	text-decoration: none;
}

#sidebar a:hover, #footer a:hover {
	color: #E7E7E6 !important;
}

#header {
	height: 120px;
}

#header-inner {
	padding: 24px 20px 0;
}

#page {
	position: relative;
	clear:both;
}

#sidebar {
	left: 0;
	position: absolute;
	top: 0;
	width: 300px;
}

#sidebar h1 {
	border-bottom: 1px solid #251f1a;
	color: #9b8570;
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
}

#sidebar h1:hover {
	color: #C5B8AC !important;
}

#sidebar ul {
	list-style: none;
	margin: 3px 0 3px;
	padding: 0;
}

#sidebar li {
	padding: 2px 0;
}

#sidebar-inner {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3px 3px;
}

#content, #footer {
	margin-left: 300px;
}

#content-inner {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: black 0 0 5px;
	-moz-box-shadow: black 0 0 5px;
	box-shadow: black 0 0 5px;
	background-color: #Fafafa;
	color: #000;
	padding: 5px;
}

#footer-inner {
	color: #4f4e4c;
	font: bold 11px / 17px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 0;
	text-align: center;
}

@media only screen and (min-width: 836px) { 
	.WikiCustomNav {display: none !important;}
}

@media only screen and (max-width: 1366px) {
	.table-responsive {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 20px 0;
		width: 100%;
	}

	img, input {
		max-width: 100% !important;
	}

	iframe, object, embed {
		display: inline-block;
		max-width: 100%;
	}
}

@media only screen and (max-width: 836px) {
	#header {
		height: auto;
	}

	#header-inner {
		text-align: center;
	}
  
	img, input {
		max-width: 100% !important;
	}

	iframe, object, embed {
		display: inline-block;
		max-width: 100%;
	}
  
	.table-responsive {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 20px 0;
		width: 100%;
	}

	.WikiLogo {
		display: none !important;
	}

	.WikiSearch {
		display: block;
		float: none;
	}

	#sidebar {
		display: none !important;
	}

	#content, #footer {
		margin-left: 0 !important;
	}

	#content-inner {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	.commentSubject {
		margin-right: 0 !important;
	}

	.commentColumn {
		display: none;
	}
}

@media only screen and (max-width: 400px) { 
	#CV {
		height: 25px;
	} 

	#header {
		height: 50px !important;
	}

	#feximg img {
		padding:1px;
		max-width:10% !important;
	} 
}
