.gfiledownload {
	padding: 2px;
}

.gfiledownload a.file, 
.gfiledownload a.file:hover,
.gfiledownload a.file:visited, 
.gfiledownload a.file:active {
	color: #0066B7;
	height: 64px;
	box-sizing: border-box;
	padding-top: 7px;
	padding-left: 2px;
}

.gfiledownload a.file:hover {
	background: none;
	background-color: rgba(0,0,0,0.05);
	border-radius: 5px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}

.gfiledownload .file_name_48 {
	padding: 0px;
	line-height: 18px;
	width: auto;
	height: 20px;
	font-size: 14px;
	color: #0066B7;
	font-weight: normal;
	font-family: Roboto Medium;
}

.gfiledownload .file_size_48,
.gfiledownload .file_last_modified_48 {
	padding: 0px;
	color: #777777;
	font-size: 12px;
	line-height: 13px;
}
.gfiledownload .file_size_48 {
	color: #444;
}
.gfiledownload .file_last_modified_48 {
	font-size: 11px;
}

/* SMALL FORMAT */
.gfiledownload a.simple {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding: 0px;
}
.gfiledownload a.simple .file_icon {
	padding-left: 3px;
	margin-top: -5px;
}
.gfiledownload a.simple .file_name {
	font-size: 14px;
	color: #0066B7;
	font-family: Roboto Medium;
}
.gfiledownload a.simple .file_size {
	font-size: 11px;
}

.gfiledownload a.simple:hover,
.gfiledownload a.simple:active {
	background-color: rgba(0,0,0,0.05);
	border-radius: 5px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}

.gfiledownload a.simple:hover .file_size,
.gfiledownload a.simple:active .file_size {
	color: #777;
}