/* SORTABLE TABLES */

table.sortable {
	border-collapse: collapse;
	clear: both;

}

table.sortable thead tr {
	background-color: #56411d;
	color: #ffff09;
	cursor: pointer;
	font-weight: bold;
}

table.sortable tr:nth-child(even) { background: #fcf7e8; }

table.sortable th,
table.sortable td {
	border: 1px solid #56411d;
	padding: 4px;
	vertical-align: top;
	word-wrap: break-word;
}

table.sortable th:hover:not(.sorttable_nosort) {
	background: #fa6900;
}

.sorttable_nosort {
	cursor: default;
}


/*added by pinaki starts*/

table.sortable thead:first-child tr:first-child > th:nth-child(1) {
	width:40%;
}

table.sortable thead:first-child tr:first-child > th:nth-child(2) {
	width:20%; 
}

table.sortable thead:first-child tr:first-child > th:nth-child(3) {
	width:20%;
}

table.sortable thead:first-child tr:first-child > th:nth-child(4) {
	width:20%;
}

table.sortable
{
/*	width: 468px; */
/*	table-layout: fixed; */
}
/*added by pinaki ends*/