table.excel {
	border: 1px solid #B7B7B7;
	font-family: Calibri, sans-serif;
	font-size:10px;
  width: 800px;
}
table.excel thead th, table.excel tbody th {
  background:#B7B7B7;
	border: 0px solid #000000;
	text-align: center;
	vertical-align:bottom;
}
table.excel tbody th {

	text-align:center;
	width:20px;
}
table.excel tbody td {
	vertical-align:bottom;
}
table.excel tbody td {
  padding: 3px 3px 3px 3px;
  border: 0px solid #C1C1C1;
  
}
