#itemsmenu {
	text-align: center;
	margin-bottom: 20px;
}
.menuButton {
	display: inline-block;
	margin: 5px 5px;
	padding: 5px 5px;
	border: 2px solid grey;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	min-width: 260px;
	text-align: center;
	cursor: pointer;
	background-color: #ffffff;
}
