@import url('bukyvede.css');
@import url('https://fonts.googleapis.com/css?family=Arimo|Tinos&display=swap');

body{
    display:flex;
    flex-direction:column;
    height:100%;
    color:#000;
    line-height:1.4;
}

code {
  color: #044788/*#c7254e*/;
  background-color: #fff/*#f9f2f4*/;
  border-radius: 4px;
  display:inline;
  font-family:monospace, monospace;
}

pre {
  padding: 0px;
  margin: 0 0 10px;
  font-size: 90%;
  line-height: 1.4;
  color: #044788;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  border: none;
}
pre code {
  padding: 0;
  font-size: inherit;
  white-space: pre-wrap;
  background-color: transparent;
 font-family:monospace, monospace;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

#myCarousel {
    padding-top:2em;
}
.carousel-inner {
   margin-bottom:50px;
}

.carousel-inner img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.carousel-caption {
    color:#fff;
    font-weight:bold;
}

.carousel-indicators {
  bottom:-50px;
}

img {
display: block;
margin-left: auto;
margin-right: auto;
}
.reference {
    cursor: pointer;
    color: #254aa5;
}

span.data-hr {
    background-color: #ffff00;
}

.card {
    overflow: visible;
}

a {
    color: #254aa5;
}

a:not([href]):not([tabindex]) {
    color: #254aa5;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
color:#044788;
}

h3 a {
    color:#044788;
}

sup {
    font-size:8pt;    
}

.epigraph {
    text-align:right;
}

:lang(chu) {
    font-family:Bukyvede, sans-serif;
    font-size:120%;
}

.titlePart {
    text-align:center;
}