html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
address,
variable,
form,
fieldset,
blockquote,
object {
	box-sizing: border-box;
	/* Reset to default box model */
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

html {
	font-size: 16px;
	/* This makes 1rem = 16px */
}

p {
	margin: 0.5em 0;
}

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

td,
th,
caption {
	font-weight: normal;
	text-align: left;
}

img,
fieldset {
	border: 0;
}

ol {
	padding-left: 1.4em;
	list-style: decimal;
}

ul {
	padding-left: 1.4em;
	list-style: square;
}

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

object {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}