﻿*, ::after, ::before {
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}
ul, ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    cursor: pointer;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}
img {
    border: 0;
    max-width: 100%;
}
button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0 none;
    outline: none;
    font-family: inherit;
}
input[type="number"] {
    -moz-appearance: textfield;
}
::-moz-focus-inner {
    padding: 0;
    border: none;
}
:focus {
    outline: none;
}