h4, h5 {
	color: grey;
}
.space-around {
	padding: 0 .8em;
	padding-top: 0.35em;
}
@media screen and (max-width: 767px) {
	.space-around {
		padding: 0;
	}
}
.drop-here-text {
	display: block;
	margin-bottom: 1em;
}
#drop {
	background-color: #2e3134;
	padding: 2em 0;
	text-align: center;
	border-width: 20px;
	border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAABn0lEQVR4nO3WMWrDMBhAYU25jKChoTmBNNSuequCoZBbBgq5RCp3KDV4CE2Lnu03fIMX/z9+GCnEGHe5e3lLfTnn/vV6j9SV68Pj07f94XjX+7Yy7+vb1wZji5D7MtAX3s68MoTclctyFl75vNoiLGrhDcwzCGzebJCfQ/V/DAJjEBiDwBgExiAwBoExCIxBYAwCYxAYg8AYBMYgMAaBmQ3SeilNGQTGIDAGgfFQb8hbFoxBYAwCYxAYg8AYBMYgMAaBMQiMQWAMAmMQGIPAGATGIDAGgTEIjEFgDAJjEBiDwBgExiAws0FaL6Upg8AYBMYgMB7qDXnLgjEIjEFgDAJjEBiDwBgExiAwBoExCIxBYAwCYxAYg8AYBMYgMAaBMQiMQWAMAmMQGIPAGARmNkjrpTRlEBiDwBgExkO9IW9ZMAaBMQiMQWAMAmMQGIPAGATGIDAGgTEIjEFgDAJjEJibg/xW6spk4P5w/LN3b2WeQWDzQu7KZUkLr3pebVH/kDIsZuGVz0t9eQ8xxl16Lqf68EFfeK3zxm8/NhhbfALtDiPSEP7CDwAAAABJRU5ErkJggg==) 25 25 25 25 repeat repeat;
	border-width: 20px;
	border-style: solid;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7F858A;
	margin-bottom: 30px;
}
#upload-files {
	padding: 1.4em 1.4em;
	background-color: #373A3D;
	background-image: -moz-linear-gradient(center top , #373A3D, #313437);

	border-radius: 5px;
	margin: 0 auto;
}
#upload-files ul {
	list-style: outside none none;
	border-top: 1px solid #2b2e31;
	border-bottom: 1px solid #3d4043;
}
#upload-files ul li {
	position: relative;
	padding: .2em 0;
}
#upload-files ul li input[type="text"] {
	box-shadow: none;
}
#upload-files ul li p {
	width: 144px;
	overflow: hidden;
	white-space: nowrap;
	color: #EEE;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	margin: .3em;
	top: 0;
	left: 80px;
}
#upload-files ul li i {
	font-weight: normal;
	font-style: normal;
	color: #7F7F7F;
	display: block;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	/* display: none; */
}
.inputfile + label i.fa-cloud-upload {
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	vertical-align: middle;
}
.inputfile + label {
	font-size: 1em;
	min-height: 1em;
	border: none;
	outline: 0;
	margin: 0 auto;
	line-height: 1;
	border-radius: 2px;
	font-family: 'Proxima';
	cursor: pointer;
	color: white;
	background-color: #007a96;
	display: inline-block;
	white-space: nowrap;
	padding: .74em 1.5em;
	vertical-align: middle;
	text-overflow: ellipsis;
	transition: background-color .13s ease-out;

}
.inputfile:focus + label,
.inputfile + label:hover {
	background-color: #d3394c;
	transition: background-color .13s ease-out;
}
.inputfile:focus + label,
.inputfile.has-focus + label
{
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}
.ui.button > .icon.external { vertical-align: middle;} /* logout button icon */
i.icon.upload {
	margin-right: 0.4em;
}
