* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html .aznew, body .aznew, div, span, iframe,
main.aznew, article, aside, footer.aznew, header.aznew, nav.aznew, section, address,
h1, h2, h3, h4, h5, h6, p, a, img, b, i, small, ul, li, button,
form, input, textarea, select, label,
table, tr, th, td,
hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    color: inherit;
    text-decoration: none;
    vertical-align: top;
}

main.solid-account input {
    font-family: "century-gothic", Arial, sans-serif;
}

span, a, img, b, i, small {
    display: inline-block;
    max-width: 100%;
}

input, input[type="text"], input[type="password"] textarea, button, select {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-clip: padding-box;
}

input[type="date"] {
    cursor: pointer;
}

i {
    vertical-align: middle;
}

pre i {
    width: auto;
    height: auto;
}

main .aznew,article,aside, footer,header,nav,section,address {
    display: block;
}

ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

:focus {
    outline: 0;
}