	.zona-angka{
		background: trasparent;
		text-align: center;
		padding-bottom: 10px;
		overflow: visible;
		color: #efefef;
		font-family: 'abel', Helvetica, sans-serif;
	}
	.zona-angka div{
		width: 250px;
        height: 126px;
		margin: 0 auto;
		display: inline-block;
		margin: 15px 0px 10px 5px;
		border-radius: 3px;
		background: #ffd202;
		background: -moz-linear-gradient(top, #000000 0%, #000000 23%, #ffffff 24%, #cccccc 76%, #cccccc 76%, #000000 77%, #000000 100%);
		background: -webkit-linear-gradient(top, #000000 0%,#000000 23%,#ffffff 24%,#cccccc 76%,#cccccc 76%,#000000 77%,#000000 100%);
		background: linear-gradient(to bottom, #000000 0%,#000000 23%,#ffffff 24%,#cccccc 76%,#cccccc 76%,#000000 77%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
		transition: all .1s linear;
     -webkit-transition: all .1s linear;
	}
	
	h1{
		font-size: 3em;
		font-family: Georgia;
		letter-spacing: 4px;
		color: #008c06;
		text-shadow: 2px 1px 3px #000;
		margin:0; 
		padding: 0;
	}
		
	p {
		margin: 2px 0 0 0; 
		font-size: 20px;
		font-family: "Arial Black", Gadget, sans-serif;
		color: #fff;
		text-shadow:
		0px 1px #afafaf,
		0px 2px #afafaf,
		0px 3px #afafaf,
		0px 7px 10px #000;
		letter-spacing: 2px
	}
	
	label {
		font-size: 18px;
		font-family: Impact, Charcoal, sans-serif;
		color: #fff;
		letter-spacing: 1px;
	}
