﻿.appstore-free {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.appstore-button {
    background-color: #fff;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0 6px 18px 0 rgba(85, 51, 68, 0.11), 0 3px 10px 0 rgba(85, 51, 65, 0.11);
    cursor: pointer;
    height: 40px;
    margin: 2.5px;
    width: 126px;

            transition: background-color linear 0.25s;
       -moz-transition: background-color linear 0.25s;
    -webkit-transition: background-color linear 0.25s;
}

.appstore-button:hover, .appstore-button:focus {
    background-color: #eee;
    outline: 0px;
}

.appstore-button:active {
    outline: 0px;
    background-color: #fafafa;
}

.appstore-button .appstore-icon {
    height: 24px;
    vertical-align: middle;
    width: 24px;
}

.appstore-button .appstore-text {
    font-size: 15px;
    margin-left: 5px;
    vertical-align: middle;
}