/* --------------------------------------------------------------

    reset.css
    * Resets default browser CSS

-------------------------------------------------------------- */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address,
del, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    }

:focus {
    outline: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    }
table,
th,
td {
    vertical-align: middle;
    }
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    }

blockquote,
q {
    quotes: none;
    }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    }