html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input,
textarea,
button,
i,
input,
select,
option,
header,
footer,
main,
article,
section,
aside,
nav {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal
}

ul,
li {
    list-style: none
}

a:focus,
a:active,
a:hover {
    outline: 0
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    -webkit-overflow-scrolling: touch
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

hr {
    height: 1px;
    background: #ddd;
    margin: 10px 0;
    border: 0
}

img {
    border: none;
    vertical-align: top
}

a,
img {
    -webkit-touch-callout: none
}

a img,
:link img,
:visited img {
    border: 0
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="text"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    border: none;
    background: none
}

button,
input[type="radio"],
input[type="checkbox"] {
    border: none;
    outline: none
}

textarea {
    border: 1px solid #e7e7e7;
    color: #444;
    font-size: 14px;
    padding: 8px 10px;
    resize: none;
    overflow: auto;
    vertical-align: top
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="search"]:focus,
input[type="search"]:active {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    outline: 0 none
}

input[type="submit"],
input[type="submit"]:focus {
    border: 0
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}