::-webkit-scrollbar {width: 5px; height: 2px; background: #;}
::-webkit-scrollbar-thumb {background-color:#fff; border: 0px solid black;}

::selection {color: #000; background: #f8f8f8;}
::-moz-selection {color: #000; background: #f8f8f8;}
::-webkit-selection {color: #000; background: #f8f8f8;}

body {
overflow-x: hidden; 
overflow-y: scroll; 
background-color:#60727b;
background-image: url('images/bg2.png');
background-repeat:repeat;

}

a {
text-decoration-line: none;
color: #e3b753;
cursor: help;
}
	
a:hover {
color:#fff;
transition: 0.3s;
}	


table {
	max-width: 90%;
	height:100%;
	padding:0px;
	float: center;
	vertical-align:middle;
	color:#fff;
	font-size: 14px;
	font-family: 'Arial';
	text-align: center;
	text-shadow:  1px 1px 2px #60727b,
	-1px 1px 2px #60727b,
	1px 2px 2px #60727b,
	-1px -1px 2px #60727b,
	2px 3px 2px #60727b,
	-2px -2px 2px #60727b;
}

td.enter {
	float: center;
	vertical-align:middle;
	text-align: center;
}

img.enter {
padding-top:0px;
max-width:80%;
}