#figure {
  height: 450px;
}

.notes {
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova", sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 1.2rem;
  margin-top: 20px;
}

th, td {
	text-align: left;
}

td.stub {
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	border-top: 2px solid #555555;
}

th {
	border-top: 2px solid #555555;
}

@media only screen and (max-width: 500px) {
  #figure {
    height: 400px;
  }
}
