
/* Chewxy's addition */

.tldr{
  background-color:#ffffe5;
  width:100%;
  border: 1px solid #ff0000;
  padding:1em;
  text-align:justify-all;
  font-size:0.9em;
  line-height: 1em;
}

.story {
  background-color:#fafaf9;
  width:100%;
  padding:1em;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  filter: drop-shadow(#999 0.5rem 0.5rem 5px);
  text-align:justify-all;
  font-size:0.9em;
  line-height: 1em;
}

img {
  width:auto;
  height:auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.intro-header .page-heading h1 {
  font-size: 72px;
}

.intro-header .post-heading h1 {
  font-size: 36px;
}

code.has-jax {font: inherit;
              font-size: 100%;
              background: inherit;
              border: inherit;
              color: #515151;}

.ref {
    position: relative;
    vertical-align: baseline;
    margin-right: 2px;
}

.refnum {
    position: relative;
    left: -1px;
    bottom: 1ex;
    border-bottom: dotted 1px #0085a1;
    color: #0085a1;
    font-size: .8em;
    font-weight: bolder;
    cursor: pointer;
}

.refbody {
    font-size: .8em;
    line-height: 1.1;
    display: block;
    min-width: 300px;
    position: absolute;
    left: 10px;
    bottom: 5px ;
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    word-wrap: break-word;
    z-index: 9999;
    overflow: auto;
    background-color: #eee;
    text-align: justify;
}

.toc {
  display: none;
  font-size: small;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.toc li, .toc ul, .toc ul li{
    list-style: outside none none !important;
}

@media (min-width: 1400px) {
  .toc {
    position: fixed;
    display: block;
  }
}

@media(max-width: 1400px){
  .toc{
    position:relative;
    display: block;
    float: left;
  }
}

@media (max-width: 992px) {
  .toc {
    position: static;
    display: block;
  }
}

@media (max-width: 768px) {
  .toc {
    position: static;
    display: none;
  }
}

/* This wonderful CSS is provided by Marina Meier who wrote a very good post on how to create code tabs for Hugo: https://discourse.gohugo.io/t/code-tabs-widget/975/7 */
#body .nav-tabs {
position: unset;
width: unset;
}

.tab-content > .tab-pane {
display: none;
}

.tab-pane {
padding: 3px 0px;
}

.tab-pane {
padding: 3px 0px;
}

.tab-content > .active {
display: block;
}

.nav-tabs {
color: #0f0f0f;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

.nav-tabs > li {
color: #0f0f0f;
float: left;
}

.nav-tabs > li > a {
display: block;
padding: 5px 10px;
font-size: 14px;
}

pre {
display: block;
padding: 9.5px;
margin: 10px 0px 10px;
line-height: 1;
}

.code-tabs {
margin: 10px 0px 0px 00px;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
color: #000 !important;
background: transparent;
}

/* end code tab */

.tweetquotebox {
    border: 1px #000 solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px
}

.tweetquotebox > .quoted {
    padding-left: 5px;
    padding-right:5px;
    padding-top: 10px;
    margin-bottom: -15px;

    text-align: justify;
    text-justify: inter-word;

}
.tweetquotebox > .twitter-share-button2 {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
