
h1 {
    font-size: 31px;
    text-align: center;
}
a, a:visited {
    color: #AAEEAA;
    padding: 5px;
    text-decoration: none;
}
a:hover {
    background: none repeat scroll 0 0 #AAEEAA;
    color: #000000;
    text-shadow: none;
}
#game {
    -moz-box-align: center;
    -moz-box-pack: center;
    border-radius: 10px 10px 10px 10px;
    display: -moz-box;
    height: 568px;
    left: 99px;
    margin: 11px auto;
    position: relative;
    top: 70px;
    width: 800px;
    z-index: 100;
}
#cards {
    height: 600px;
    position: relative;
    top: 48px;
    width: 670px;
}
.card {
    height: 120px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 80px;
}
.face {
    backface-visibility: hidden;
    border-radius: 10px 10px 10px 10px;
    height: 100%;
    position: absolute;
    transition-duration: 0.3s;
    transition-property: opacity, transform, box-shadow;
    width: 100%;
}
#popup {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
color: #222222;
font-family: Arial;
font-size: 26px;
font-weight: 700;
height: 113%;
left: 30px;
padding-left: 5px;
position: absolute;
text-shadow: 0 1px 2px #FFFFFF;
top: 0;
width: 873px;

}
#popup h1 {
    font-weight: 400;
}
#popup-box {
    background: black url("../../../public/asset/images/background_play_table.jpg") no-repeat scroll -176px -256px;
    border-radius: 10px;
    color: white;
    display: none;
    height: 200px;
    left: 0px;
    opacity: 0.8;
    position: relative;
    top: 221px;
    width: 336px;
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
}
#popup-box small {
    font-size: 0.6em;
}
#popup-box-content {
    height: 154px;
}
#popup-box-content small {
    font-size: 0.6em;
    margin: 0 auto;
}
#popup-box-content p {
    margin-left: 11px;
    margin-top: 39px;
	 position: relative; 
	 top:-71px; 
	 font-size:50px;
	text-align:center;
}
#popup.hide {
    background: none repeat scroll 0 0 transparent;
    visibility: hidden;
}
#popup.hide #popup-box {
    margin-top: -800px;
}
#box2 {
    	
	display: none;
    height: 593px;
    left: -30px;
    margin: 0 auto;
    position: absolute;
    top: 18px;
    width: 778px;
    z-index: 9999;
}
.testo-box2 {
    margin-left: 30px;
}
.titolo_box2 {
    font-size: 25px;
    font-weight: normal;
    left: 301px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 9999;
}
.chiudi2 {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: -11%;
    top: 0;
    z-index: 9999;
}
.subtesto-box2 {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: normal;
    height: 45px;
    left: 50px;
    margin-left: 0;
    position: absolute;
    text-align: center;
    top: 54px;
    width: 916px;
}
.ribbon.hide {
    display: none;
}
.ribbon {
    float: left;
    font-size: 0.5em;
    left: -7px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    top: 165px;
    z-index: 0;
}
.ribbon-body {
    background: none repeat scroll 0 0 #CA3D33;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 14px;
    padding: 6px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.triangle {
    border-color: transparent #882011 transparent transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    left: -5px;
    position: relative;
    top: -32px;
    width: 0;
    z-index: -1;
}
#wrap {
    height: 100px;
    margin-bottom: 0;
    margin-left: -302px;
    margin-right: auto;
    position: relative;
    width: 399px;
}
#slotMachineContainer #viewport {
    height: 501px;
    left: 387px;
    overflow: hidden;
    position: absolute;
    top: -260px;
    width: 422px;
    z-index: 100;
}
#popupbt
{
	cursor:pointer;
	color:red;
	font-size:40px;
}
