/* ColumnFilter */
span.filter_column > input.text_filter {
width: 7em;
font-size: 80%;
width: 100%;
}
for (id in {holdings:0, otherholdings:0}) {
$("#"+ id +" > table").dataTable($.extend(true, {}, dataTablesDefaults, {
'sDom': 't',
'bPaginate': false
'bPaginate': false,
'bAutoWidth': false
})).columnFilter({
'sPlaceHolder': 'head:after'
});
-