<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('theme.css');

.wy-nav-content {
    max-width: unset;
}
/*
.wy-side-nav-search {
    background-color: #c5e5ea;
}
*/
.globalhead {
    background: #000;
    padding: 4px 18px 4px 8px;
    width: auto;
    border-bottom: 1px solid #444;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: normal;
}

@media screen and (min-width: 768px) {
    .globalhead {
        margin-left: 300px;
    }
}

@media screen and (min-width: 1000px) {
    .globalhead {
        flex-direction: row;
        align-items:center;
    }
}

.siteNav {
}

.siteNavTitle {
    padding-left: 4px;
    margin-top: 4px;
    font-size: 24px;
    color: white;
}


select#languages {
  float: right;
  margin: 8px 1px 0 4px;
  width: 120px;
  background: white url('../images/down-arrow.png') no-repeat 95% 50%;
  line-height: 10px;
  color: black;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
select#languages a {
  outline: 0;
}
select#languages option {
  outline: 0;
  padding: 2px;
}

#versions-links {
    color: white;
}
#versions-links-list {

}
#versions-links-list  a {
    /*color: white;*/
}
#versions-links-list &gt; a::before,
#versions-links-list &gt; strong::before
{
    content: " - "
}

#versions-links-list :first-child::before {
    content: ""
}

kbd
{
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 .1em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
}

.guilabel, .menuselection {
    background-color: #f2f9fd;
    padding: 0 0.3em;
    border-radius: 3px;
    border: 0.5px solid #eef5f9;
}

.outdated {
  /* top banner for outdated docs*/
  background: #ffbaba;
  color: #6a0e0e;
  padding-top: 0.5rem;
  margin-left: 0;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  text-align:center;
}
</pre></body></html>