.sidebarFixed {
	position: fixed;
	top: 0;
}
 .sidebarAbsolute {
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
}
.sidebarFixedHeight {
	overflow: auto;
}