.cq-product-sync-import {
    position: relative;
    margin-right: 10px;
}

.cq-product-sync-import #fileInput {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 0;
}

.cq-product-sync-import {
    position: relative;
}

.cq-product-sync-import a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cq-product-sync-export a{
    text-decoration: none;
    color: #fff;
}