html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    cursor: default;
    font-family: Tahoma,'Microsoft Sans Serif',Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 1.6;
    margin: 0px;
    padding: 0px;
    user-select: none !important;
    touch-callout: none !important;
    -o-user-select: none !important;
    -o-touch-callout: none !important;
    -moz-user-select: -moz-none !important;
    -moz-touch-callout: -moz-none !important;
    -khtml-user-select: none !important;
    -khtml-touch-callout: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    outline: 0 !important;
}
table { /* same as thead,... except border-collapse */
    border-collapse: collapse !important;
}
thead,tr,td {
    font-family: inherit !important;
    font-size: inherit !important;
    text-shadow: inherit !important;
    line-height: inherit !important;
    white-space: inherit !important;
    color: inherit !important;
    text-decoration: inherit !important;
}
td {
    margin: 0px;
}
a { /* same as thead,... except text-decoration */
    font-family: inherit !important;
    font-size: inherit !important;
    text-shadow: inherit !important;
    line-height: inherit !important;
    white-space: inherit !important;
    color: inherit !important;
    text-decoration: underline !important;
}
iframe {
    border: none;
}
a.nolink:link, a.nolink:hover, a.nolink:visited {
    color: inherit !important;
    text-decoration: inherit !important;
    cursor: inherit !important;
}
.nowrap {
    white-space: nowrap !important;
}
* {
    box-sizing: content-box !important;

    user-select: inherit !important;
    -o-user-select: inherit !important;
    -moz-user-select: inherit !important;
    -khtml-user-select: inherit !important;
    -webkit-user-select: inherit !important;

    user-drag: none;
    -o-user-drag: none;
    -moz-user-drag: none;
    -khtml-user-drag: none;
    -webkit-user-drag: none;

    tap-highlight-color: transparent !important;
    -o-tap-highlight-color: transparent !important;
    -moz-tap-highlight-color: transparent !important;
    -khtml-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;

    outline: inherit !important;
    scroll-behavior: smooth;
}

/* Chrome Android */
div.nohover { background-color: transparent !important; outline: inherit !important;}
div.nohover:link { background-color: transparent !important; outline: inherit !important;}
div.nohover:visited { background-color: transparent !important; outline: inherit !important;}
div.nohover:hover { background-color: transparent !important; outline: inherit !important;}
div.nohover:focus { background-color: transparent !important; outline: inherit !important;}
div.nohover:active { background-color: transparent !important; outline: inherit !important;}

input, select, textarea {
    user-select: auto !important;
    -o-user-select: auto !important;
    -moz-user-select: text !important;
    -khtml-user-select: auto !important;
    -webkit-user-select: text !important;
    resize: none !important;
}
.selectable {
    user-select: auto !important;
    -o-user-select: auto !important;
    -moz-user-select: text !important;
    -khtml-user-select: auto !important;
    -webkit-user-select: text !important;
}
.smallcelltext {
    font-size: 11px;
    line-height: 12px;
}

/* Firefox */
img:-moz-loading {
    visibility: hidden;
}

table[measuringcolumns] .nodisplaymeasuringcolumns {
    display: none;
}

