body.site {
    border-top: 3px solid #0a97f5;
    background-color: #58b89b;
}

body.site {
    border-top: 3px solid #0088cc;
    padding: 20px;
    background-color: #f4f6f7;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    background-color: #58B89B;
}