.approulette .icons {
	
	position: relative;
	height: 176px;
	overflow: hidden;
	width: 100%;
	perspective: 800px;
	-webkit-perspective: 800px;
	
}

.approulette.small-mode .icons {
	height: 104px;
}

.approulette .icon {
	
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px;
	width: 128px;
	height: 128px;
	cursor: pointer;
	nbackground-color: #FFF;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.20);
	transform-style: preseve-3d;
	-webkit-transform-style: preseve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	
}

.approulette.small-mode .icon {
	top: 10px;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.approulette .divider {
	
	display: block;
	width: 100%;
	height: 30px;
	margin: auto;
	background-image: url('../images/divider.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 640px 25px;
	
}

.approulette .appinfos {

	position: relative;

}

.approulette .appinfo {

	display: block;
	position: relative;
	width: 100%;
	float: left;
	margin-right: -100%;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-pointer-events: none;

}

.approulette .appinfo.visible {

	opacity: 1;
	z-index: 2;
	pointer-events: auto;
	-webkit-pointer-events: auto;
	
}

.approulette .appinfo .name {
	
	line-height: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	display: block;
	text-align: center;
	font-size: 28px;
	ncolor: black;
	
}

.approulette .appinfo .short-description {
	
	line-height: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 20px;
	display: block;
	text-align: center;
	font-size: 15px;
	ncolor: #999;
	
}

.approulette .appinfo .description {
	
	padding-top: 0px;
	display: block;
	text-align: left;
	
}

.approulette .appinfo .install-links {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.approulette .app-store-link {

	display: block;
	width: 200px;
	border: none;
	margin-bottom: 10px;
	
}

.approulette .app-store-link:hover {
	opacity: 0.75;
}

.approulette.small-mode .app-store-link {
	width: 100px;
}






.app-roulette-iconset {
	
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	margin-bottom: 26px;
	
	/* Enable flexbox */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	
}

.app-roulette-iconset > * {
	display: none;
}

.app-roulette-iconset > .icon {
	
	display: inline-block;
	margin: 0px;
	text-align: center;
	width: 160px;
	
}

.app-roulette-iconset .icon, .app-roulette-iconset .icon a, .app-roulette-iconset .icon p {
	font-size: 15px;
}

.app-roulette-iconset .icon img {
	
	display: inline-block;
	margin: 0px;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
	
}