#tablelist {
	list-style: none;
}

.table {
	position: absolute;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	border: 1px solid #000;
	text-align: center;
	line-height: 30px;
	box-shadow: 1px 1px 1px rgba(50,50,50,0.3);
	cursor: pointer;
}

.table:hover {
	box-shadow: 2px 2px 1px rgba(50,50,50,0.3);
}

#inputbox {
	margin-top: 100px;
	border: 1px solid #000;
	display: inline-block;
}