/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2018 | 09:57:44 */
a.download {
    border: 1px solid #03b4e1;
    padding: 0px 30px;
    line-height: 55px;
    display: inline-block;
    transition:  all 0.2s ease-in;
    font-weight:  400;
    color: #03b4e1;
    margin: 23px 0;
    border-radius:  10px;
}

a.download:hover {
    border-color: #404040;
    color: #404040;
}