/*Download Monitor Plugin*/

.download-box h1{
    text-align: center;
    text-decoration: none;
    padding: .5em 0.5em;
    
}

.download-button {
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
    padding: .5em 0.5em;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 1.0em;
    background-color: #e8e8e8 !important;
    background-image: -webkit-linear-gradient(#999999,#333333,#333333) !important;
    background-image: -moz-linear-gradient(#999999,#333333,#333333) !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.4);
    border: 1px solid #BD081C;
    cursor: pointer;
}