.downloadlayer
{
    display:none;
    width: 32px;
    height: 32px;
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 24px;
}

.downloadlayer a
{
    line-height: 1.42857143;
    color: #333;
}

.downloadlayer.active
{
    display: inline-block;
}