#filedrag {
	display: none;
	font-weight: bold;
	text-align: center;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	line-height: 50px;
	height: 50px;
	width: 200px;
	font-size: 20px;
}

#filedrag.hover {
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

input[type="file"] {
	display:none;
}
label[for="fileselect"] {
	font-family: Arial;
	height: 50px;
	width: 130px;
	font-size: 20px;
	border-radius: 10px;
	background-color: #e65100;
	color: white;
	border: 0;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 1px 6px;
}
#download_a {
	display:none;
}

#getFromUrl {
	height: 50px;
	width: 120px;
	font-size: 20px;
	border-radius: 10px;
	background-color: #1b5e20;
	color: white;
	border: 0;
}

#strategiesContainer {
	display: flex;
	justify-content: space-around;
	padding-top: 100px;
}