/* hide horizontal scrollbar in wrapper */
#sidebar-wrapper {
	overflow-x: hidden;
}

/* list of links in sidebar - indent from left slightly */
#archive {
	list-style: none;
	padding-left: 10px;
}
/*space out archive items */
#archive li {
	line-height: 20px;
	margin: 2px;
}
/* position links next to double arrow  */
#archive li a {
	display: inline;
	padding: 4px;
}

/* adjustments from default style to allow for "BETA" text */
.sidebar-brand {
	text-indent: 0px !important; 
	line-height:25px !important; 
	height: 90px !important;
}
/* indent same as other links */
.sidebar-brand a {
	padding: 20px;
}
.sp-link-wrapper {
	display:none !important;
}