header, .container, footer {
    width: 700px;
    margin: auto;
}

footer {
    margin-bottom: 20px;
}

.container {
    margin-top: 50px;
}

.container h1 {
    font-size: 2.6em;
    margin-bottom: 0.5em;
}

.container h2 {
    margin-top: 20px;
}

.container h3 {
    margin-top: 10px;
}

.container p,
.toctree-l1 {
    font-size: 1.2em;
    line-height: 1.5em;
}

.toctree-l2 {
    line-height: 1.5em;
}

.headerlink {
    display: none;
}

.highlight {
    border-radius: 5px;
}

pre {
    background-color: #202020;
    font-family: Bitstream Vera Sans Mono,monospace;
    padding: 1.5em;
    color: #aaa;
}

.section dl.class dd blockquote {
    border-left: 0;
}
.section dl.function dt,
.section dl.class dt,
.section dl.exception dt {
    font-size: 1.3em;
    margin-bottom: 5px;
    line-height: 1.5em;
}
.section dl.method ul.simple li {
    font-size: 1.2em;
    line-height: 1.5em;
}
.section dl.docutils dt {
    font-size: 1.3em;
    margin-bottom: 5px;
}
.section dl.docutils dd {
    font-size: 1.3em;
    margin-bottom: 10px;
}
.section dl.method table.docutils th,
.section dl.method table.docutils td,
.section dl.function table.docutils th,
.section dl.function table.docutils td {
    font-size: 1.2em;
}

[class^="icon-"], [class*=" icon-"] {
    background-image: url("glyphicons-halflings.png") !important;
}

div.download-buttons-home {
    margin-top: 20px;
}
div.download-buttons-home div.current-version {
    text-align: center;
    font-size: 0.8em;
}
div.download-buttons-home div.current-version span.version {
    font-weight: bold;
    color: #666;
}
a.zip,
a.tar,
a.github {
    padding: 10px 20px;
    margin-bottom: 5px;
}
a.zip strong,
a.tar strong,
a.github strong {
    font-size: 1.4em;
}
