::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #0380C6;
    -webkit-border-radius: 8px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* This next part is important */
@supports (not selector(::-webkit-scrollbar)) {
    html {
        scrollbar-width: thin;
        scrollbar-gutter: stable;
        scrollbar-color: #0380C6;
    }
}

body {
    scrollbar-3dlight-color: #0380C6;
    scrollbar-darkshadow-color: #0380C6;
    scrollbar-arrow-color: #0380C6;
    scrollbar-face-color: #BEDDEF;
    scrollbar-shadow-color: #BEDDEF;
    scrollbar-highlight-color: #BEDDEF;
    scrollbar-track-color: #BEDDEF;
    background-color: #BEDDEF;
    /*    background-size: 99% auto;*/

    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;


}

p, h1, h2, h3, h4, h5, h6, td, a {
    text-align: left;
    color: #0380C6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    margin: 0;
}

P {
    font-size: 10pt;
}

H1 {
    font-size: 12pt;
    font-weight: bold;
}

H2 {
    font-size: 14pt;
}

H3 {
    font-size: 15pt;
    font-weight: bold;
}

H4 {
    font-size: 16pt;
}

H5 {
    font-size: 16pt;
    font-weight: bold;
}

H6 {
    font-size: 20pt;
}

img.mit {
    border-color: #0380C6;
    border-style: solid;
    border-width: 2px;
}

a:link {
    color: #0380C6;
}

a:hover {
    color: #0380C6;
    text-decoration: underline;
}

a:active {
    color: #0380C6;
}

a:visited {
    color: #0380C6;
}

table {
    width: calc(100% - 5px);
    border: none;
}

td:last-child {
    padding-right: 32px;
    width: auto;
    max-width: 100%;
}

table img {
    width: auto;
    min-width: 40px;
    max-width: 100%;
    height: auto;
}

hr {
    border: none;
    border-bottom: 1px solid #0380C6;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (max-width: 640px) {
    td {
        width: auto;
    }

    td:first-child {
        width: 15px;
    }
}