#tableDownloads {
	width: 100%;
	border-collapse: collapse;
}
#tableDownloads thead {
	border-bottom: 1px solid #000000;
}
#tableDownloads tbody tr td {
	padding-top: 1em;
}
#tableDownloads tbody tr + tr td  {
	padding-top: 0px;
}
#tableDownloads tbody tr:hover td a {
	color: #202050;
}
#tableDownloads a, #tableDownloads a:link, #tableDownloads a:active, #tableDownloads a:hover, #tableDownloads a:visited {
	color: #000000;
	/*color: inherit;*/
	text-decoration: none;
}
#filename {
	width: 200px;
}
#filetype {
	width: 50px;
}
#filesize {
	width: 50px;
}