
.app-badge {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 4px 8px;
    margin: 5px auto;
    border-radius: .4em;
    color: #fff;
    fill: #fff;
    background: #000;
    line-height: .8em;
    min-width: 20em;
    height: 5em;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-tap-highlight-color: transparent;
    /*font-family: system, -apple-system, '.SFNSDisplay-Regular', 'San Francisco', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    /*font-size: 20px;*/
}
.app-badge:focus, .app-badge:hover {
    background: #111;
    color: #fff;
    fill: #fff;
    border-color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1.01) translate3d(0, -1px, 0);
    transform: scale(1.01) translate3d(0, -1px, 0);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}
.app-badge:active {
    outline: 0;
    background: #353535;
    -webkit-transition: none;
    transition: none;
}
.app-badge-icon, .app-badge-storename, .app-badge-text {
    display: inline-block;
    vertical-align: top;
}
.app-badge-icon {
    width: 1em;
    height: 1em;
    margin-right: .15em;
    margin-top: .07em;
    font-size: 3.5em;
}
.app-badge-text {
    letter-spacing: .1em;
    margin-top: .3em;
    font-size: 1.1em;
}
.app-badge-storename {
    display: block;
    margin-left: 1.7em;
    margin-top: -.6em;
    font-size: 2.4em;
}
