a:link, a:visited {
	padding: 0 3px;
	text-decoration: none;
	color: #a9d3d9;
	font-family: "Libertinus Math", system-ui;
	}
a:hover {
	text-decoration: none;
	color: #000;
	background-color: #a9d3d9;
	border-radius: 5px;
	}
.codes a {
    background: none;
	padding: 0;
}
body {
	background: #000 url(images/background.webp) no-repeat 50% -25%;
	font: .9em "Zen Kurenaido", sans-serif;
    line-height: 16px;
	}
#container {
	position: relative;
    top: 15px;
    left: 141px;
    width: 975px;
}
nav {
	margin: 0 auto;
	padding-right: 35px;
    font: 1.1em 'Bebas Neue', sans-serif;
	letter-spacing: .05em;
    text-align: center;
}
nav a:link, nav a:visited {
	padding: 0;
	font-size: 1.2em;
	color: #ebe9e9;
	border: none;
	background: none;
}
nav a:hover, #current { color: #6a8067; }
#content {
    margin-top: 36px;
    padding-right: 665px;
    width: 365px;
    height: 508px;
    color: #fffffa;
    overflow: auto;
}
.main {
	margin-top: 95px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
      border: 1px solid #45645e;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #45645e;
}
.stats {
	font-size: .95em;
    margin: 25px 0 0 40px; 
	}
.stats span {color: #d03b4d;}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
em {
	font-style: italic;
	font-weight: bold;
}
h3 {
	font: 3em "Kings", cursive;
    color: #dbbe7a;
    text-shadow: 0px 0px 30px white,0px 0px 30px white,0px 0px 30px white,0px 0px 10px #553300,0px 0px 10px #553300;
    text-align: center;
    letter-spacing: .15em;
 	}
h6 {
	margin: 6px 0;
    color: #90a693;
	font-family: "Libertinus Math", system-ui;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: .1em;
    text-align: right;
	background-image: url(images/line.png);
}
blockquote {
	font-size: .9em;
	line-height: 15px;	
	padding: 6px;
	box-shadow: -1px 1px 8px 3px #618781;
}
.center, .award {text-align: center;}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	width: 40%;
	}
.form {
	float: left;
	width: 38%;
}
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;	
    text-align: center;
}
.control-copytextarea {
	position: relative;
	float: right;
	top: 33px;
    left: -103px;
	font-size: .9em;
  	cursor: pointer; 
	color: transparent; 	
}
.control-copytextarea::after {
	content: '\f0c5';
	font: var(--fa-font-regular);
  	font-size: 1.5em;
	color: #a9d3d9;
}
.codecopy textarea, .codecopy textarea:focus {
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: .95em;
    border: 1px dotted #fff;
    overflow: hidden;
    background-color: #90a693;
}
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
	width: 135px;
    margin: 0 auto;
}
form { margin-left: 15px; }
input, textarea, select {
	margin: 3px;
	width: 265px;
    color: #b2c8be;
    background: none;
    font-size: .85em;
    font-family: inherit;
    border: 1px solid #90a693;
	outline: none;
   	box-sizing: border-box;
	border-radius: 2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #90a693;
	color: #fffffa;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 226px;
    overflow: hidden;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 1px auto 6px;
	padding: 3px 10px;
	color: #95d2cd;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font: inherit;
	border: 1px solid #3f6357;
	background-color: #3f6357;
	border-radius: 6px;
}
.jsubbtn {
	margin-left: 32px;
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.clear { clear:both; }
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.members::nth-word(2)::before {
	content: ' is from ';
}
footer { 
	font-size: .65em;
	text-align: center;
	font-style: oblique;
	}
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a { background: none; border: 0; }