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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
}
code { 
	font-family: monospace; 
	font-size: 1.6rem;
	line-height: 2rem;
}
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul {
	list-style: none;
	padding: 0 0 12px 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
blockquote {
	color: #666;
	margin: 15px 0 30px;
	padding: 12px 20px 0;
	border-left: 5px solid #f33;
}
blockquote p { padding-bottom: 7px; }
::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }
header, footer, nav { display: block; }
.details ol, 
.details ul,
.takeaways ol, 
.takeaways ul { 
	padding: 0 0 20px 40px; 
	margin: 0;
}
.takeaways ol li, 
.takeaways ul li,
.details ol li, 
.details ul li { padding: 0 0 0 5px; }
.takeaways ul,
.details ul { list-style: disc outside; }
.takeaways ol,
.details ol { list-style: decimal outside; }
.takeaways p,
.details p,
p.comment-notes { padding: 0 0 12px; }
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
	 font-size: 0;
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
img {
	border: 0;
	display: block;
}
#tempContentNotice {
    width: 100%;
    position: fixed;
    height: 30px;
    top: 0;
    left: 0;
    background-color: #fc0;
    color: #000;
    font-weight: bold;
    z-index: 9999;
}
#tempContentNotice a { color: #c00; }
#tempContentNotice p { margin: 5px 10px 0; }

/* ---- USED TO HIDE IFRAME BUILT BY RECAPTCHA CODE ---- */
iframe[src="about:blank"] { display: none !important; }