body {
    background-color: #003844;
    font-family: Catamaran, Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    color: #121212;
}
#wrapper {
    width: 60%;
    margin: auto;
    border: 1px solid #121212;
    background-color: #006C67;
    overflow: hidden;
}
#header {
    text-align: center;
    width: 100%;
}
#footer {
    width: 100%;
    margin: auto;
    background-color: #006C67;
    overflow: hidden;
    text-align: center;
    color: #EDEBD7;
}
#header img {
    object-fit: contain;
    height: 60%;
    width: 60%;
}
#menu {
	background: #003844;
	height: 41px;
	border-radius: 0px;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: center;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu a {
	display: block;
	line-height: 37px;
	padding: 0 14px;
	text-decoration: none;
	color: #EDEBD7;
	font-size: 20px;
}
.activepage {
	display: block;
	line-height: 37px;
	padding: 0 14px;
	text-decoration: none;
	color: #EDEBD7;
	font-size: 20px;
    background: #006C67;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #EDEBD7;
	background: #006C67;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 41px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 37px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	color: #EDEBD7;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #003844;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #EDEBD7;
	font-size: 20px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #006C67;
	color: #EDEBD7;
}
@media screen and (max-width: 800px){
	#menu {position:relative}
	#menu ul {background:#003844;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:#EDEBD7}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}
#content {
    font-size: 18px;
    padding: 10px 30px 30px 30px;
    background-color: #FFEBC6;
}
#content hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#content h3 {
    text-align: center;
    margin: auto;
}
#content h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}
#content h5 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
#content table {
    margin: auto;
    width: 90%;
    border: 0;
    padding: 2px;
    vertical-align: top;
}
#content tr {
    vertical-align: top;
}
#content code {
    color: #da9901;
    font-weight: bold;
}
#content a {
    color: #006C67;
}
#content a:hover {
    color: #02928b;
}
#username {
    color: #015fda;
}
#myDataTable tbody tr:nth-child(even) {
    background-color: #f1f1f1; /* Set your preferred background color for even rows */
}

#myDataTable tbody tr:nth-child(odd) {
    background-color: #ffffff; /* Set your preferred background color for odd rows */
}
#myDataTable td:nth-child(1),
#myDataTable td:nth-child(2),
#myDataTable td:nth-child(3),
#myDataTable td:nth-child(5) {
    text-align: center;
}
#content input {
    background-color: #ffffff;
}
#content select {
    background-color: #ffffff;
}

.upvote {
	color: #006C67;
}

.downvote {
	color: #da1a01;
}

.quote {
	text-align: center;
}

.timestamp {
	text-align: center;
	font-size: 16px;
	margin: 0px auto;
}