﻿
.importfield {
	min-height: 200px;
	background: white;
	border: 2px solid red;
	overflow: auto;
}
.importfield button {
	font-size: 200%;
	padding: 20px;
	border: 2px solid red;
	border-radius: 6px;
	background: white;
}
.importfield .senden {
	text-align: center;
	margin: 40px 0;
}