.container {
    max-width: 800px;
}
article.container {
    margin-bottom: 2.5em;
}
section {
    margin: 0 1em 0 1em;
}
.sectitle a {
    text-decoration: none;
    color: #000;
}
.sectitle a:hover {
    color: #552266;
}
h2 {
    margin-top: 0.5em;
}
@media (min-width: 600px) {
    h2 { column-span: all; }
    h4 { column-span: all; }
    section {
	column-count: 2;
	column-fill: balance;
    }
    table, tbody, tr { display: block; }
}
.tocref {
    text-decoration: none;
}
a:hover.tocref {
    color: #774488;
}
.frontmatter {
    font-size: 125%;
}
.subtitle {
    margin-top: -0.5em;
    padding-left: 2em;
    font-style: italic;
}
.attribution {
    margin-top: -0.25em;
    padding: 0 2em 0 2em;
    font-style: italic;
    font-size: 90%;
}
section table {
    margin-left: 0.5em;
}
td.rd { 
    width: 2.75em;
    text-align: right;
    margin-right: 0;
    padding-right: 0.4em;
    vertical-align: baseline;
}
td.rdfl {
    width: 2.75em;
    text-align: right;
    margin-right: 0;
    padding-right: 0;
    vertical-align: baseline;
}
td.ld {
    text-align: left;
    margin-left: 0;
    padding-left: 0.75em;
    text-indent: -0.75em;
    vertical-align: baseline;
}
.smallcaps {
    font-size: 95%;
}
footer {
    overflow: hidden;
    z-index: 1;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 2.925em;
}
.currsection {
    color: rgba(255,255,255,0.55);
    font-weight: bold;
    text-decoration: none;
}
a:hover.currsection {
    color: rgba(255,255,255,0.80);
}

.gsc-control-cse {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
#gsc-i-id1 {
    color: #000 !important;
    text-indent: 0 !important;
    background: none !important;
    width: 12em !important;
    padding: 0 0.3em 0 0.3em !important;
}
#gsc-i-id1::-webkit-input-placeholder {
    color: #000 !important;
}
#gsc-i-id1::-as-input-placeholder {
    color: #fff;
}
#gsc-i-id1::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
#gsc-i-id1::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.gsib_b {
    display: none !important;
}
.gsc-search-button {
    border-radius: 4px !important;
    padding: 8px 15px 8px 15px !important;
    margin: 0 !important;
}
.gsc-input-box {
    border-radius: 4px !important;
}
.gsc-search-button -v2 {
    margin-left: !important;
    outline: none !important;
    border: !important;
    cursor: pointer;
}
.gsc-search-button-v2,gsc-search-button-v2: hover {
    cursor: pointer;
}
.gsc-search-button-v2,gsc-search-button-v2: hover {
    background-color: transparent !important;
    background-image: none !important;
}
.gsc-search-button -v2:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
}
.gsc-search-button -v2:focus {
    outline: none !important;
    box-shadow: none !important;
}
.gsc-input {
    padding-right: 0 !important;
}
.titlebar {
    font-size: 150%;
    color: rgba(255,255,255, 0.75);
    background-color: #0750d4;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
.navbar-fixed-top {
    padding-top: 0;
    padding-bottom: 0;
}
