
/* -- page layout ----------------------------------------------------------- */

p.caption, p.blurb {
    text-align: center !important;
}

div.figure {
    margin: 0.1em;
    padding: 0.1em;
    text-align: center;
}

p.caption {
    margin: 0.1em;
}

.gbg {
    background: #111;
}

span.caption-number:after {
    content: ": ";
}

.no-cap-num span.caption-number {
    display: none;
}

.w100 {
    width: 100%;
}

pre {
    background: #f6f6f6;
}

table.docutils col {
    width: auto;
}

table.nocol td, table.nocol th {
    border-left: 0px;
    border-right: 0px;
}

table.norow td, table.norow th {
    border-top: 0px;
    border-bottom: 0px;
}

h1.logo {
    font-weight: normal;
    font-size: 30pt;
}

table.docutils td, table.docutils th {
    vertical-align: middle;
    text-align: center;
    padding: 0.2em 0.2em;
}

table.docutils.table-lefty td, table.docutils.table-lefty th {
    /*vertical-align: middle;*/
    text-align: left;
    padding: 0.2em 0.2em;
}
table.docutils.citation td, table.docutils.citation th {
    vertical-align: baseline;
    text-align: left;
}

table.borderless {
    border: 0 !important;
}

img.border {
    border: 1px solid;
}

div.sphinxsidebar ul {
    list-style: outside;
}

div.admonition {
    background-color: #fff3f4;
}

div.note {
    background-color: #f3f4ff;
}

.menuselection {
    font-family: Roboto, sans-serif;
    color: white;
    background-color: #5a5a5a;
    padding: 0 3px;
    /*font-weight: bold;*/
}

.guilabel {
    font-family: Roboto, sans-serif;
    color: #6a6a6a;
    background-color: #ddd;
    /*font-weight: bold;*/
    padding: 0 3px;
}

.align-left {
    clear: left;
    float: left;
    margin-right: 1em;
}

.align-right {
    clear: right;
    float: right;
    margin-left: 1em;
}
