/* RESET *****************************************************/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	/* Cancel out some differences between browser defaults */
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}

* {
	/* Padding and borders will be subtracted from the content box width, not added to it. */
	box-sizing: border-box;
}

article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	/* Make sure the browser knows how to display HTML5 elements */
	display: block;
}
