#sidebar {
	font-size: x-small;
	position: absolute;
	/*overflow: auto;*/
	width: 25%;
	height: auto;
	top: 0em;
	right: 0.5em;
	bottom: 0em;
	left: auto;
}

#main {
        position: static;
        top: 3em;
        margin-right: 26%;
}

#readme {
	font-size: x-small;
}

#hackergotchi {
	float: right;
}

Q { font-style: italic }


