@charset "utf-8";

.delete_file {
	margin: 6px 0;
	color: #c00;
	cursor: pointer;
}
.delete_file:hover {
	text-decoration: underline;
}
