* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

aside,
nav,
header,
footer,
section {
    position: relative;
    display: block;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    font-size: inherit;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
    text-indent: -100000px;
    user-select: none;
}

object {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
}

video {
    max-width: 100%;
    height: auto;
    border: none;
    text-indent: -100000px;
    user-select: none;
}

[hidden] {
    display: none;
}

[disabled] {
    opacity: 0.7;
    cursor: no-drop;
}

button {
    background: transparent;
    cursor: pointer;
}