#sidebar
{
	z-index: 2000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 400px;
	right: 0px;
	transition: right 0.2s;
}

#sidebar.hidden
{
	right: -450px;
}

.sidebar-icon
{
	width: 20px;
	text-align: center;
}