/* Element Insertion Test ************************
	Author: Matt Hobbs
*************************************************/

/* Page Reset - Nothing important ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers **/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
body {
	line-height: 1;
	font-family: Verdana;
	font-size: 0.75em;
	}
/* Basic Page Styling ***************************/
#container {
	width: 90%;
	margin: 20px auto 20px;
	padding: 20px;
	overflow: hidden;
	}
a {
	color: #333;
	display: block;
	margin: 0 0 10px;
	}
a:hover {text-decoration: none;}
p {
	line-height: 1.25;
	margin: 10px 0;
	}
li {line-height: 1.25;}
h1 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 20px;
	}
h2 {
	font-size: 0.93em;
	font-weight: 700;
	margin: 0 0 10px;
	}
.test-container {
	padding: 2%;
	border: 1px dotted #333;
	margin: 0 2% 2% 0;
	float: left;
	display: inline;
	width: 44%;
	}
.last {margin: 0 0 2% 0;}
.load-here {
	border: 1px dotted red;
	padding: 10px;
	margin: 20px 0 0;
	}