@charset "UTF-8";

.lotto ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.lotto ul li {
	list-style-type: none;
	padding: 5px;
}

.lotto .number {
	display: inline-block;
	margin: 2px;
	
	border: 2px solid #444444;
	background-color: #ffff80;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height : 50px;
}