.files ul {
	padding: 0;
	list-style-type: none;
}
.files-icon {
	margin-right: 1rem;
}
.files img {
	opacity: .8;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
	        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.files-icon.lg img {
	width: 90px;
	height: auto;
}
.files-icon.md img {
	width: 64px;
	height: auto;
}
.files-icon.sm img {
	width: 36px;
	height: auto;
}

.tile {
	line-height: 1.2rem;
	margin-bottom: 1rem;
}

.files .tile a, .files li div.col .filename {
	word-break: break-all;
}