html,
body {
	margin: 0;
	padding: 0;

	/* default to black on white, as this is not given */
	background: white;
	color: black;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

/* labels are somehow not blocks here */

label {
	display: block;
}

input,
select {
	max-width: 100%;
}

/* reset for menus & links */

ul.menu,
ul.menu li,
ul.links,
ul.links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Container */

.container {
	margin: 0 auto;
	width: 100%;
}

/* Keep blocks separated, unless we really want to */

.block-inner {
	margin: 0 1em;
}

.no-block-margin > .block-inner {
	margin: 0;
}
