/* These tables are heavily re-formatted to display as rows of boxes instead of a series of rows. */table.boxes tr {	display: block;	float: left;	width: 128px;	padding: 5px;}table.boxes tr td {	display: block;}table.boxes td.name {	font-weight: bold;	text-align: center;}table.boxes td.thumb {	padding: 5px;}table.boxes td.summary {	font-size: 85%;	text-align: left;}table.boxes td.license {	font-size: 85%;	text-align: right;	font-weight: bold;	color: #333;	border-top: 1px dotted;}/* remove the unsightly link border from thumbs */div.content table img {	border: none}