/* tables */


/*************Table Curve*********************/
table.tablesorter {
    -moz-border-radius : 10px; /* Firefox */
    -webkit-border-radius : 10px; /* Safari & Chrome */
    -khtml-border-radius : 10px; /* Linux browsers */
    border-radius : 10px; /* CSS3 compatible browsers */
    padding: 0px;
    border-spacing: 0px;
	border-style: solid;
    border-width: 2px;
    border-color: #00DDC8;
}

table.tablesorter td {
	border-style: solid;
    border-width: 2px;
    border-color: #00DDC8;
	/*border-bottom: none;
	border-right: none;*/
	border-left: none;
	font-size:23px;
    color: #25594A;
}

table.tablesorter th {
	border-style: solid;
    border-width: 2px;
    border-color: #00DDC8;
	/*border-bottom: none;*/
	border-left: none;
	font-size:21px;
    color: #007F66;
    text-align: center;
    
}

table.tablesorter th.fcolumn {
	border-left: none;
}

table.tablesorter th.frow {
	border-top: none;
}
/***********table curve end***********/


table.tablesorter thead tr .header {
	/*background: url(bg.gif) no-repeat right;*/

	cursor: pointer;
}

table.tablesorter tbody tr.odd{
    border: none;
    border-bottom: none;
}

table.tablesorter thead tr .headerSortUp {
	/*background-image: url(asc.gif);*/
}
table.tablesorter thead tr .headerSortDown {
	/*background-image: url(desc.gif);*/
}

@media only screen and (max-width: 992px){
    table.tablesorter th {
    	font-size:12px;
    }
    
    table.tablesorter td {
    	font-size:12px;
    }
}