.searchformwrapper .search input[type='submit'] {
	/* Hide the text. */
    text-indent: -9999px;
    background: transparent url(search-button.jpg) no-repeat center;
    background-size: 20px;
    color: transparent;
    cursor: pointer;
}

@media screen and (max-width: 870px) {
    .custom-header {
        width:  100%;
    }
}

div.sphinxsidebar hr {
    width: 100%;
}

.language-switcher {
    text-align: center;
}

div.footer {
    text-align: center;
}

/* PDF download box — отступ от поля ввода поиска сверху. */
div.pdfbox {
    margin-top: 1.5em;
}