/* =======================================================================
 * RESET STYLES
 * -----------------------------------------------------------------------
 * File used to reset styles
 * ===================================================================== */
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    outline: none !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    min-height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling in iOS */
}

input, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
}

button {
    border: none;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

ul {
    list-style: none;
}

/*# sourceMappingURL=app.reset.css.map */
