.rst-content code.literal:not(.download)
{
  color: #000;
  border: #eee 1px solid;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 0.1em 0.2em;
  font-size: 85%;
  font-weight: normal;
}

.rst-content .admonition code.literal
{
  background: #fff;
  border: none;
}

.toggle {
    position: relative;
}

.toggle:not(.open) .linenodiv,
.toggle:not(.open) .highlight {
    max-height: 200px !important;
}

.toggle:not(.open) .highlight-json {
    overflow: hidden;
}

.toggle:not(.open) .toggle pre {
    overflow: hidden !important;
}

.toggle .highlight {
    position:relative;
    overflow: hidden;
}

.toggle .switcher:after {
    content: 'Раскрыть';
    z-index: 99999;
    bottom: -10px;
    font-size: 11px;
    text-align: center;
    width: 100%;
    position: absolute;
    height: 18px;
    line-height: 18px;
    background: white;
    box-shadow: 0px -10px 15px 0px rgba(0,0,0,.19);
    transition: all .5s ease;
    background: #f1f0f0;
}

.toggle.open .switcher:after {
    content: 'Свернуть';
} 

.toggle .switcher:hover:after {
    background: #f8f8f8;
}


/*.toggle .header {
    display: block;
    clear: both;
    margin-bottom: 20px; 
}

.toggle .header:after {
    content: " ▶";
    display: block;
    margin-top: 10px;

}

.toggle .header.open:after {
    content: " ▼";
    display: block;
    margin-top: 10px;
}

.rst-content p.rubric {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 120%;
}*/