#gameStats{
	display: none !important;
}
div[data-sg-id="game-matchmemory"] {
	width: 943px;
    height: 560px;
    position: absolute;
    left: 286px;
    top: 88px;
    overflow: hidden;
}
#cards {
	width: 902px;
    height: 479px;
    margin-top: 60px;
}

/* Define the 3D perspective view and dimension of each card. */
#cards > div, .card {
	-webkit-perspective: 600;
	width: 171px;
    height: 155px;
	display: inline-block;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	border-radius: 5px;
    display: inline-block;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    margin-left: 44px;
    margin-bottom: 13px;
}

#gameIntro {
	display: none !important;
}
#gameComplete {
	display: none !important;
}
.face {
	width: 171px;
    height: 148px;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 15px;
}
.front {
	background: white url(../img/act2/M_G10_U02_L04_cuadroatras-16.png) 0px 0px no-repeat;
	z-index: 10;
}
.back {
	/*background:  white url(../img/.png) top center no-repeat;*/
	color: white;
	z-index: 10;
	display: none;
}
.front:hover{
	box-shadow: 0 0 15px 1px #ccc;
}
.card-flipped .front {
	display: none;
}
.card-flipped .back {
	display: inline-block;
}
.card-flipped-old .front {
	display: none;
}
.card-flipped-old .back {
	display: inline-block;
}
.card-removed {
	opacity: 0;
}

.strong-hide{
	display: none !important;
}
.strong-show{
	display: inline-block !important;
}