/* tables */
table.tablesorter {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-left: 0;
    margin-bottom: 28px;
    margin-bottom: 28px;
    margin-bottom: 1.55556rem;
    font-family: "FF Meta W02","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #3b3b3b;
    font-size: 0.77778em;
    line-height: 1.28571em;
}
table.tablesorter th, table.tablesorter td{
	padding:.66667rem 1.33333rem;
}
table.tablesorter thead tr th.header{
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


/* style */

table.tablesorter tbody th, tbody td {
    border-top: 1px solid #e5e5e5;
}
table.tablesorter th:hover{
	background-color:#c8c8c8;
}
table.tablesorter th, table.tablesorter td {
    border-left: 1px solid #e5e5e5;
}
table.tablesorter td:nth-child(1), th {     font-weight: 700;color:#000;font-size:14px }
/* interactive */

table.tablesorter tr:hover td {background:#f5f5f5}

table.tablesorter th:headerSortDown td {background:#f5f5f5}
table.tablesorter .highlighted{background:#f5f5f5}

table.tablesorter .highlightedRed{color:#f00028;}
table.tablesorter .highlightedBlue{color: #0b81c3;}
table.tablesorter th{border-bottom:5px solid #505050}