table  {
	border: 1px solid #d3d3d3;
}
table tr:nth-child(even){
	background: #f3f3f3;
}
.aherf{
	width: 100px;
    height: 30px;
    background: #0766b2;
    padding: 4px 7px;
	color: white;
}
table tr td{
	border: none;
}
