
/* TINY STYLES */
.post_content table{
    border-collapse:collapse
}
.post_content table:not([cellpadding]) td,table:not([cellpadding]) th{
    padding:.4rem
}
.post_content table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{
    border-width:1px
}
.post_content table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{
    border-style:solid
}
.post_content table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{
    border-color:#6d737b
}
.post_content figure{
    display:table;
    margin:1rem auto
}
.post_content img{
    max-width: 100%;
    height: auto;
}
.post_content figure figcaption{
    color:#8a8f97;
    display:block;
    margin-top:.25rem;
    text-align:center
}
.post_content hr{
    border-color:#6d737b;
    border-style:solid;
    border-width:1px 0 0 0
}
.post_content code{
    background-color:#6d737b;
    border-radius:3px;
    padding:.1rem .2rem
}
.post_content blockquote{
    background-color: rgb(80 80 171 / 15%);
    border-left:2px solid #6d737b;
    border-right:2px solid #6d737b;
    margin: 0 1rem 1.5rem 1rem;
    padding-top: .75rem;
    padding-left: 1.1rem;
    padding-right: .5rem;
    padding-bottom: .75rem;
}