.holidays-headline {
	font-size:16pt;
	font-weight:bold;	
	color:#0000AA;
	margin-top:30px;
	margin-bottom:20px;
}

.drop-zone {
	margin-top:40px;
	min-height:100px;
	background-color:#0ef021be;
	border-style:dashed;
	border-width:2px;
	border-color:#dddddd;
	text-align: center;
	position: relative;
	font-size: 18px;
	padding: 20px 20px;
	color:rgb(42, 73, 73);
}

.drop-zone input[type=file] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}

.select-ics-error {
	width:100%;
	text-align:center;
	margin-top:5px;
	color:#FF0000;
	font-size: 16px;
}

.actions-col {
	text-align:center;
}
