p, li + li {
    margin-top: 1em;
}
.project .logo img {
    background: transparent;
}

.main, .backdrop-paper {
    margin-left: 0;
    max-width: initial;
}

.reference {
    /* push below material header */
    padding-top: 64px;
}

.reference ul {
    list-style: square;
}

.reference .copyright {
    padding: 0 40px;    /* align with redoc content */
    position: absolute; /* take out of flow so the background starts right below the material header */
    margin-left: 260px; /* width of the redoc navigation */
}

#redoc .menu-content {
    /* just below the material header */
    top: 64px !important;
}
/* hide Redoc's credits; they are included in the Hugo template */
#redoc [role=navigation] + div {
    display: none;
}

#redoc .api-content {
    /* room for the .copyright */
    padding-top: 48px;
}

@media only screen and (min-width: 720px) {
    .article .wrapper {
        padding: 72px 24px 24px;
    }
}

@media only screen and (min-width: 960px) {
    .reference {
        /* width of the material navigation */
        margin-left: 262px;
    }
}

/* mimic redoc's three column layout */
@media only screen and (min-width: 1360px) {
    .backdrop.like-redoc {
        background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 50%, #263238 50%, #263238 100%);
    }
    .main.like-redoc, .like-redoc .backdrop-paper {
        max-width: 75%;
    }
}
