

table.ben-table{

	position: relative;

	width: 100%;

	color: #2c343f;

	font-size: 12px;

	border-collapse: separate; 

	border-spacing: 0;

	border: 0;

	padding: 0;

	margin: 0;

}

table.ben-table > thead{

	text-align: left;

}

table.ben-table > thead > tr > th{

	font-weight: bold;

	padding: 0px 5px 8px 5px;

}

table.ben-table > tbody > tr > td{

	padding: 7px 5px 7px 5px;

	border: 0;

	background-color: transparent;

	vertical-align: middle;

}

table.ben-table > tbody > tr > td.icon{

	text-align: right;

	vertical-align: middle;

}

table.ben-table > tbody > tr:nth-child(even){

	background-color: #ebebec;

}

table.ben-table > tbody > tr:nth-child(odd){

	background-color: #ffffff;

}

table.ben-table.hover-elements > tbody > tr:hover{

	opacity: 0.5;

	cursor: hand;

}

table.ben-table.no-selection > tbody > tr,

table.ben-table.no-selection > tbody > tr > td{

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	cursor: default;

}



/* MCWEB TABLE 2 */

table.ben-table2{

	position: relative;

	width: 100%;

	color: #2c343f;

	font-size: 12px;

	border-collapse: separate; 

	border-spacing: 0;

	border: 0;

}

table.ben-table2 > thead{

	text-align: left;

	border: 0;

}

table.ben-table2 > thead > tr > th{

	font-weight: bold;

	padding: 0px 5px 8px 5px;

	border: 0;

}

table.ben-table2 > tbody > tr > td{

	padding: 7px 5px 7px 5px;

	border: 0;

	background-color: transparent;

	vertical-align: middle;

}

table.ben-table2 > tbody > tr > td.icon{

	text-align: right;

	vertical-align: middle;

	border: 0;

}

table.ben-table2 > tbody > tr:nth-child(even){

	background-color: #ebebec;

	border: 0;

}

table.ben-table2 > tbody > tr:nth-child(odd){

	background-color: #ffffff;

	border: 0;

}

table.ben-table2.hover-elements > tbody > tr:hover{

	opacity: 0.5;

	cursor: hand;

}

table.ben-table2.no-selection > tbody > tr,

table.ben-table2.no-selection > tbody > tr > td{

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	cursor: default;

}



