﻿body {
    margin: 12px;
}

div {
    color: #99a2a8;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

a {
    text-decoration: none;
}

.row {
    margin-bottom: 60px;
}

.logo {
    height: 48px;
}

.app_details {
    padding: 48px 24px 48px 24px; 
    margin-bottom: 120px;
    background-color: #f2f2f2;
}

.app_detail_main {
    margin-bottom: 12px;
}

.app_name {
    font-size: 18pt;
}

.app_detail_secondary {
    font-size: 11pt;
}

.app_detail_tertiary {
    font-size: 9pt;
}

.app_detail_secondary,
.app_detail_tertiary {
    color: #b3c2cb;
}

.download_button {
    line-height: 80px;
    width: 320px;
    text-align: center;
    background-color: #00adf0;
    cursor: pointer;
}

.download_button:hover {
    background-color: #48c9fb;
}

.download_button:active {
    background-color: #42c0f1;
}

.button_label {
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
}

i {
    vertical-align: middle;
    margin-right: 8px
}