table.history
{
/*  word-break: break-word;*/
  overflow:hidden;
  border:1px solid #d3d3d3;
  background:#fefefe;
  width:100%;
  border-radius:5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
table.history th {padding-top:0.3em; text-shadow: 1px 1px 1px #fff; background:#e8eaeb; text-align:center;}
table.history td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0; text-align:center;}

table.history tr:nth-child(odd) 
{
  background-color: white;
}

table.history tr:nth-child(odd) 
{
  background-color: rgb(240,240,240);
}