*{
	font-size:20px;
	line-height:130%;
	box-sizing:border-box;
	font-family: "Times New Roman", Times, serif;
}
html,body{
	background-color:black;
	width:100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	min-width:400px;
}
body{
	display:inline-table;
	max-width:1200px;
	margin:auto;
	border-left:1px solid white;
	border-right:1px solid white;
}
a{
	text-decoration:none;
	color:black;
}
pre{
	color:white;
	text-align:left;
}
form{
	margin:0px;
}
form input{
	margin:0px;
	padding:0px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:15px;
}
form input:nth-of-type(1){
	width:340px;
}
form input:nth-of-type(2){
	background-color:transparent;
	border:0px;
	font-size:30px;
	width:40px;
	cursor:pointer;
}
.mainlogo{
	display:inline-block;
	margin:10px 0px;
	padding-left:70px;
	font-size:48px;
	color:white;
	text-align:left;
	background-image:url('../img/favicon.png');
	background-repeat:no-repeat;
	background-size:auto 65px;
}
.info{
	display:inline-block;
	width:380px;
	border:1px solid black;
	background-color:cornflowerblue;
	background-repeat:no-repeat;
	background-size:auto 50px;
	background-position:center 10px;
	padding:10px;
	padding-top:65px;
	margin:5px;
	border-radius:40px;
	text-align:center;
	color:white;
}
.info a{
	color:white;
	word-break:break-all;
	font-size:18px;
}
.info a:nth-of-type(1){
	border-radius:0px 0px 35px 35px;
	border-top:1px solid black;
	padding-top:5px;
	width:100%;
	display:block;
}
.info>b>a{
	color:darkblue !important;
}
.mempool{
	font-size:16px !important;
	background-color:darkred;
	width:28px;
	height:28px;
	border-radius:8px;
	line-height:28px;
	display:inline-block;
	margin:3px;
	padding:1px;
}
.info b{
	color:darkblue;
}
.last10{
	padding-top:30px;
	color:red;
	font-weight:bold;
}
.last10 table,.last10tx table{
	width:380px;
	display:inline-table;
	background-color:white;
}
.last10 tr>td:nth-of-type(1){
	color:darkred;
	text-align:center;
	background-color:lightpink;
	font-size:24px;
}
.last10 tr>td:nth-of-type(2){
	color:green;
	background-color:lightgreen;
	font-weight:bold;
	text-align:center;
}
.last10 tr>td:nth-of-type(3){
	background-color:lightblue;
	color:darkblue;
	font-weight:bold;
	text-align:center;
}
.last10 td[colspan="3"]{
	background-color:lightgrey !important;
	color:black !important;
	font-size:initial !important;
}
.last10 td,.last10 td *{
	font-size:smaller;
	word-break:break-all;
	padding:3px;
	color:inherit;
}
.last10tx{
	overflow:hidden;
	display:block;
	padding-top:30px;
	color:red;
}
.last10tx *{
	width:380px;
	max-width:380px;
	display:inline-block;
	font-size:15px;
}
.last10tx p{
	color:white;
	font-weight:bold;
}
.last10tx span{
	padding:5px;
	background-color:lightblue;
	color:darkblue;
	border:1px solid lightslategray;
}
.last10tx p{
	margin:0px;
}
txin,txout{
	width:auto !important;
	display:inline-block !important;
	float:right;
	font-weight:bold;
}
txin{
	background-color:transparent;
	color:darkred;
}
txout{
	background-color:transparent;
	color:green;
	text-align:right;
}
a[href]:hover{
	font-weight:bold;
}
.copyright{
	background-color:black;
	position:fixed;
	bottom:0px;
	color:white;
	font-size:14px;
	padding:5px;
	right:0px;
}
.explorers{
	display:inline-block;
	color:white;
	border:0px;
	width:200px;
	height:80px;
	background-size:180px;
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid grey;
	border-radius:40px;
	padding:20px;
	box-sizing:border-box;
	
}
.explorers:hover{
	transform:scale(1.1);
}
.explorerlist{
	display:inline-block;
	padding-top:20px;
	width:380px;
	color:white;
}
.addressdetails,.addressdetails *{
	color:white;
}
.menu>a{
	display:inline-block;
	height:50px;
	color:white;
	font-weight:bold;
	padding:10px 10px 10px 50px;
	font-size:20px;
	margin:1px 10px;
	background-repeat:no-repeat;
	background-size:auto 30px;
	background-position:7px;
	border-radius:15px;
}
.menu>a:hover{
	background-color:gainsboro;
	color:black;
}
.menu>a:nth-of-type(1){
	background-image:url('../img/menu/faucets.png');
}
.menu>a:nth-of-type(2){
	background-image:url('../img/menu/gift.png');
}
.menu>a:nth-of-type(3){
	background-image:url('../img/menu/games.png');
}
.menu>a:nth-of-type(4){
	background-image:url('../img/menu/explorer.png');
}
.menu>a:nth-of-type(5){
	background-image:url('../img/menu/gifts.png');
}
.menu>a:nth-of-type(6){
	background-image:url('../img/menu/coinupdate.png');
}
.menu>a:nth-of-type(7){
	background-image:url('../img/menu/walletupdate.png');
}
.menu>a:nth-of-type(8){
	background-image:url('../img/menu/ban.png');
}
.addressdetails input{
	background-color:transparent;
	border:0px;
	margin:10px;
	padding:0px;
	font-size:26px;
	cursor:pointer;
}
.pagenumber{
	font-size:22px !important;
}