.h1, h1{
    font-size:calc(1.30rem + .4vw) !important;
}

.h2, h2{
    font-size:calc(1.25rem + .3vw) !important;
}

.h3, h3{
    font-size:calc(1.20rem + .2vw) !important;
}

.h4, h4{
    font-size:calc(1.15rem + .1vw) !important;
}

.h5, h5{
    font-size:calc(1.10rem) !important;
}

.h6, h6{
    font-size:calc(1rem) !important;
}

table {
    margin-bottom: 1rem !important;
}

th, td {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

blockquote {
    margin: 0 1.5rem !important;
}

pre {
    padding: 0.8rem !important;
    border-radius: 0.15rem !important;
    background-color: #333 !important;
}

pre code {
    font-family: "courier 10 pitch", courier, monospace !important;
}

img, svg {
    max-width: 100% !important;
}

iframe {
    padding-bottom: 0.5rem !important;
}