body {
  background:#f2f5f7;
}

table{
  border:1px solid #ccc;
  }

th{
  border-bottom:1px solid #ccc;
}
  
tr:nth-child(even) {
  background:#f6f8fa;
}

tr:nth-child(odd) {
  background:#eef1f3;
}

td {
  padding:2px 5px;
}

table a, table a:visited, table a:active {
  text-decoration:none;
  color:#000;
}

a:hover {
  color:#c74c00;
}

tr:hover {
  background:#fffffa;
  }

.removed {
  color:#888; 
}