.home-wapper{
	padding: 10% 0% 10% 0%;
	height: auto !important; 
}
#coinimg{
    height: 25px;
}
.disablecoin{
    display: felx;
    align-items: center;
}
#coins{
    margin-top:12px;
}
.game-title{display: block !important;}
.home-wapper .row{margin-right: 0; margin-left: 0;}
.home-wapper .mb_3{margin-bottom: 30px;}
.game_home_img{
	height: 100px !important;
	width: 100px !important;
	margin: 0;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 12px;
	overflow: hidden;
}
.game_home_img a img{
	border-radius: 12px;
	overflow: hidden;
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition-duration: 0.3s;
}
.game_home_img:hover{
	-webkit-box-shadow: #fff 0 0 15px;
	-moz-box-shadow: #fff 0 0 15px;
	box-shadow: #fff 0 0 15px;
}
.game_home_img:hover a img{
	transform: scale(1.2);
}
.game_home_title h3 a{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}
.table{
	width:83%!important;
	margin: auto;
}
.coin_detail_title{
	text-align: center;
	padding-bottom: 17px;
}
#game-board{
	padding-top: 17px;
}
.game_home_title h3{margin: 5px 0;}
.game_home_title h3 a:hover{text-decoration: none;}

@media (min-width: 768px){
	.game_home_img{
		height: 150px !important;
		width: 150px !important;
	}
}
.table th{
	font-size:18px;
	color:#fff;
}
.table td{
	font-size:14px;
	color:#fff;
}
.win-icon{
	background: #008000;
	border-radius: 13px;
    padding: 4px;
    margin-left:5px;
}
.lose-icon{
	background: #FF0000;
	border-radius: 13px;
    padding: 4px;
}