a:link, a:visited {
	color: #dfa97b;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #d1edf8;
	}
body {
	margin:0;
	background: #12100e url(images/banner.webp) no-repeat top center;
	font: .9em 'Mallanna', sans-serif;
	}
nav {
	margin-top: 480px;
	background-color: #1f4477;
	border-bottom: 2px solid #282a2d;
	font: 1.2em "Bebas Neue", sans-serif;
	text-align: center;
	line-height: 33px;
	}
nav a:link, nav a:visited {
	font-size: 1.2em;
	letter-spacing: .04em;
	color: #cacfd4;
	border: none;
	padding: 0 30px;
}
nav a:hover {color: #e8e8e8;}
.current {    
	color: #fff !important;
	background: #0276cd;
	display: inline-block;
}
#wrapper {
	margin: 0 auto 35px;
	color: rgba(226, 226, 226, 0.84);
}
#lower {background-color: #738a954a;}
#container {
	display: flex;
	width: 720px;
	margin: 0 auto;
	line-height: 15px;
}
#content {
	float: left;
	padding: 10px 40px 0 0;
	width: 500px;
	}
#sidebar {
	float: right;
	width: 250px;
}
blockquote {
    margin: 5px 0 20px;
	padding: 2px;
    background-color: #4c4943c2;
    border: 1px dotted #404143;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	padding: 0 0 0 8px;
	}
em {
	font-style: italic;
	font-weight: bold;
	color: #81c7e0;
}
h3 {
	margin-top: 0;
	letter-spacing: .2em;
	font: bold 1.75em "Arbutus Slab", serif;
	text-transform: capitalize;
 	}
h6, #sidebar h1 {
	padding-left: 4px;
	color: #fff;
	letter-spacing: .1em;
	border-bottom: 1px dashed #d1edf8;
	font: 1.25em "Arbutus Slab", serif;
	}
#sidebar h6 {margin-top:0; margin-bottom:0;}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
.center, .award {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.form {
	float: left;
	width: 50%;
}
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;
}
.control-copytextarea {
	position: relative;
	cursor: pointer;
	float: right;
	left: -19px;
	top: 5px;
	padding: 0 3px 3px;
	font-size: .65em;
    border: 1px dotted #d1edf8;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
    width: 180px;
    color: #81c7e0;
    font-family: inherit;
    font-size: .95em;
    background-color: rgba(232, 232, 232, 0.05);
    overflow: hidden;
}
.codes {display: inline-block;}
.codes img {border: 3px solid #2e3335;}
.codes img:hover {border: 3px solid;}
.donatetext { margin-top: 50px;}
.donatetext a {
	text-align: center;
	display: block;
}
.show_join_form, .show_update_form {
    width: 80%;
    margin: 30px auto;
}
input, textarea, select {
	margin: 0px;
	width: 350px;
	color: #81c7e0;
	font-size: .95em;
	font-family: inherit;
	background: transparent;
	border: 1px dotted #d1edf8;
	outline: none;
    box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #81c7e0;
	background-color: #d1edf8;
	color: #404143;
}
input, textarea {padding-left: 4px;}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 350px;
	height: 50px;
}
#select1, #select2 { height: 45px; }
.jsubbtn, .usubbtn, 
.jresbtn, .uresbtn, 
input::file-selector-button {
    margin: 30px auto 0;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
    background: #00a7ff;
    border: 1px solid #d1edf8;
    border-radius: 3px;
}
.jsubbtn, .usubbtn { margin-left: 105px; }
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	background: none;
}
.stats { font-size: .85em; }
.clear { clear:both; }
table {
    margin: 20px auto 0;
    width: 70%;	
	border-collapse: separate;
    border-spacing: 0;
	border-radius: .25rem;
}
th {
    background-color: #374350;
    letter-spacing: .07em;
    font-size: 1.1em;
    line-height: 22px;
}
th, td { text-align: left;}
tr {line-height: 15px;}
.members tr:nth-child(odd) { background-color: #5c59524d;}
.members tr > :first-child { padding-left: 8px;}
.show_members_showing_what {font-size: 1.15em;}
.flaglist {
	margin: 0 40%;
	width: 25%;
	border: 0;
	}
.flaglist tr { display: flex;}
/* swap column postition */
.flaglist td:nth-child(2) { order: -1;}
.flaglist td {
	width: 34px;	
	text-align: right;
	border: 0;
}
.flaglist td + td {
    width: 56px;
}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
footer { 
	font-size: .8em;
	text-align: center;
	font-style: oblique;
	}
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a { border: 0; }