a[href$='.doc'],
a[href$='.docx'],
a[href$='.pdf'],
a[href$='.PDF'],
a[href$='.rar'],
a[href$='.zip'],
a[href$='.ppt'],
a[href$='.pptx'],
a[href$='.xls'],
a[href$='.xlsx']{
	display: block
}


a[href$='.doc']:before,
a[href$='.docx']:before {
	font-family: 'FontAwesome';
	display: block;
	content: "\f1c2";
	margin-right: 7px;
	float: left
}



a[href$='.pdf']:before,
a[href$='.PDF']:before {
	font-family: 'FontAwesome';
	display: block;
	content: "\f1c1";
	margin-right: 7px;
	float: left
}

a[href$='.rar']:before,
a[href$='.zip']:before {
	font-family: 'FontAwesome';
	display: block;
	content: "\f1c6";
	margin-right: 7px;
	float: left
}

a[href$='.xlsx']:before,
a[href$='.xls']:before {
	font-family: 'FontAwesome';
	display: block;
	content: "\f1c3";
	margin-right: 7px;
	float: left
}

a[href$='.pptx']:before,
a[href$='.ppt']:before {
	font-family: 'FontAwesome';
	display: block;
	content: "\f1c4";
	margin-right: 7px;
	float: left
}
a[href$='.doc']:after,
a[href$='.docx']:after,
a[href$='.pdf']:after,
a[href$='.PDF']:after,
a[href$='.rar']:after,
a[href$='.zip']:after,
a[href$='.ppt']:after,
a[href$='.pptx']:after,
a[href$='.xls']:after,
a[href$='.xlsx']:after{
	content: "";
	display: block;
	height: 1px;
	background: #dadada;
	margin-top: 10px;
	clear: both
}