﻿/* Remove current styling */
div, img, a, p {
  margin: 0; padding: 0; border: 0;
}
.DownloadButton {
    font-size: 62.5%;
    min-height: 20px;
    overflow: hidden;
}
.DownloadButton .wrapper {
    display: inline-block;
}
.DownloadButton .centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.DownloadButton a {
    text-decoration: none;
}
.DownloadButton img {
    float: left;
    opacity: 0.5;
    margin-right: 20px;
}
.DownloadButton p {
    display: inline-block;
    font-family: ConvergeFont-LatoRegular;
    font-size: 1.75em;
    font-weight: normal;
    font-style: normal;
    color: #404041;
}
.DownloadButton:hover img {
    opacity: 1;
}
/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html, body { height: 100%; width: 100%; font-family: Helvetica, Arial, sans-serif; }