/* tables */
table.tablesorter tbody td {
	vertical-align: top;
}

table.tablesorter thead tr .header {
	background-color: #267ab3;
	color: white;
	cursor: pointer;
}

table.tablesorter thead tr .header:after {
	font-family: 'icomoon';
	content: "\e902";
	float:right;
}

table.tablesorter thead tr .headerSortUp:after {
	font-family: 'icomoon';
	content: "\e901";
	float:right;
}

table.tablesorter thead tr .headerSortDown:after {
	font-family: 'icomoon';
	content: "\e900";
	float:right;
}

table.table-uni thead tr th{
	background-color: #267ab3;
	color: white;
}

table.table-uni tr th.td-0 {
	background-color: #267ab3;
	color: white;
}

table caption{
	color:#333;
}
