.downloadButton {
    display:inline-block;
    padding:5px 10px;
    background:#555;
    color:#FFF !important;
    border:1px solid #444;
    text-decoration:none;
    transition: all .5s ease;
    line-height:1;
    margin-top:10px;
}

.downloadButton:hover,
.downloadButton:focus {
    background:#286090;
    border-color:#204d74;
    color:#FFF;
    text-decoration:none;
}

.downloadButton span::before {
    font-family:FontAwesome;
    content:"\f019";
    margin-right:10px;
    position:relative;
    top:1px;
}