﻿* {
    box-sizing: border-box;
    -webkit-user-drag: none;
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    color: inherit;
    background-color: transparent;
}

    a,
    a:hover {
        outline: none;
        text-decoration: none;
    }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

fieldset {
    border: none;
}

hr {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    border: none;
}

img,
video {
    height: auto;
}

img,
object,
iframe,
embed,
figure,
video {
    border: none;
    max-width: 100%;
    vertical-align: top;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    outline: none;
}

input {
    border-radius: 0;
}

    input::-moz-focus-inner,
    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input[type='checkbox'],
    input[type='radio'] {
        padding: 0;
    }

    input[type='button'],
    input[type='submit'],
    input[type='reset'],
    button {
        background: transparent;
        border-style: none;
        border-width: 0;
        max-width: none;
        overflow: visible;
        width: auto;
        -webkit-appearance: none;
    }

    input[type='search']::-webkit-search-decoration,
    input[type='search']::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

    label,
    input[type='submit'],
    input[type='button'],
    button {
        cursor: pointer;
    }

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

svg {
    transform-style: preserve-3d;
    max-width: 100%;
}

table {
    border-spacing: 0;
}

th {
    font-weight: normal;
}

textarea {
    border-radius: 0;
    overflow: auto;
    resize: none;
    vertical-align: top;
}

ul,
ol {
    list-style-position: inside;
}
