@font-face {
    font-family: 'mlb_blue_jaysvintage';
    src: url('mlb_blue_jays_vintage-webfont.woff2') format('woff2'),
         url('mlb_blue_jays_vintage-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a {
	text-decoration: none;
	color: #ec1852;
	}
a:hover {
	color: #005797;
	border-bottom:2px dotted #ec1852;
	}
.codes a, footer div:nth-child(3), .aff a { border:0; }
.codes a { padding: 0;}
a:has(img):hover {border:none;}
body {
	background-color: #65b417;
	font: .9em 'DM Sans', sans-serif;
	}
nav {
    position: relative;
    top: 16px;
    display: flex;
    justify-content: space-evenly;
}
nav a {
	color: #005797;
	font: 1.5em "Mouse Memoirs", sans-serif;
	letter-spacing: .05em;
	border: 0;
	transition: 0.5s;
}
nav a:hover {
    color: #cbf34e;
    border: 0;
    letter-spacing: .075em;
    transition: 0.5s;
}
#wrapper {
	margin: 0 auto;
    background: #fff url(images/background.webp) center 10px no-repeat;
    width: 578px;
    height: 835px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
#content {
	position: relative;
	top: 22px;
    padding: 8px 22px;
    width: 545px;
    height: 390px;
    scrollbar-width: thin;
    scrollbar-color: #65b417 #599f14;
    overflow: auto;
}
#logo {
	display: flex;
	margin-top: 273px;
    padding: 13px;
	height: 108px;
}
#title {
	padding-top: 6px;
	font: 4em 'mlb_blue_jaysvintage';
	color: #005797;
	text-align: center;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
}
li {
    padding-bottom: 8px;
    font-size: .95em;
}
em {
	font-style: italic;
	font-weight: bold;
}
h1 {
	font: 2.4em "Shrikhand", serif;
    color: #f2ebe7;
    text-shadow: 1.5px 1.5px 3px #0d603a;
    letter-spacing: .2em;
    text-align: center;
 	}
.first-word::after { 
	content: '';
	display: inline-block;
	background: url('images/bat.png') no-repeat;
	height: 42px;
	width: 53px;
}
h2 {
	margin: 0 0 6px 0;
    font: 1.75em "Mouse Memoirs", sans-serif;
    letter-spacing: .1em;
    font-variant-caps: small-caps;
    border-bottom: 1px solid #0c5b51;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	}
hr {
	margin: 40px 0 10px;
	background: url(images/cue.png) no-repeat center;
	height: 15px;
	border: 0;
}
.stats {
	display: flex;
	height: 105px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 38px;
}
blockquote {
	font-size: .9em;
	line-height: 14px;	
	border-left: 4px solid #ec1852;
    padding-left: 6px;
}
blockquote a { color: #f5f5ea;}
blockquote a:hover { 
	color: #ec1852;
	border-bottom: none;
}
.center, .award {text-align: center;}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	float: right;
	left: -156px;
	top: 61px;
	font-size: .85em;
}
.donatetext { margin-top: 50px; }
label { display: inline; }
.req:before{
	content: "*";
	color: red; 
}
.show_join_form, .show_update_form { width: 90%; }
.form {
    width: 45%;
    float: left;
}
.show_update_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
}
.show_update_current_password { margin-left: 12px;}
.show_update_current_password br + label, .show_update_email_settings label~label { font-size: .85em;}
.delete_update_record, .show_update_submit { grid-column: 1 / span 2;}
input, textarea, select {
	margin: 3px;
	width: 200px;
   	font-size: .95em;
   	font-family: inherit;
	border: 1px solid #005797;
    background-color: transparent;
	color: #4b890d;
	line-height: 18px;
    outline: none;
}
textarea {width: 410px;}
#select1, #select2 {
    width: 71%;	
    scrollbar-width: none;
}
input:focus, textarea:focus, select:focus {
	color: #000;
	box-shadow: 0px 0px 13px 0px #cbf34e;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
    margin: 20px 0 0 78px;
    padding: 3px 22px;
    color: #fff;
    background-color: #7fc4f0;
}
.jresbtn, .uresbtn {margin-left: 4px;}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	background-color: #65b417;
	box-shadow: 0 0 15px 0px #0d603a;
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
	text-align: center;
}
.small {font-size: .65em;}
.clear { clear:both; }
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
table {	
	margin: 0 auto;
    width: 72%;
    border: 6px double #4a8511;
}
table.flaglist {
	width: 25%;
	background: none;
	border: none;
}
th {
	text-align: left;
	text-transform: uppercase;
	background-color: #65b41775;
	border-bottom: 1px solid;
}
th b {
    padding-left: 2px;
	color: #4a8511;
}
table a { 
	padding: 0;
	color: #035797;
}
table a:hover {
    color: #000;
    border-bottom: none;
}
td:nth-of-type(3) { width: 95px; }
footer { 
	font-size: .65em;
	text-align: center;
	font-style: oblique;
	}
footer div:nth-child(3) { font-style: normal;}