/*
 * Copyright (c) 2022 SPARQL Anything Contributors @ http://github.com/sparql-anything
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */

div.rst-content pre code {
    white-space: pre-wrap;
}

table,
table tbody td,
table thead th,
table.docutils,
table.docutils tbody td,
table.docutils thead th,
.wy-table thead,
.rst-content table.docutils thead,
.rst-content table.field-list thead
div.wy-table thead,
div.rst-content table.docutils thead,
div.rst-content table.field-list thead
{
    white-space: break-spaces;
}

.rst-content .section table.docutils,
.rst-content table.docutils {
    display: inline-table;
}

.wy-side-nav-search a:hover,
.wy-side-nav-search a:visited,
.wy-side-nav-search a:active,
.wy-side-nav-search a:link,
.wy-side-nav-search a {
    background-image: url(https://raw.githubusercontent.com/SPARQL-Anything/sparql.anything/v0.9-DEV/docs/logo.png);
    height: 200px;
    background-size: 200px;
    width: 200px;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
}

.wy-side-nav-search {
    background-color: #fcfcfc;
}

