
/*
 * List Mode.
 */
div.files div.file {
	margin-bottom: 1.5em;
}
div.files div.file div.title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.25em;
}
div.files div.file div.download {
	margin-bottom: 0.75em;
	margin-left: 1.5em;
	font-size: 90%;
}
div.files div.file div.download span.open {
	margin-right: 0.5em;
}
div.files div.file div.description {
	margin-left: 1.5em;
}



/*
 * Table Mode.
 */
div.files table {
	margin: auto;
	text-align: center;
}
div.files table td {
	padding: 1em;
	text-align: center;
	vertical-align: top;
}
div.files table td div.icon img {
	border: solid 1px;
}
div.files table td div.title {
	margin-top: 0.25em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
div.files table td div.download {
	font-size: 90%;
	margin-bottom: 0.75em;
}
div.files table td div.download span.open {
	margin-right: 0.5em;
}
div.files table td div.description {
}
