/*	Testing
	================================================ */

/**/
	html {
		background:#eeeeee;
	}
	header, nav, main, footer, article, aside, body, div {
		box-sizing: border-box;
	}
	body {

	}
	header, nav, main, footer, article, aside {
		border: thin solid #666;
		border-color: rgb(159, 40, 58) !important;
		min-height: 60px;
		margin: 8px;


		margin: 20px;
		border-width: 8px !important;
		border-radius: 8px 100%/100% 8px;
		border-radius: 90% 12px 90% 12px / 14px 90% 12px 90%;

		position: relative;
	}

	header:before,
	nav:before,
	main:before,
	footer:before,
	article:before,
	aside:before {
		content: attr(id);
		position: absolute;
		top: -1.4em;
		font-family: rabiohead;
		font-size: 1.6em;
		color: rgb(159, 40, 58);
		font-weight: bold;
	}

	h1, h2, h3, p, ul, table, figure {
		display: none !important;
	}
	header, nav, main, footer, article, aside {
		background: none !important;
	}
