#converter {
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin:20px auto;
	max-width: 100%;
	padding: 30px;
}

#converter label {
	margin-right: 10px;
}

#urlInputBox, #fileInputBox {
	margin-top: 15px;
}
#converter [name=icUrl]{
	background: #e5e5e5;
	border: 1px solid #b5b5b5;
	width:100%;
}
#dropArea {
	border: 2px dashed #aaa;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	color: #666;
	cursor: pointer;
	transition: 0.3s;
}

#dropArea.dragover {
	border-color: #4CAF50;
	background: #f0fff0;
	color: #333;
}

#preview, #preview2 {
	border-radius: 8px;
	display: none;
	margin: 15px ;
	max-width: 200px;
	vertical-align: top;
}
#preview a, #preview2 a{
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}