html *,
body * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: Sans-Serif;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    font: inherit;
    font-size: 100%;
    font-family: Sans-Serif;
    line-height: 1;
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

body *:focus {
    outline: 0 none;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: 0;
}

button:focus {
    outline: 0;
}

button:active {
    outline: 0;
}

*,
*::before,
*::after,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #2d3135;
    color: #ffffff;
}

::selection {
    background: #2d3135;
    color: #ffffff;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

::-webkit-scrollbar {
    display: none;
}

p:empty {
    display: none;
}

select:-webkit-autofill,
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #ffffff inset;
    -webkit-text-fill-color: #000000 !important;
}

input,
textarea,
button {
    appearance: none;
    border-radius: 0;
}

textarea {
    overflow: auto;
}