.file-preview{
	text-align: center;
	a{
		color:#333;
		text-decoration: none;
		&:hover{
			color:@brand-primary;
		}
	}
}