* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

label {
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
button,
select,
textarea {
    vertical-align: baseline;
    box-shadow: none;
    border-color: transparent;
    outline-style: none;
	text-align: inherit;
	font-family: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;
}

input,
textarea {
    outline: 0;
}

textarea {
    resize: none;
}

input[type=number]:not(:hover, :focus) {
    appearance: textfield;
}

input[type=button],
input[type=submit],
input[type=reset],
select,
button,
input + label {
    cursor: pointer;
}

[onclick] {
	cursor: pointer;
}

*:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

::-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

::-webkit-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

:-ms-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

iframe {
    margin:0;
    padding:0;
    border:0;
}

figure {
    margin:0;
}

a img {
    border:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top:0;
    margin-bottom:1.5em;
    line-height:1.25em;
}

p {
    margin:0 0 1.5em;
}

table {
    border-collapse:collapse;
}

a {
    text-decoration: underline;
    color: inherit;
}

a,
a:active {
    outline: 0;
}
