#result {
	padding: 20px;
	position: relative;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#downloads {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#downloads tr {
	background: #eeeeee;
}

#downloads tr.odd {
	background: #dcdcdc;
}

#downloads th {
	background: #434343;
	color: #ffffff;
	padding: 4px;
}

#downloads th.icon {
	width: 20px;
}

#downloads th.name {
	width: 300px;
}

#downloads td {
	padding: 6px;
}

#downloads th.size,
#downloads th.lastm,
#downloads td.size,
#downloads td.lastm {
	text-align:right;
}

.up2higher-icon {
	border: 0;
}