/* CSS Document */

.new
{
}


.icon_pdf:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 900;
	color: #ad0b00;
	margin-left: 4px;
}

.icon_word:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f1c2';
	font-weight: 900;
	color: #1e3071;
	margin-left: 4px;
}

.icon_excel:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f1c3';
	font-weight: 900;
	color: #1f6e43;
	margin-left: 4px;
}


.icon_dlink:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 900;
	color: #999;
	margin-left: 4px;
}
