.wy-nav-content {
  max-width: 100%;
}

/* g foreignObject div span a {
  font-size: 150%;
} */

/* #mailinglists_links {
  font-size: 150%;
} */
/*
.nodeLabel {
  font-size: 200%;
} */

.md-grid {
  max-width: 100%;
}

.md-content img {
  border: 1px solid var(--md-primary-fg-color);
}

/*
#__mermaid_0{
    height: 500px;
    overflow: auto;
} */

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-reset {
  display: inline;
}

.xsmall {
  width: 50px;
}

.small {
  width: 100px;
}

.medium {
  width: 150px;
}

.big {
  width: 250px;
}

.bigger {
  width: 350px;
}

.xbig {
  width: 500px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.announce {
  font-size: 40px;
  color: royalblue;
  text-shadow: 2px 2px 5px cornflowerblue;
  border-style: groove;
}

.bottom-margin {
  margin-bottom: 5px;
}

body {
  counter-reset: h2;
}

h2 {
  counter-reset: h3;
}

h3 {
  counter-reset: h4;
}

h4 {
  counter-reset: h5;
}

h5 {
  counter-reset: h6;
}

article h2:before {
  content: counter(h2, decimal) ". ";
  counter-increment: h2;
}

article h3:before {
  content: counter(h2, decimal) "." counter(h3, decimal) ". ";
  counter-increment: h3;
}

article h4:before {
  content: counter(h2, decimal) "." counter(h3, decimal) "."
    counter(h4, decimal) ". ";
  counter-increment: h4;
}

article h5:before {
  content: counter(h2, decimal) "." counter(h3, decimal) "."
    counter(h4, decimal) "." counter(h5, decimal) ". ";
  counter-increment: h5;
}

article h6:before {
  content: counter(h2, decimal) "." counter(h3, decimal) "."
    counter(h4, decimal) "." counter(h5, decimal) "." counter(h6, decimal) ". ";
  counter-increment: h6;
}

h2.nocount:before,
h3.nocount:before,
h4.nocount:before,
h5.nocount:before,
h6.nocount:before {
  content: "";
  counter-increment: none;
}

.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo-container .isima {
  margin-top: 6px;
}

.logo-container .limos {
  margin-top: 30px;
}

.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button-container p {
  margin: 0;
}

.button-container .md-button {
  margin: 2px;
}

.doc-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.doc-card {
  border: 1px solid lightgray;
  border-radius: 15px;
  width: 300px;
  padding: 10px;
  margin: 5px;
}

.doc-card p {
  margin: 0;
}

.cri-photo img {
  -webkit-border-radius: 10px;
  margin: 0;
}
