/* RESULTS */

/*
.gameResults{
	border-radius:0.25rem;
}
*/
.button_css {
	box-shadow: 0px 4px 7px
}

.result {
	position: relative;
/*	width: 75px;*/
/*	height: 75px;*/
	text-align: center;
	font: bold 36px/75px arial, sans-serif;
	letter-spacing: -1px;
/*	margin: 0 2px;*/
	top: 0;
	text-shadow: #333 0 2px 2px;
	border-radius: 75px;
	box-shadow: inset #000 0 0 24px;
	display: inline-block;
/*	*display: inline;*/
	zoom: 1;
}

.result.medium {
	width: 57px;
	height: 57px;
	line-height: 57px;
	font-size: 26px;
	box-shadow: inset #000 0 0 18px
}

.result.small {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 19px;
	box-shadow: inset #000 0 0 12px;
	letter-spacing: 0
}

.lotto-ball, .red-ball {
	background: #FF3019;
	color: #FFF
}

.lotto-bonus-ball {
	background: #FFF;
	box-shadow: inset #000 0 0 20px -2px, inset #F00 0 0 0 11px;
	text-shadow: #777 0 2px 2px;
	color: #333
}

.lotto-bonus-ball.medium {
	box-shadow: inset #000 0 0 20px -2px, inset #F00 0 0 0 9px
}

.lotto-bonus-ball.small {
	box-shadow: inset #000 0 0 11px -2px, inset #F00 0 0 0 6px;
	text-shadow: #999 0 1px 1px
}