table.list {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

table.list th {
	text-align: left;
}

table.list th,
table.list td {
	padding: .5em;
	vertical-align: top;
}

table.list td.controls {
	width: 40px;
	text-align: right;
}

table.list tr.even td {
	background-color: #eee;
}

table.list tr.even td.controls {
	background-color: inherit;
}

table.list td.file div.type,
table.list td.file div.size,
table.list td.file div.hash {
	font-size: smaller;
	text-indent: 2em;
}
