.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    margin-top: 10px;
}
.inputfile + label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #929497;
    height: 2.485em;
    line-height: 1.7rem;
    padding-top: 0.3em;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    outline: -webkit-focus-ring-color auto 5px;
}