body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
    padding: 0;
    margin: 0;
}

body > div * {
    cursor: url(../img/cursor.cur), default !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
    padding-left: 16px;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

input {
    font-family: Arial, serif;
}

input:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 10px;
    font-family: Arial, serif;
    min-height: 100vh;
    color: #333;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

input[disabled] {
    color: inherit;
}

.hidden {
    display: none !important;
}

img {

    -khtml-user-drag: none;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    user-drag: element;
}