*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  min-height: 100%;
}

body {
  line-height: 1.4;
  font-size: 16px;
}
img,
picture {
  max-width: 100%;
  display: block;
}
body,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
img,
legend,
table,
th,
td,
caption,
hr {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

hr {
  border-top: 1px solid #ddd;
  display: block;
  height: 1px;
  margin: 24px 0;
}


