body {
    background-color: #fff;
}

* {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans;
}

h2, p.grey {
    color: #505050;
}

img {
    height: 32px;
    padding-right: 8px;
}

div {
    text-align: center;
}

div.top {
    margin-top: 40px;
}

div.spacer {
    margin: 40px 0 20px;
}

div.spacer.last {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    div.medium-y-offset {
        margin-top: 20px;
    }
}
