
div.file-container{
	padding:5px;
	margin:5px;
	border:1px solid #ddd;
	border-radius: 4px;
	float:left;
}
div#content{
	width:80%;
	margin:20px auto;
	padding: 0 20px;
}
div.files-container {
    width: 100%;
    display: table-row;
}
div.file-container{
	background:white;
	padding:5px;
	margin:5px;
	border:1px solid #ddd;
	border-radius: 4px;
	width:100px;
	height:100px;
	float:left;
}
div.file-name{
	position:relative;
	bottom:0;
	overflow:hidden;
}
div.file-container img{
	max-width:90px;
	max-height:90px;
	margin:auto;
}