.rst-content blockquote {
  font-size: 1.4em;
  width:100%;
  font-style:italic;
  color: #404040;
  padding:1.2em 30px 1.2em 1em;
  border-left:8px solid #2980b9 ;
  line-height:1.6;
  position: relative;
  background:#eee;
  margin-left: 0;
}

.rst-content blockquote p {
  margin: 0; /* Ensures the p does not have extra top/bottom margins */
}

.rst-content blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}


.infobox a{
    border: solid 1px #00000000;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    padding: 0.65em 2em;
    font-size: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    user-select: none;
    position: relative;
    z-index: 1;
    background-color:#2980b9;
    color: white;
    text-transform: uppercase;
    margin-top: 1%;
}

.md-typeset h1 {
  margin: 0 0 0.5em 0;
}

.md-typeset h2 h3 h4 h5 {
  margin: 0.5em 0;
}