div.container {
	width: 100%;
}

div.box {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	padding: 10px;
	float: left;
}
