input[type='file'] {
	color: rgba(0,0,0,0);
}

#preview img {
	width: 65px;
	height: 65px;
	margin: 3px;
   	display: inline-block; /* makes it fit in like an <img> */
	border-color: #FFF;
   	background-size: cover; /* or contain */
   	background-position: center center;
   	background-repeat: no-repeat;
	border-radius: 10px;
}

#center-block {
	display: block;
	margin-left: 25px;
	margin-right: auto;
}

/* Styles the images preview for each classified */
.thumbnail {
	width: 65px;
	height: 65px;
	margin: 3px;
   	display: inline-block; /* makes it fit in like an <img> */
	border-color: #FFF;
   	background-size: cover; /* or contain */
   	background-position: center center;
   	background-repeat: no-repeat;
	border-radius: 10px;
}

.thumbnail:hover {
	cursor: pointer;
	border-radius: 10px;
}