body, html {
    margin: 0;
    padding: 0;
    width: 100%!important;
}
body {
    line-height: 1.5;
    color: #444;
    background: #fff;
    padding-bottom: 10px !important;
}
img, iframe {
    max-width: 100%;
}

strong, dt, h3, h4 {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1, h2, h3 {
    line-height: 40px;
}
h2 {
    font-size: 20px;
    line-height: 1.2;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
hr {
    background: #EEE;
    border: 0;
    height: 1px;
    margin: 40px 0 40px;
}
blockquote {
    margin: 1em 0;
    border-left: 3px solid #ccc;
    padding-left: 20px;
    text-align: left;
}
dt {}
dd {
    padding: 0;
    margin: 0 0 25px 0;
}
a {
    -webkit-transition: all ease 150ms;
    -moz-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms;
    text-decoration: none;
    color: #F68934;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #47b5e2;
}


li {
    /*list-style-type: none;*/
    
    text-align: -webkit-match-parent;
}
p {
    text-align: justify;
}
dd {
    margin-left: 10px;
    margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
    pre, table {
        max-width: 85vw;
        overflow-x: auto;
    }
    li pre, li table {
        max-width: 75vw !important;
    }
    samp {
        display: inline-block;
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }
}