#downloads ul {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

#downloads > table {
	width: 100%;
}

#downloads > table tr {
	vertical-align: top;
}

#downloads > table td {
	padding: 20px;
}

#downloads > table td:first-child {
	width: 25%;
}

#downloads > table td:nth-child(2) {
	width: 50%;
}

#downloads > table.edit td:last-child {
	width: 25%;
}

#downloads > table img {
	height: 100px;
	
	border: 1px solid white;
}

#downloads > table input[type="file"] {
	width: 75%;
}

#downloads > table textarea {
	width: 100%;
	height: 4em;
}
