/* Keep the normal style for almost everything */
@import url(style.css);

/* ...but hide the menu */
.sidebar {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}
.box, .powered {
	display: none;
}
.content {
	margin-left: 20px;
}
