* {
    border-radius: 0;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

html {
    overflow-x: hidden\0/;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

body, button, input, textarea, select, .btn {
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    margin-top: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
    color: rgba(255,255,255,0.5);
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    color: #1A237E;
    text-decoration: none;
}

a.underline {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

a.underline:hover, a.underline:focus {
    border-color: #1A237E;
}

table {
    font-size: 1em;
}

table td {
    outline: none;
}

small {
}

img {
}

input, textarea, keygen, select, button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #fff;
}
