* {
	box-sizing: border-box;
}
body,
html {
	height: 100%;
	display: grid;
}
body {
	margin: 0;
	font-size: 0.9em;
	line-height: 200%;
	font-family: 'ABeeZee', sans-serif;
	color: #575757; /* or rgba(102, 82, 78, 0.7) */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

	background-image: url('img/bg.png');
	background-repeat: repeat;
	background-color: #fff5f3;
	
	word-wrap: break-word;
	letter-spacing: 0.05em;
}
a {
	text-decoration: none;
	color: #243a5c;
	box-shadow: inset 0 -6px #6bbeda; /* or #9DC1E9; */
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover {
	box-shadow: inset 0 -16px #6bbeda; /* or #9DC1E9; */
}
#container {
	margin: auto;
}
#side,
#content {
	float: left;
	background: #fff;
}
#sidebar {
	padding: 20px;
	width: 200px;
	text-align: center;
}
#content {
	margin-left: 25px;
	padding: 30px;
	width: 600px;
	text-align: justify;
}
#footer {
	margin: 50px auto 10px auto;
	padding-top: 20px;
	text-align: center;
	font-size: 0.875em;
	line-height: 150%;
	border-top: 5px solid #f5f5f5;
}
table.stats {
	margin: 30px auto;
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;

}
table.stats td {
	padding: 10px;
	text-align: center;
	background: #f5f5f5;
}
table.stats td:first-child {
	border-radius: 10px 0 0 10px;
}
table.stats td:nth-child(3) {
	border-radius: 0 10px 10px 0;
}
#nav {
	padding: 20px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
#nav li {
	display: inline-block;
	line-height: 100%;
	text-transform: uppercase;
}
#nav a {
	display: block;
	padding: 3px 7px;
	color: #243a5c;
	text-decoration: none;
	box-shadow: none;
	-o-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
#nav a:hover {
	background-color: #fff;
}
#nav a.active {
	color: #ffd35c;
	background-color: #fff;
	cursor: default;
}
/* Form */

input,
select,
textarea {
margin: 0;
padding: 10px;
width: 200px;
max-width: 100%;
box-sizing: border-box;

font-weight: 700;
font-size: 1em;
line-height: 150%;
font-family: 'ABeeZee', sans-serif;

color: #444;
background-color: #f9f9f9;
border-top: none;
border-right: none;
border-bottom: 3px solid #ddf4ff;
border-left: none;
border-radius: 5px;

-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
input[type="radio"] {
	margin-left: 10px;
	width: auto;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}
select {
	background-image: url('img/arrow.svg');
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: .65em auto;
}
.show_join_country_field::-ms-expand {
		display: none;
}
.show_join_country_field option {
		font-weight: 400;
}
textarea.show_join_comments_field {
	width: 405px;
}
input[type='submit'], input[type='reset'] {
	width: auto;
		color: #99cee6;
		background-color: #ddf4ff;
		border: none;
}
input[type='submit']:hover, input[type='reset']:hover {
		color: #fff;
		background-color: #99cee6;
		cursor: pointer;
}

/* Member List */
.fan {
	border-collapse: collapse;
	width: 100%;
}
.fan tr {
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.fan td {
	padding: 10px;
}
/* Name */
.fan tr:first-child td:first-child {
	width: 40%;
}
/* Country */
.fan tr:first-child td:nth-child(2) {
	width: 40%;
}
/* Website */
.fan tr:first-child td:nth-child(3) {
}

/* By Country */

table.fan_country {
	margin: 0 auto;
}

.fan_country {
	border-collapse: collapse;
	width: 60%;
}
.fan_country tr {
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.fan_country td {
	padding: 10px;
}
.fan_country tr:first-child td:nth-child(2) {
	width: 20%;
}


/* Etc */
.show_members_no_website {
	opacity: 0.25;
	text-decoration: none;
}
a.show_members_website {
	box-shadow: none !important;
}
/* All */
.fan tr:first-child td:first-child,
.fan tr:first-child td:nth-child(2),
.fan tr:first-child td:nth-child(3)
{
	display: hidden;
}

.list_stats {
	text-align: center;
	font-size: 1.25em;
	font-family: 'Lora', serif;

	margin: 30px 0;
}
.list_heading {
	text-transform: capitalize;
}

.show_sort_links {
	text-align: center;
}
.show_sort_links a {
	box-shadow: none !important;
	text-decoration: none;
}
.sortbutton {
	display: inline-block;
	line-height: 100%;
	text-transform: uppercase;
	border: 1px solid #e0e0e0;
	padding: 7px 25px;
}
.sortbutton:first-child {
	margin-right: 5px;
}
.n_members {
	color: ;
}
.n_country,
.current_country {
	color: ;
}

/* CodeSort */

.codesort p {
	text-align: center;
}

.codesort img {
	margin-bottom: 4px;
}

.center {
	text-align: center;
}

/* Clipboard */

#url {
	width: 300px;
	text-align: center;
	border: 1px solid #3f414f;
	font-size: 1.125em;
	color: #99cee6;
	border-radius: 10px 0 0 10px;
}

input#url:focus {
		outline: none;
}

button#clippy {
	position: relative;
	top: 1px;
	right: 6px;
	width: 50px;
	height: 46px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #3f414f;
	border-radius: 0 10px 10px 0;
	font-size: 1.125em;
	color: #99cee6;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
button#clippy:hover {
		cursor: pointer;
		color: #ffcc66;
}