.div-file {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
	margin-right:2px;
	padding:5px;
	padding-bottom:8px;
	/*border:1px solid lightgray;
	background-color:#F0F0F0;*/
	border-bottom:1px dotted lightgray;
}

.div-tags {
	/*background-color:#dfdfdf;*/
}

.div-tags span span {
	background-color:#e5e5e5;
}



.filename {
	font-size:125%;
	font-weight:800
}

.filesize, .filetype, .downloads {
	font-weight:bold;
}

.uploaded {
	font-style:italic;
}

.tags span {
	color:#385ea2;
}

.tags span:hover {
	text-decoration:underline;
	cursor:pointer;
}


.label-edit {
	width:90px;
	font-weight:bold;
}

.input-filename, .input-description, .input-tags {
	width:100%;
}

