html {
	background-image:url('img/bgnyo.png');
}

body {
	width: 810px;
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
	font-family: 'MS UI Gothic';
	font-size: 14px;
	overflow-y: scroll;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: white; 
	border-left:1px solid #769A00;
}
 
::-webkit-scrollbar-thumb {
	background: #769A00; 
	border-left:1px solid #769A00;
}

::-webkit-scrollbar-thumb:hover {
	background: #B7C903; 
}

textarea::-webkit-scrollbar {
	width: 15px;
}

textarea::-webkit-scrollbar-track {
	background: white; 
	border-left:1px solid gray;
}

textarea::-webkit-scrollbar-thumb {
	background: gray; 
	border-left:1px solid gray;
}

textarea::-webkit-scrollbar-thumb:hover {
	background: lightgray; 
}

.container {
	display: grid;
	gap: 5px;
	grid-auto-columns: 135px;
}

.banner {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 2;
	border: 1px solid black;
	
	background-color: white;
	background-image:url('img/bannernyo.png');
}

.nav {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 3;
	
	background-color: white;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid black;
	letter-spacing: 2px;
	height: 20px;
	line-height: 20px;
}

.content {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row-start: 3;
	grid-row-end: 4;
	border: 1px solid black;
	
	background-color: white;
	padding: 5px;
	
	text-align: center;
}

.content a,.content a:visited {
	color: #769A00;
}

.content a:hover,.content a:active {
	color: #B7C903;
}

.logo {
	position: absolute;
	left: -40px;
	top: 225px;
	
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 50px;
	-webkit-text-stroke: 2px black;
	color: white;
}

h3 {
	background-color: rgba(0, 0, 0, 0.075); 
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 2px;
	border: 1px dotted rgba(0, 0, 0, 0.075);
}

ul {
	list-style-image: url('img/ul.gif');
	margin: 5px 15px 5px 15px;
	padding: 0px;
	font-size: 12px;
}

hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
}

h1 {
	background-color: rgba(0, 0, 0, 0.075); 
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 2px;
	border: 1px dotted rgba(0, 0, 0, 0.075);
}

.overview {
	margin: 5px auto 0px auto;
}

.overview td {
	border: 1px dashed #ccc;
	font-size: 14px;
	padding: 4px;
}

.nav a {
	color: black;
	text-decoration: none;
	background-color: #ECECEC;
}

.nav a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

h2 {
	text-align: center;
	font-size: 14px;
}

.scrollable {
	height: 200px;
	overflow-y: scroll;
	font-family: monospace;
}

#home {
	text-align: center;
}

.dimmedCard{
	opacity:0.5;
	filter:alpha(opacity=30);
}

input[type=submit] {
	font-family: 'MS UI Gothic';
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.075); 
	border: 1px solid black;
	height: 20px;
}

#search {
	font-family: 'MS UI Gothic';
	font-size: 14px;
	background-color: white; 
	border: 1px solid black;
	height: 20px;
}

.stats input[type=submit] {
	background-color: rgba(0, 0, 0, 0.075); 
}

.stats input,.stats select,.footer select {
	font-family: 'MS UI Gothic';
	font-size: 14px;
	background-color: white; 
	border: 1px solid black;
	height: 20px;
}

.stats textarea {
	font-family: 'MS UI Gothic';
	font-size: 14px;
	background-color: white; 
	border: 1px solid black;
}

.footer {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row-start: 4;
	grid-row-end: 5;
	
	background-color: white;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid black;
	letter-spacing: 2px;
}

.footer a {
	color: black;
	text-decoration: none;
	background-color: #ECECEC;
}

.footer a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.mstry a {
	color: black;
	text-decoration: none;
	background-color: #ECECEC;
	font-size:12px;
}

.mstry a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  text-align:center;
  display: block;
}

.dropdown:hover .dropdown-content {display: block;}

/************************
N E E D E D
************************/
#needed-deck {
    font-weight: normal;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 31%;
    margin: 0;
    border-top: 1px solid #eeeeee;
    vertical-align: top;
}
#needed-cards {
    font-weight: normal;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 68%;
    margin: 0;
    border-top: 1px solid #eeeeee;
    vertical-align: top;
}
#needed-trading #needed-cards {
    color: white !important;
}
#needed-pending {
    font-weight: normal;
    color: #FFC03C;
	text-shadow: 1px 1px 2px rgba(255, 192, 60, 0.5);
}
#needed {
    text-align: left;
    font-family: calibri;
    font-size: 11px;
}
#needed b, #needed strong {
    text-align: left;
    font-family: calibri;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}
	
.usedcoupon {
	filter: grayscale(100%);
}

.info {
	position: relative;
}
.info[aria-label]:hover:after {
	content: attr(aria-label);
	position: absolute;
	top: -100%;
	left: -10px;
	background-color:black;
	color:white;
	padding:5px;
	font-size:12px;
}

.needednav a {
	color: black;
	text-decoration: none;
	background-color: #ECECEC;
}

.needednav a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.needednav {
	padding-bottom: 5px;
}