.video-shortcode {
  max-width: 100%;
  height: auto;
}

.content .MathJax {
    font-size: 100%!important;
    overflow-x: auto;
    overflow-y: hidden;
}
.content .katex { font-size: 1.0em; }

.content :last-child {
    margin-bottom: 0;
}

.content a {
    /* color: #AA0000; */
   color: #fe6601;
    text-decoration: underline;
}

.content a.footnote-ref::before {
    content: "[";
}

.content a.footnote-ref::after {
    content: "]";
}

.content blockquote,
.content div,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content pre,
.content ol,
.content table,
.content ul {
    margin-bottom: 1rem;
}

.content blockquote {
    border-left: black 2px solid;
    font-style: italic;
    padding: 1rem 0 1rem 2rem;
}

.content code {
    background-color: #ededed;
    border-radius: .3;
    /* color: #AA0000; */
    /* color: #fe6601; */
    font-family: 'Arial-light', Courier, monospace;
    padding: 0 .2rem;
}

.content h1, .content h2, .content h3,
.content h4, .content h5, .content h6 {
    line-height: 1.5;
}

.content h1 {
    font-size: 2.4rem;
}

.content h2 {
    font-size: 1.8rem;
    line-height: 1.5;
}

.content h3 {
    font-size: 1.4rem;
}

.content h4 {
    font-size: 1.2rem;
}

.content h5 {
    font-size: 1.1rem;
}

.content h6 {
    font-size: 1rem;
}

.content img {
    max-width: 100%;
}

.content p {
    text-align: justify;
}

.content pre {
    background-color: #ededed;
    border-radius: .2rem;
    font-family: 'Raleway', Courier, monospace;
    margin-top: .5rem;
    overflow-x: auto;
    padding: .5rem;
}

.content pre code {
    padding: 0;
}

.content table {
    display: block;
    overflow-x: auto;
}

.content td, .content th {
    border: #575C61 1px solid;
    padding: .1rem .5rem;
}

.content th {
    background-color: #575C61;
    color: #FAFAFA;
}

.content ol, .content ul {
    margin-left: 1.5rem;
}

.dark_button {
    position:absolute;
    width:20px;
    height:20px;
    right:12%;
    top:40px;
  /* line-height:26px; */
}

.animation_button {
    position:absolute;
    width:20px;
    height:20px;
    right:12%;
    top:60px;
}

.svg_image {
    float:center;
    /* filter: hue-rotate(180deg) contrast(100%) invert(100%); */
    /* -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%); */
}
