.appstorebadge {
    display: block;
    margin-top: 20px;
    position: relative;
    width: 170px;
    height: 50px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.appstorebadge .text {
    position: absolute;
    width: 106px;
    height: 49px;
    top: 0;
    left: 50px;
    font-family: Helvetica, sans-serif;
    color: #fff;
}

.appstorebadge .text .line1 {
    position: absolute;
    top: 7px;
    width: 112px;
    height: 49px;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.appstorebadge .text .line2 {
    position: absolute;
    width: 120px;
    top: 18px;
    height: 49px;
    font-size: 22.5px;
    letter-spacing: 0.04em;
}

.appstorebadge .iphone {
    position: absolute;
    left: 11px;
    top: 8px;
}

.appstorebadge .iphone i {
    font-size: 31px;
}
