.gfilelink {
	padding: 2px;
}

.gfilelink a, 
.gfilelink a:hover, 
.gfilelink a:visited, 
.gfilelink a:active {
	color: #0066B7;
	width: auto;
	height: 64px;
	display: flex;
	flex-direction: row;
	position: static;
}

.gfilelink a:hover {
	background-color: rgba(0,0,0,0.05);
	border-radius: 5px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}

.gfilelink span.icon-wrap {
	position: static;
	display: flex;
	width: 54px;
	height: 60px;
	align-items: center;
}

.gfilelink div.txt-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 10px;
}

.gfilelink span.title {
	line-height: 18px;
	width: auto;
	height: 22px;
	font-size: 14px;
	color: #0066B7;
	font-weight: normal;
	font-family: Roboto Medium;
	display: flex;
	position: static;
}

.gfilelink span.subtitle {
	width: auto;
	color: #777777;
	font-size: 12px;
	display: flex;
	position: static;
	margin-top: -7px;
}