/* -- Page layout ----------------------------------------------------------- */

div.related-pages {
    display: none;
}

/* -- Body styles ----------------------------------------------------------- */

a {
    /*color: rgb(84, 105, 212);*/
    text-decoration: none;
    border-bottom: none;
}

a:hover {
    /*color: rgb(61, 78, 172);*/
    text-decoration: none;
    border-bottom: none;
}

a.reference {
    text-decoration: none;
    border-bottom: none;
}

a.reference:hover {
    text-decoration: none;
    border-bottom: none;
}

.guilabel {
    font-weight: bold;
    background-color: inherit;
    border: none;
    color: none;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
}

h4, h5, h6 {
    text-transform: initial;
}

img {
    margin-bottom: 15px;
    vertical-align: top;
}

img.inline {
    margin: 0;
    vertical-align: middle;
}

input {
    line-height: initial;
}

.responsive-toc {
    display: inline-block;
    width: 220px;
    height: 220x;
    margin: 10px;
    /*border: 1px solid #339900;*/
    text-align: center;
    vertical-align: top;
}

/* -- Table styles----------------------------------------------------------- */

table.align-default {
    margin-left: 0;
    margin-right: 0;
}

thead, th.stub {
    background-color: rgba(84, 105, 212, 0.05);
    text-align: left;
}

table.docutils {
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

table.docutils td, table.docutils th {
    border: 0px;
    /*padding: 0.25em 0.7em;*/
    vertical-align: top;
}

table.docutils tr.row-even {
    border-top: 1px solid rgba(84, 105, 212, 0.15);
}

table.docutils tr.row-odd {
    border-top: 1px solid rgba(84, 105, 212, 0.15);
}

table.layout {
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

table.layout td, table.layout th {
    border: 0px;
    padding: 4px 5px;
    vertical-align: top;
}

table.layout tr.row-even {
    border-top: 0px;
}

table.layout tr.row-odd {
    border-top: 0px;
}

.table-wrapper {
    padding: 0px;
}

/* -- API reference styles--------------------------------------------------- */

p.breathe-sectiondef-title {
    font-size: 25px;
}