a:link, a:visited {
	padding: 0 3px;
	text-decoration: none;
	color: #00adc9;
	}
a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #00adc9;
	}
.codes a {
    border: 0;
	padding: 0;
}
body {
	background: url(images/lines.png) no-repeat top left, url(images/bg.jpg) repeat;
	font: .85em 'Playwrite NG Modern', cursive;
	}
.otter {
	position: absolute;
    top: 144px;
    left: 726px;
    rotate: -25deg;
    width: 35%;
}
#container {
	position: relative;
    top: 148px;
    left: 59px;
    width: 499px;
}
nav {
	margin: 0 auto;
	padding-right: 35px;
    font: 1.3em '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: #0c5b51; }
#content {
	margin-top: 36px;
    padding-right: 35px;
    height: 320px;
    color: #274a79;
    overflow: auto;
	}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
	background-color: #95d1cd;
}
::-webkit-scrollbar-thumb {
      border: 1px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #fff;
}
.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: 2.2em 'Playwrite CO', cursive;
	color: #e2cfb1;
	text-shadow: 1.5px 1.5px 1px #41403e;
	text-align: center;
 	}
h6 {
	margin: 0 0 6px 0;
    color: #846750;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: .1em;
    font-variant-caps: small-caps;
    border-bottom: 1px dashed #33779c;
}
blockquote {
	position: absolute;
    top: 157px;
    left: 528px;
	color: #000;
	font-size: .9em;
	line-height: 15px;	
}
.center {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; 
	font: 1.05em "Bebas Neue", sans-serif;
}
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;	
    text-align: center;
}
.control-copytextarea {
	position: relative;
	float: right;
  	top: 7px;
    left: -6px;
	font-size: .9em;
  	cursor: pointer; 
	color: transparent; 	
}
.control-copytextarea::after {
	content: '\f328';
	font: var(--fa-font-solid);
  	font-size: 1.5em;
	color: #274a79;
}
.codecopy textarea, .codecopy textarea:focus {
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: .95em;
    border: 1px dotted #fff;
    overflow: hidden;
    background-color: #9e7d5e;
}
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
	width: 135px;
    margin: 0 auto;
}
.show_donate_form .jsubbtn, .show_donate_form .jresbtn {
	position: relative;
	float: right;
	top: -35px;
}
input, textarea, select {
	margin: 3px;
	width: 265px;
    color: #0c5b51;
    background: none;
    font-size: .85em;
    font-family: inherit;
    border: 1px solid #417693;
	outline: none;
   	box-sizing: border-box;
	border-radius: 10px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #4176932e;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 540px;
	height: 120px;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 30px auto 0;
	padding: 3px 10px;
	color: #95d2cd;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font: 1.15em "Bebas Neue", sans-serif;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	border: 2px solid #274a79;
	background-color: #0c5b51;
	border-radius: 6px;
}
.jsubbtn {
	position: relative;
	float: right;
	top: -55px;
    right: 290px;    	
}
.jresbtn, .resbtn {
	position: relative;
	float: right;
	top: -55px;
	right: 85px;
	}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	background-color: transparent;
	color: #274a79;
}
.clear { clear:both; }
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: .85em;
	}
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; }