
.mhpd-list table{
	border:1px solid #bfbfbf;
	border-collapse: inherit;
    border-spacing: 0; 
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	
	-webkit-box-shadow: 0 1px 2px #ccc;	/* webkit browser*/ 
	-moz-box-shadow: 0 1px 2px #ccc;	/* firefox */ 
	box-shadow: 0 1px 2px #ccc;
}

.mhpd-list th:first-child{
	-moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}


.mhpd-list table thead tr{

	background: #ffedd8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffedd8 0%, #ffd39e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedd8), color-stop(100%,#ffd39e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffedd8 0%,#ffd39e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffedd8 0%,#ffd39e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffedd8 0%,#ffd39e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffedd8 0%,#ffd39e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedd8', endColorstr='#ffd39e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.mhpd-list table th.first{
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.mhpd-list table th.last{
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.mhpd-list table td{
	border-top:1px solid #bfbfbf;
}
.mhpd-list table td, .mhpd-list table th{
	border-right:1px solid #bfbfbf;
	padding:7px 7px 7px 7px;
}

.mhpd-list table td.last, .mhpd-list table th.last{
	border-right:none;
}

.mhpd-list table tr.even{
	background:#f8f8f8;
}

.mhpd-list table tr.odd{
	background:#fff;
}

.dataTables_filter{
	padding-bottom: 10px;	
}

.dataTables_paginate, .dataTables_info {
	padding-top: 10px;
}
.assessment{
	position:relative;
	top:2px;
}
