/* CSS Document */

.new
{
	font-weight: bold;
	color: #F00;
	padding-right: 0px;
	font-size: 14px;
}


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

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

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


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