/*  -------------------------------------------------------------
    * Filename:         reset.css
    * Description:      Reset CSS
    * Version:          1.4
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    background: transparent;
    font-size: 100.01%;
    margin: 0;
    outline: 0;
    padding: 0;
}
:focus        {outline: 0;}
a *           {border: 0; cursor: pointer;}
blockquote, q {quotes: none;}
body          {line-height: 1;}
del           {text-decoration: line-through;}
ins           {text-decoration: none;}
input, select, textarea {font-family: inherit; font-size: inherit; font-weight: inherit; text-align: left;}
ol, ul, li    {list-style: none; list-style-position: outside;}
sub           {vertical-align: text-bottom;}
sup           {vertical-align: text-top;}
table         {border-collapse: collapse; border-spacing: 0;}
textarea      {overflow: auto;}
input         {overflow: visible;}
