﻿.labelUnbold {
    font-weight: normal;
}


.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: white;
    background-color: black;
    */
    display: inline-block;
    cursor: "hand";
    text-align: center;
}

/*
.inputfile:focus + label,
.inputfile + label:hover {
    
    background-color: red;
    
}*/