﻿
/*Unsorted Icon*/
table.tablesorter thead tr .header {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
/*Sort Up icon*/
table.tablesorter thead tr .headerSortUp {
	background-image: none;
}
/*Sort Down icon*/
table.tablesorter thead tr .headerSortDown {
	background-image: none;
}

/*Header Row*/
table.tablesorter thead{
font-weight:bold;
color:black;
}
/*Footer Row*/
table.tablesorter tfoot  {
font-weight:bold;
color:black;
}

h2,h3,h4 {
    color:black;
}

.menu_desktop, .toolbar, menu_mobile, footer, .loginView{
    display:none;
}