html,
body {
    width: 100%;
}

body,
header,
footer {
    font-family: Roboto, Calibri, Arial, Helvetica, sans-serif;
    color: #475261;
    background-color: #F6F6F6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Merriweather, Cambria, Georgia, serif;
}

header {
    color: #000;
    background-color: #eee;
    text-align: center;
    margin: 0;
    padding: 16px 0 16px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #dce0e5;
}

header h1 {
    margin: 0;
    padding: 0;
}

header h3,
header h4 {
    color: #a7afbe;
    margin: 0;
    padding: 0;
}

main {
    text-align: center;
}

main img {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.logo {
    width: 397px;
    height: 30px;
}

.platform {
    height: 30px;
    box-shadow: none;
    margin-bottom: 0;
}

.details {
    max-width: 915px;
    margin: 0 auto;
}

.detail-box {
    text-align: left;
}

.fi-check:first-child {
    padding: 0;
}
.fi-check {
    padding-left: 12px;
}

.fi-check:before,
.fi-checkbox:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
}

.fi-check:before { content:"\f126"; }
.fi-checkbox:before { content:"\f127"; }

img.url {
    box-shadow: none;
}

.secondary.label {
    color: #fff;
}

.detail-heading {
    font-family: Roboto, Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 24px;
}