a:link, a:visited {
	color: #ffc149;;
	text-decoration: none;
	font-weight: bolder;
	}
a:hover {
	color: #ffc149;;
	text-decoration: overline;
	}
.codes a {
	text-decoration: none;
}
.show_join_error {
	background-color: red;
}
body {
	background-color: #f8dca5;
	font-family: Verdana, Helvetica, sans-serif;
	}
.pic {
	position: relative;	
	top: 20px;
	left: 75px;
	}
nav {
	margin-top: 15px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;	
	}
nav a:link, nav a:visited {
	font-variant: small-caps;
	color: #000;
	}
nav a:hover {
	text-decoration: none;
	color: #f4c976;
	}
#wrapper {
	margin: 0 auto;
	width: 400px;
	}
#content {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px;
	font-size: 0.78em;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
em {
	font-style: italic;
	font-weight: bold;
	color: #ff6f00;
}
.center {text-align: center;}
h3 {
	color: #000000;
	border-bottom: 1px dashed #f4c976;
	font-size: 1.7em;
	font-weight: bold;
 	font-family: Verdana, Helvetica, sans-serif;
 	}
h6 {
	color: #f4c976;
	border-bottom: 1px dashed #000000;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	}
blockquote{
	margin: 0 auto 10px;
	padding: 5px;
	color: #000;
	font-size: .85em;
	background-color: #e8e9eb;
	width: 64%;
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
div.form {
	float: left;
	width: 50%;
}
label {
	display: inline;
}
label#req:before{
	content: "* ";
	color: red; 
}
.req {
	color: red;
}
.codecopy {
	float: left;
	display: inline-block;
	width: 35%;
	padding: 0 10px;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	padding: 0 4px;
  	background-color: #fff;
  	border-left: 1px dotted #222e50;
  	border-top: 1px dotted #222e50;
  	border-right: 1px dotted #222e50;
  	float: right;
  	left: -138px;
  	padding-top: 4px;
  	font-size: .6em;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 280px;
	color: #b0c0c7;
	font-family: inherit;
	font-size: .95em;
	-ms-overflow-style: none;
	overflow: hidden;
}
.codes h3 {margin: 50px 0 -20px;}
form.show_join_form {
    width: 250px;
}
input, textarea, select {
	margin: 0px;
	width: 250px;
	color: #000;
	font: .95em arial;
	background-color: #f8dca5;
	outline: none;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #7fbfff;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 250px;
	height: 80px;
}
#select1, #select2 {
	height: 45px;
	overflow: hidden;
	}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 30px auto 0;
	padding: 3px 10px;
	background-color: #f4c976;
	border: 1px dashed #f8dca5;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}
.jsubbtn, .usubbtn {
	margin-left: 50px;	
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	background-color: #f7b17b;
}
.stats {
	font-size: .85em;
	}
.small, .disc,
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .80em;
	text-align: center;
}
.disc {
	font-style: oblique;
	}
.clear {
	clear:both;
}
table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 50%;
}
th, td {
    text-align: left;
    padding: 8px 6px 4px 6px;
}
tr {}
tr:nth-child(odd){}	
th {}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.flaglist {
	margin: 0 auto;
	width: 28%;
	}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
footer {
	font-size: .85em;
	color: var(--gray);
}
footer p {
	font-size: 1em;
}