
.contents {
	width: 300px;
	margin: 0 auto;
}
.numbers {
	width: 300px;
}
.numberRow {
	width: 300px;
	overflow: hidden;
}
.numberRow div {
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
}
.reddiv {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 60px;
	border: none;
	color: #fff;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}
.greendiv {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 60px;
	border: none;
	color: #fff;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}
.keyboard {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	border: none;
	color: #fff;
	display: block;
	margin: 20px auto;
	position: absolute;
	left: 20px;
	bottom: 5px;
	cursor: pointer;
}
.reddiv img,
.greendiv img,
.keyboard img {
	width: 100%;
}
.inputNumber {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 40px auto;
}
.deal {
	position: relative;
}
.deal .delete {
	font-size: 30px;
	position: absolute;
	right: 0px;
	bottom: 30px;
	width: calc(100% / 3);
	text-align: center;
	cursor: pointer;
}
.logos {
	width: 80px;
	display: block;
	margin: 30px auto;
}

