div.markdown-style {
    margin: auto;
    max-width: 1200px;
}

div.markdown-style h1 {
    font-size: 30px;
    font-weight: bold;
    color: #002856;
    border-bottom: 3px solid #ffb71b;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

div.markdown-style h2 {
    font-size: 25px;
    font-weight: bold;
    color: #002856;
    margin-bottom: 25px;
}

div.markdown-style h3 {
    font-size: 23px;
    color: #6d9d25;
    font-weight: bold;
}

div.markdown-style h4 {
    font-size: 21px;
    color: #6d9d25;
    font-weight: bold;
}

div.markdown-style h5 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

div.markdown-style h6 {
    font-size: 19px;
    color: #000000;
    font-weight: bold;
}

div.markdown-style pre {
    border-radius: 5px;
    padding: 8px;
    border: 2px solid #eeeeff;
    background: #f8f8ff;
}

div.markdown-style blockquote {
    border-left: 5px solid #e5e5e5;
    padding-left: 10px;
}

div.markdown-style div.toc {
    border: 1px solid #f9e59c;
    background: #fff6e7;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

div.markdown-style div.toc span.toctitle {
    display: block;
    padding-top: 8px;
    margin-left: 25px;
    font-weight: bold;
}

div.markdown-style div.toc ul {
    margin: 0px;
}

div.markdown-style img {
    max-width: 100%;
    border: 1px solid #ddd;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.markdown-style a {
    color: #e7a006;
}

div.markdown-style a.footnote-backref {
    text-decoration: none;
}

div.markdown-style table {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    margin-bottom: 16px;
    overflow-x: auto;
    /*display: block;*/
}

div.markdown-style th {
    color: #fff;
    border-left: 1px solid #e0e0e0;
    padding: 5px;
}

div.markdown-style tr {
    border-bottom: 1px solid #e0e0e0;
}

div.markdown-style td {
    border-left: 1px solid #e0e0e0;
    padding: 5px;
}

div.markdown-style tr:nth-child(even) {
    background-color: #fefefe;
}

div.markdown-style tr:nth-child(odd) {
    background-color: #f4f4f4;
}

div.markdown-style th {
    background-color: #5893a7;
}

