/* Nicer top left spacing */
.wy-side-nav-search a {
    line-height: 1.5;
}

/* Correct colouring */
.wy-side-nav-search label {
    color: #fcfcfc;
    display: inline;
}

/* My sign-off */
.right {
    text-align: right;
}

/* Keep headings visible on page */
h2 {
    position: sticky;
    top: 0;
    background-color: #fcfcfc;
}
/* Bug? in safari if overflow on a parent is set */
body, html {
    overflow-x: visible;
}

/* Hide versions menu, keep hosted/privacy permanently shown */
div.rst-versions > span.rst-current-version {
    display: none;
}
div.rst-versions > div.rst-other-versions {
    display: block;
}
div.rst-versions > div.rst-other-versions > div.injected > dl {
    display: none;
}
div.rst-versions > div.rst-other-versions > div.injected > hr {
    display: none;
}

div.document a:hover {
    text-decoration: underline;
}

#hearing-link {
    float: right;
}
#hearing-link::after {
    content: ' \29c9';
}

#hearing-meta {
    padding: 0.5em 0.5em 0;
    color: #fff;
    background-color: #48466d;
    position: fixed;
    bottom: 0em;
    right: 0em;
}
#hearing-meta > * {
    display: block;
    margin-bottom: 0.5em;
    color: #fff;
    background-color: #48466d;
}
