body {
    margin: 0;
    color: #222;
    background: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

#logo {
    height: 20px;
    margin-left: 30px;
}

.navbar {
    border-bottom: 1px solid #e6e6e6;
}

.nav-trigger,
.navicon-button,
.overlay {
    display: none;
}

.side {
    position: fixed;
    top: 58px;
    bottom: 0;
    left: 0;
    width: 300px;
    overflow: auto;
    padding: 18px 20px 40px;
    border-right: 1px solid #e6e6e6;
    background: #fafafa;
    z-index: 2;
}

.side .search {
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.side h3 {
    margin: 18px 0 8px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

.side ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.side li {
    margin: 3px 0;
    line-height: 1.35;
}

.side a {
    color: #333;
}

.side .methods {
    margin: 4px 0 8px 15px;
    font-size: 12px;
}

#main,
.main {
    max-width: none;
    margin-left: 300px;
    padding: 92px 44px 60px;
}

article,
section {
    max-width: 980px;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

h1 {
    margin: 0 0 24px;
    font-size: 34px;
}

h2 {
    margin-top: 34px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
}

h3 {
    margin-top: 26px;
    font-size: 20px;
}

a {
    color: #1b78b3;
}

code,
pre {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

pre,
.prettyprint {
    overflow: auto;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #f8f8f8;
}

table {
    width: 100%;
    margin: 16px 0;
    border-collapse: collapse;
}

th,
td {
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
}

th {
    background: #f6f6f6;
}

footer {
    margin-left: 300px;
    padding: 28px 44px 48px;
    color: #777;
    border-top: 1px solid #eee;
}

@media (max-width: 900px) {
    .side {
        position: static;
        width: auto;
        max-height: 360px;
        margin-top: 58px;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    #main,
    .main,
    footer {
        margin-left: 0;
        padding: 28px 20px;
    }

    #logo {
        margin-left: 0;
    }
}
