ul.example {
	list-style-type: none;
	margin-left: 5.5em;
}

ul.example li {
	float: left;
	width: 13.5em;
	margin-right: 1em;
	margin-bottom: 2em;
	height: 8em;
	padding: 0px;
	border: 1px ;
	text-align: center;
	word-break: break-all;
}



