
.fancyfile-template {
    display: none;
}

input.fancy-file[type="file"] {
    width:  0.1px;
    height: 0.1px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.fancyfile-button {
    display: inline-block;
    background: #F2F2F2;
    font-family: 'Proxima Nova Extrabold';
    border: 2px solid #005A9E;
    color: #005A9E;
    padding: 5px;
    cursor: pointer;
}
.fancyfile-button:hover {
    background: #005A9E;
    border: 2px solid #005A9E;
    color: #F2F2F2;
}

.fancyfile-remove-button {
    display: inline-block;
    color: #fff;
    background: #900;
    font-weight: bold;
    width: 25px;
    height: 25px;
    margin: 1em 0;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}
.fancyfile-file-name {
    display: inline-block;
    margin: 1em 0;
}
