.downloadbutton {
    color: #b485e2;
    border-color: #b485e2;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    padding: 11px 20px;
    height: 40px;
    box-sizing: border-box;
    text-shadow: none !important;
    text-transform: uppercase;
    transition: all .5s linear 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    line-height: 17px;
display:block !important;
}
.downloadbutton:hover{
    background: #b485e2;
    color: #fff !important;
display: block !important;
}