a,
a:focus,
a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    padding: 0;
    margin: 0
}

button,
input[type=submit] {
    cursor: pointer
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    box-sizing: border-box
}

caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #000
}

a:active,
a:hover,
button:active,
button:hover {
    outline: 0!important
}

table {
    border-collapse: collapse!important;
    border-spacing: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

img {
    max-width: 100%
}

body,
html,
input,
textarea {
    font: 14px Arial, Helvetica, sans-serif
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none
}

input,
select {
    vertical-align: middle
}

textarea {
    resize: none;
    overflow-y: auto
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

input,
textarea {
    border: 0;
    background: 0 0
}

input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}

button:active,
button:focus,
input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0
}

button {
    border: none
}

input,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #777!important
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #777!important
}
