/* resets and other generic styles */
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2,
h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul,
li, figure, canvas, video, th, td, tr, input {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

address, article, aside, canvas, details, figcaption, img,
figure, footer, header, hgroup, nav, menu, nav, section, summary {
    display: block;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

img[usemap], map area {
	outline: none;
}

img {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#debug {
	background: rgba(255,0,0,0.00);
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom: solid thin black;
	line-height: 2em;
}

.d1 {
	display: block;
}

.d2 {
	display: none;
}
