a {
  display: inline-block;
  position: relative;
  color: #6a8491;
  text-decoration: none;
}
a:hover { color: #d1bfa2; }
a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #6a8491;
  transform-origin: bottom right;
  transition: transform 0.20s ease-out;
}
nav a::after, .codes a::after, .aff a::after, 
.flaglist img.flag a::after, .flaglist .img a::after,
footer div:nth-child(2) a:has(img):after {
	background-color: transparent;
}
a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
body {
	margin:	0;
    font: .95em "Nunito", sans-serif;
    color: #4f4c44;
    line-height: 18px;
    background-color: #d1bfa2;
	}
.title {
    position: relative;
    top: -22px;
    left: 15px;    
    font: 5em "Nanum Pen Script", cursive;
    color: #f9f2e773;
    text-shadow: 2px 1px 2px #4e3d20;
}
nav {
    margin-right: 5px;
    padding: 8px 0 0 5px;
    text-align: right;
    font-size: 1.2em;
}
nav a:link, nav a:visited {
    padding: 0 0 5px;
    width: 60px;
    text-align: center;
    color: #cacfd4;
}
nav a:hover, nav a.current {
	color: #e8e8e8;
}
nav a:link:first-of-type, nav a:visited:first-of-type {
	margin-left: 10px;
}
#wrapper {
    margin: 10px auto;
    width: 1080px;
    background: #eee url(images/now.webp) no-repeat;
	border-radius: 10px;
}
#container {
	padding: 345px 12px 12px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
      background: #b8a689;
}
.opening { margin: 25px; }
.flex {
	margin: 2px 0 27px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.bottom { margin-bottom:0;}
.inner:first-of-type {width: 125%;}
.frame {
    border-radius: 8px;
    border: 2px solid #000;
    background-color: #000;
}
.aff { margin-bottom: 18px; }
.aff a { margin-left: 7px; }
blockquote {
    line-height: 14px;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
b {color: #c5727a;}
em, b {
    font: 1.5em "Nanum Pen Script", cursive; 
    vertical-align: middle;
    line-height: 18px;
}
.center, .award {text-align: center;}
h3 {
	margin: 0;
    font: 4.5em "Nanum Pen Script", cursive;
    color: #5c5050;
    text-align: right;
    text-shadow: 2px 1px 2px #809672;
}
h6 {
	position: relative;
    margin: 21px 0 -14px;
    padding-left: 30px;
    color: #c78545;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 17px;
}
.codes h6 { margin-bottom: 10px; }
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	text-align: right;
	}
.form {
	float: left;
	width: 50%;
}
.req:before{
	content: "*";
	color: red;
}
.codecopy {
	margin-top: 20px;
	float: left;
	width: 30%;
	padding: 0 10px;
}
.control-copytextarea {
    position: relative;
    cursor: pointer;
    font-size: .7em;
    float: right;
    top: 10px;
    left: -80px;
}
.control-copytextarea::before, .control-copytextarea::after {content: " - ";}
.codecopy textarea, .codecopy textarea:focus {
	width: 190px;
	color: #0265a1;
	font-family: inherit;
	font-size: .95em;
	overflow: hidden;
}
#select1, #select2 { line-height: 16px; }
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
	width: 135px;
    margin: 0 auto;
}
.codes {margin: 63px 0 0;}
.codes h3 {margin: 50px 0 -20px;}
.codes img { margin-right: 5px; }
form.show_update_form { width: 37%; }
input, textarea, select {
	margin: 2px 0;
	width: 365px;
    color: #90476c;
    font-size: 1em;
	font-family: inherit;
    background-color: #d1bfa28f;
    border: 1px;
	outline: none;
   	box-sizing: border-box;
}
input, textarea {padding-left: 4px;}
input:focus, textarea:focus, select:focus {
	border: 1px solid #b8a689;
}
input.show_join_comments_field {
    width: 475px;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin: 3px 0 0 10px;
	outline: none;
}
form.show_join_form input {margin-bottom: 10px;}
form.show_join_form div {margin-right: 346px;}
input::file-selector-button {
	margin: 0 2px 2px -3px;
	font-size: .85em;
	color: #fff;
	background-color: #663642;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
    padding: 7px 12px;
    color: #fff;
    text-align: center;
    background-color: #663642;
    border: 1px;
    border-radius: 20px;
}
.jsubbtn:hover, .jresbtn:hover,
.usubbtn:hover, .uresbtn:hover {
	background-color: #5b7c7e;
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .8em;
	text-align: center;
}
.small {
	font-size: .7em;
    text-align: center;
    line-height: 11px;
}
.small span {
    font-size: 2em;
    vertical-align: top;
}
.clear { clear:both; }
.show_members_showing_what {
	font-size: 1.15em;
	color: #B0D0D3;
	}
table { margin: 0 auto; }
td { padding: 0 10px; }
footer { 
	margin-top: 13px;
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	line-height: 13px;
	color: #a3847485;
 }
footer div:nth-child(2) { font-style: normal;}