html {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

html, body {
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
    display: block;
}

p, span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    display: block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

img {
    display: block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul, li {
    list-style-type: none;
}

.none {
    display: none !important;
}
