

/* @group Sidebar */

#sidebarContainer {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	font-weight: normal;
	font-style: normal;
	z-index: 50;
	top: 335px;
	height: 150px;
	position: absolute;
	width: 220px;
	left: 30px;
	text-align: justify;
}

#sidebar {
	font-size: x-small;
	font-weight: normal;
	text-align: justify;
	position: absolute;
	display: block;
	width: 220px;
	bottom: 0;
}



/* @end */