@charset "UTF-8";
/* tablesorter-vita6.css */

table,thead,tbody,tfoot,th,tr,td {margin:0;padding:0;border:0;}

table.tablesorter {
	width: 100%;
	font-size:1em;
	line-height:1.1em;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 0.3em 0.6em;
	background: #222;
	font-size:0.6em;
	font-weight:400;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-shadow:none;
	color:#fff;
}
table.tablesorter thead tr .header {
	/*background-image: url(https://www.sonjaromei.com/plugins/tablesorter-2.0.5/themes/sonja/bg_white.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #222;
	vertical-align: middle;
	padding: 0.4em 0.5em;
	border-bottom: 2px solid #ccccc0;
}
table.tablesorter tbody tr.odd td {}

table.tablesorter thead tr .headerSortUp {
	background-image: url(https://www.sonjaromei.com/plugins/tablesorter-2.0.5/themes/sonja/arrow-up.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(arrow-down.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {}