/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
a, img, form, label, legend,
caption {
   margin: 0;
   padding: 0;
   border: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   /* vertical-align: baseline; */
}

body {
   line-height: 1.5;
   background: #fff;
   margin:0.5em 0;
}

caption, th, td {
   text-align: left;
}

q:before, q:after { 
   content:'';
}



