/*=====================================
    RESET
=====================================*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td { margin: 0; padding: 0; border: 0; outline: none; }
 
h1, h2, h3, h4, h5, h6 { font-size: 100%; padding: .6em 0; margin: 0 15px; }
 
ul, ol { list-style: none; }
 
a { color: inherit; text-decoration: none; }


/*=====================================
    GLOBAL STYLES
=====================================*/
*{
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

html{ 
    height: 100%;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
}

body{
    height: 100%;
    line-height: 1;
    background-color: #FAFAFA;
}

input{
    font-family: 'Roboto', 'Segoe UI', sans-serif;
}