.history table {
  width: 100%;
  font-size: 16px;
  color: #555555;
  border-spacing: 1px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.history td {
  vertical-align: top;
}
