table.Bug {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.Bug td {
  border: 16px solid #333333;
  padding: 3px 3px;
}
table.Bug tbody td {
  font-size: 13px;
  font-weight: bold;
  color: #ED712B;
}
table.Bug thead {
  background: #4D4D4D;
    border: 18px solid #4D4D4D;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;	
}

table.Bug th {
  text-align: center;		
}

	


