/* change default html styles */
/* * {
  margin: 0;
  padding: 0;
} */


/* clearfix, the ie part is in the ie css */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}