a {
	text-decoration: none;
	color: #f68c3f;
	}
a:hover {
	color: #884515;
	}
.codes a, footer div:nth-child(3), .aff a { border:0; }
a:has(img):hover, .top a:hover {border:none;}
body {
	background: #e7f1f7 url(images/background.jpg);
	font: 1em "Hubballi", sans-serif;
	color: #144a69;
	}
#wrapper {
    margin: 20px auto 0;	
	width: 422px;
	height: 739px;
	background: #fff8f2 url(images/banner.jpg);
}
#content {
	position: relative;
    top: 235px;
    padding: 8px;
    height: 350px;
	scrollbar-width: thin;
	scrollbar-color: #dfeef7 #fff;
	overflow: auto;
}
nav {
    position: relative;
    top: -32px;
    left: -10px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 170px;   
}
nav a, nav a:hover {
	font: bold 1.25em "Hubballi", sans-serif;
	line-height: 12px;
	color: white;
  	text-shadow: -1px -1px 0 #234f68, 1px -1px 0 #234f68, -1px 1px 0 #234f68, 1px 1px 0 #234f68;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
li { padding-bottom: 6px;}
em {
	font-style: italic;
	font-weight: bold;
}
h3 {
    color: #327296;
    letter-spacing: .2em;
    text-align: right;
	font: bold 1.4em "Satisfy", cursive;
}
h6 {
	margin: 6px 0;
    color: #c9cadc;
    font-size: 1.1em;
    letter-spacing: .1em;
}
.sidebyside {
	display: flex;
	margin-bottom: 30px;
}
.sidebyside div { flex: 1;}
.affiliates { margin-bottom: 0;}
blockquote {
	margin:0;
	padding-left: 8px;
	width: 50%;
	border-left: 4px solid #66b6dd;
}
.center, .award {text-align: center;}
.codecopy {
	display: inline-block;
	width: 45%;
}
#select1, #select2 {
    width: 85%;
    scrollbar-width: none;
    font-size: .85em;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	float: right;
    left: -6px;
    top: 19px;
    font-size: 1em;
	color: transparent;
}
.control-copytextarea::after {
    content: '\f328';
    font: var(--fa-font-regular);
    color: #76afd1;
}
img {padding: 0 3px;}
h6 + a { padding-left: 0;}
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.show_join_form { width: 43%; }
.show_update_form, .show_donate_form { width: 68%;}
.show_join_email_settings {width: 150%;}
.show_update_email_settings { width: 63%;}
.rules {
	position: absolute;
    margin-left: 321px;
    padding: 8px;	
    top: 639px;
    width: 240px;
	background-color: #eee4ed;
    border: 1px dashed;
}
input, textarea, select {
	margin: 3px;
	width: 230px;
   	font-size: .95em;
   	font-family: inherit;
	border: 1px solid #76afd1;
    background-color: #76afd145;
	outline: none;
   	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #76afd1;
    background-color: #d1e3ee;
}
p + label {
    width: 300px;
    display: block;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
.show_join_submit { width: 230px;}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
    margin: 0 0 0 17px;
    color: #fff;
    font: inherit;
    background-color: #7bc1e3;
    border: 1px solid #234f68;
    border-radius: 4px;
}
.jresbtn, .uresbtn {margin-left: 4px;}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover { box-shadow: 0 0 15px 0px #d09c76;}
.jsubbtn:active, .jresbtn:active, 
.usubbtn:active, .uresbtn:active {color: #000;}
	
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
	text-align: center;
}
.small {font-size: .65em;}
.smaller {font-size: .85em;}
.clear { clear:both; }
table.flaglist {margin: 0 auto;}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.fa-droplet {
    font-size: .85em;
    color: #70bce0ab;
}
footer { 
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	}
footer div:nth-child(3) { font-style: normal;}