.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
/*
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
  	background-color: #872b93;
  	border-color: #872b93;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #fff;
  	border-color: #872b93;
  	color: #872b93;
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}
*/