﻿.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
                    
}
                
#filediv:focus {
    outline: none !important;
}


.inputfile + label 
{ 
        cursor: pointer;
    text-align:center;
    margin: 0 auto;
    width: 100%;
}
                
                

