/* @import 'theme.css';       /* for the Read the Docs theme */

/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
    background-color: #f04940;
    background-image: linear-gradient(to bottom, #ae2720, #911e18);
    border-color: #911e18 #911e18 #3a1b1b;
}

.language-block
{
    width:100%;
    text-align: center;
}

.language-btn
{
    width:48%;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 1px;
}

/* Отключение горизонтального скроллбара для таблиц */
.wy-table-responsive table td 
{
    white-space: normal;
}