.attacher-target {
	background: #EEEEEE;
	border: 2px dashed #BBBBBB;
	color: #555555;
	cursor: pointer;
	height: 133px;
	padding: 6px 12px;
	text-align: center;
	position: relative;
}
	.attacher-target > div {
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		font-size: 14px;
	}

.attacher-previews {
	display: none;
	text-align: center;
}
	.attacher-previews::after, .attacher-previews::before {
		clear: both;
		content: " ";
		display: table;
	}

	.attacher-preview {
		border-left: solid 1px #DDDDDD;
		border-top: solid 1px #DDDDDD;
		box-shadow: 4px 4px 5px #BBBBBB;
		display: inline-block;
		margin: 10px;
		padding: 10px;
		text-align: center;
		width: 200px;
	}
		.attacher-preview img {
			width: 100%;
		}

		.attacher-remove {
			color: #888888;
			cursor: pointer;
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 24px;
		}