table {
  border: 1px solid #0079d1;
  border-collapse: collapse;
}

tr:nth-child(even) {
  background-color: white;
	background-color:rgba(255,255,255,0.3)
}

tr:nth-child(odd) {
  background-color: white;
	background-color:rgba(255,255,255,0.6)
}

td {
  text-align: left;
  vertical-align: top;
  padding: 1.0rem;
}

td a {
  color: #0079d1;
  text-decoration: underline;
}

td a:hover {
  color: chocolate;
}

figure img {
  width: 120px;
  margin-bottom: 0.31rem;
}

article svg {
  color: #0079d1;
}
