* {
    font-size: 12pt;
    font-family: Calibri, "Helvetica Neue", Arial, sans-serif;
}

body,
td,
th {
    font-size: 12pt;
    font-family: Calibri, "Helvetica Neue", Arial, sans-serif;
}

a:active,
a:link,
a:visited {
    color: #369;
    text-decoration: none;
}

a:hover {
    color: #369;
    text-decoration: underline;
}

html,
body {
    height: auto;
    width: auto;
}

table {
    border-collapse: collapse;
    padding: 2px;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
textarea {
    -webkit-user-select: auto;
}

/* placeholder colour - currently requires vendor prefix */
::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

::-webkit-scrollbar {
    width: 1.25em;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 1.25em;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

* {
    scrollbar-color: #d6dee1 #ffffff;
    scrollbar-width: thin;
}
