/* Font settings */ 
/* Smooth scroll */
img[alt*="logo"] {
    padding: 20px;
    width: 80%;
}

/* Optional styling */
table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    table-layout: fixed;
}
td, th{
    width: 1%;
    white-space: normal;
}

td div, th div {
  width: 100%;
  text-overflow: ellipsis;
}

.table-no-style td, .table-no-style th{
    width: initial;
    white-space: normal;
}

h1, h2, h3, h4, h5, h6{
    padding-bottom: 0;
    margin-bottom: 0;
}

p code, li code, tr code, td code{
    color: #1C1E21!important;
    background-color: rgba(0,0,0,.065)!important;
    border-radius: 4px!important;
    line-height: 1!important;
    padding: 2.5px 6px!important;
    border: 0!important;
    white-space: nowrap!important;
}

blockquote{
    color: #003100!important;
    border-color: #0095d4!important;
    padding: 16px!important;
    background-color: #f9f9f9d9;
    border-radius: 0.4rem;
    border-left-width: 5px;
}

blockquote p{
    margin-top: 0px!important;
}

.custom-details {
    border: 1px solid #d9dee2;
    border-radius: 4px;
    margin: 5px 0 10px 0;
    padding: 10px 15px;
  }
  .custom-details summary {
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
  }
  .custom-details[open] summary {
    border-bottom: 1px solid #d9dee2;
    margin-bottom: 10px;
  }
  .custom-details summary::-webkit-details-marker {
    display: none;
  }
  .custom-details summary:before {
    content: " ";
    font-size: 12px;
    padding-right: 3px;
  }

  .details-content pre{
    border-radius: 3px;
  }

  /* ---- Image sizing ---- */
.img-small img {
  width: 45%;
}

.img-medium img {
  width: 65%;
}

.img-large img {
  width: 80%;
}

.img-full img {
  width: 100%;
}

/* ---- Leveling ---- */
.img-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-inline img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* ---- Mobile adaptivity ---- */
@media screen and (max-width: 576px) {
  .img-small img,
  .img-medium img,
  .img-large img {
    width: 100%;
  }
}

/* ---- Image sizing ---- */
