* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  display: block; }
  body:after {
    content: "";
    display: table;
    clear: both; }
