

/* -------------------------- IMPORTANT STUFF -------------------------------*/

html {
  color: #000;
  background: #fff;
  overflow: scroll;
  }

* {
  padding: 0;
  margin: 0;
  border-width: 0px;
  border-style: none;
  }

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

td {
  vertical-align: middle;
  }

ul , ol , li {
  list-style: none;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  }

input , textarea , select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  }

a {
  text-decoration: none;
  }

img {
  border: none;
  }



/* ----------------------- HACKERY ------------------------------------------*/

/* Enables resizing for IE*/

input , textarea , select {*font-size:100%;}


/* Preserves line-height and selector appearance */

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}


/* Legend doesn't inherit in IE */

legend {color:#000;}

fieldset {border:none;}

address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}

caption,th {text-align:left;}

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

abbr,acronym {border:0;font-variant:normal;}

del,ins {text-decoration:none;}

