#dnd {
	background: #eee;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: inline-block;
	font-size: 1.25em;
	margin: 20px 0 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
#filelist {
	margin: 20px 0;
}
#filelist input {
	width: 99%;
}
#filelist > div:nth-child(odd) {
	background: #eee;
}
#filelist label {
	display: inline-block;
	font-weight: bold;
	margin: 20px 0;
}
#filelist label em {
	color: #b42b2b;
	font-weight: normal;
}
#filelist div span {
	float: right;
}
#filelist .img-row {
	padding: 15px;
	border: 1px solid #eee;
}
#filelist .img-row .img-remove {
	background: none;
	border: 0;
	margin: 20px 0;
}
#filelist .img-preview img {
	width: 100%;
}
#filelist .img-name {
	color: #666;
	margin: 20px 0;
}
#description-note {
	display: none;
	margin-top: 20px;
}
#filelist .uploaded,
#filelist .uploaded label em,
#filelist .uploaded .img-name {
	color: #aaa;
}
#filelist .uploaded .img-preview img {
	opacity: 0.3;
}
#filelist #ownership_confirmed_wrapper input {
	margin-right: 10px;
}
#filelist #ownership_confirmed_wrapper em {
	color: #b42b2b;
	font-weight: 400;
}
