/* file element ============================================================ */
.thumbnail .actions {
	position: absolute;
	top: 10px;
	right: 18px;
}

/* files element ============================================================ */
.list-group {
	margin-top: 5px;
}

.files-element .list-group-item {
	padding: 3px 7px;
}

.files-element .list-group-item:hover {
	background-color: #eee;
}

.file-control .actions {
	position: absolute;
	top: 5px;
	right: 5px;
}