.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    /*font-weight: 700;*/
    /*color: white;*/
    text-decoration: underline;
    /*background-color: black;*/
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    color: #23b7e5;
}
