* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: "Open Sans", sans-serif;
	height: 100%;
	margin: 4px;
}

/* ----------------------------------------------------------------- */

b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-family: "Droid Sans Mono", monospace;
	font-weight: bold;
	font-style: normal;
	color: #555555;
	background: #eeeeee;
	padding-left: 0.5%;
	padding-right: 0.5%;
}
h2, h3, h4, .comment {
	font-weight: normal;
}
h1 {
	font-weight: bold;
	text-align: center;
}
h2 {
	border-bottom: 1px solid #444444;
}
.fig {
	border: none;
	float: right;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	font-style: italic;
}
.fig > a {
	font-style: italic;
}
.fig > img, .fig > a > img {
	width: 100%;
}
h1, h2, h3 {
	font-weight: bold;
	clear: both;
}
code, .i {
	color: #222222;
}
.i {
	font-family: "Droid Sans Mono", monospace;
	font-weight: bold;
	outline: 0;
}
code {	
	font-family: "Droid Sans Mono", monospace;
	display: block;
	clear: both;
	border: 2px solid #aaaaaa;
}
.box {
	font-family: "Droid Sans Mono", monospace;
	text-align: left;
	padding: 1px;
	float: left;
}
.comment {
	clear: both;
}
a, a:active, a:visited { color: #000000; }
a, a:active, a:visited { text-decoration: none; }
a:hover { 
	color: #000000; 
	text-decoration: underline; 
}
.copyhack {
	color: #ffffff;
	font-size: 0.3px;
}
.comment {
	margin: 0px;
}
.picker {
	position: relative;
	float: right;
}
#thanks {
	float: right;
	width: 25%;
}
#caution {
	float: left;
	width: 12%;
	margin-left: 2%;
	margin-right: 1%;
	margin-top: 1%;
}
#sup {
	display: none;
	font-family: "Droid Sans Mono", monospace;
	font-weight: bold;	
}
#sup-rot-outer {
	display: none;
}
.unhide {
	font-weight: bold;
}
