#library {
}

#library > div {
	float: left;
}

#library a {
	outline: none;
}

#library div.docIcon {
	float: left; 
	margin-bottom: 14px;
}

#library div.docIcon img {
	width: 64px;
	height: 64px;
}

#library div.docName {
	font-size: 16px; 
	position: relative; 
	top: 24px;
	white-space: nowrap;
	padding-left: 78px;
	margin-right: 24px;
}

#library:after {
  content: "";
  display: table;
  clear: both;
}