.bottom-toolbar { 
	display: none 
}

#docCollector {
	display: none;
	position:fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #666;
	padding: 10px 20px;
	height: 20px;
	overflow: hidden;
	
}

#docCollector ul {
	list-style: initial;
	margin: default;
}

#docCollector div {
	float: left;
}


.docCollectorDocumentList {
	background: #fff;
	margin-top: 30px;
		
}

#docCollector span {

	color: #fff;
	
	font-size: 14px;
	padding: 2px 10px;
	margin-left: 10px;

}