.table {
	border-collapse: 				collapse;
}

.table th {
	height: 						35px;
	line-height: 					35px;
	background-color: 				#c4c4c4;
	color:							#424242;
	padding-left: 					11px;
	text-transform: 				uppercase;
	letter-spacing: 				0px;
	text-align: 					left;
	border: 						1px solid #C4C4C4;
}

.table td {
 	border: 						1px solid #C4C4C4;
	padding: 						10px;
}

.table .label{
	background-color: 				#efefef;
	
}

.table td table td {
	border: 0px;
	padding: 0px;
}


.row-two {
	background-color: 				#efefef;
}