body {
  font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
  padding-bottom: 50px;
}
h3 {
  margin-top: 50px;
}
li {
  margin: 25px 50px 0 0;
}
table {
  width: 1400px;
  margin: 0 50px 0 50px;
}
td {
  width: 50%;
  vertical-align: top;
  padding-right: 60px;
}
.hover-underline {
  text-decoration: none;
}
.hover-underline:hover {
  text-decoration: underline;
}

.blip-track {
  fill: none;
  stroke: #e6e6e6; 
  opacity: 0.7;
  pointer-events: none;
}

.blip-progress {
  fill: none;
  stroke-linecap: round; 
  transform: rotate(-90deg); 
  pointer-events: none;
  transition: stroke-dashoffset 1s ease-out;
}

.blip-progress.no-rotate {
  transform: none;
}