/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .downloads-library-title {
 	color: #c0c0c0;
 	font-weight: 700;
 }
 
.clearfix {
  overflow: auto;
  zoom: 1;
}

table.dl-library-list {
	line-height: 1;
	margin-bottom: 0px;
}

table.dl-library-list tbody {
	border-bottom: 0;
}

table.dl-library-list tr td {
	border-top: 0;
}

table.dl-library-list a {
	color: #1D85CE;
}