/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, ul, li, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* FF extra padding */
input::-moz-focus-inner{ 
    border: 0;
    padding: 0;
}
body{
    line-height: 1;
}
td, table, tr, th {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a:focus{
    outline: none !important
}