/**
	Begin: Filter Settings
-----------------------------*/
table.filterSettings {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	word-break: break-all;
}
@media print {
	table.filterSettings{
		white-space:nowrap;
	}
}
table.filterSettings td {
    line-height: 18px;
    font-size: 1.0em;
	padding: 2px 0;
	vertical-align: top;
	color:#333;
	font-family:"HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
}
table.filterSettings td.key {
	width: 8em;
    color: #999;
}
table.filterSettings td.value {
    color: #333;
    font-weight: 500;
}
table.filterSettings ul {
	list-style-type: disc;
	padding: 0;
	display: inline;
}
table.filterSettings li {
	display: inline;
}
table.filterSettings ul li:after {
	content: ", ";
}table.filterSettings ul li:last-child:after {
	content: "";
}
