table {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

tr {
	background-color: white;
	background-color:rgba(255,255,255,0.7)
}

td {
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
}

td img {
  width: 84px;
  height: 30px;
  vertical-align: text-bottom;
}

td svg {
  color: rgb(79,44,39);
}

td a svg,
td a {
  color: chocolate;
  text-decoration: underline;
}

td a:hover svg,
td a:hover {
  color: rgb(79,44,39);
}

th {
  font-weight: normal;
  background-color: rgb(79,44,39);
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

figure img {
  width: 120px;
}

article svg {
  color: rgb(79,44,39);
}
