summary {
    font-weight: bold;
    margin-bottom: 1em;
}

.message {
    padding-top: 1em;
    padding-bottom: 0.2em;
    padding-right: 3em;
    margin-bottom: 0.5em;
    color: white;
}

.alternate tr:nth-child(even) {
    background-color: #F0F0F0;
}

@keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  .circle-svg {
    display: block;
    margin: 10px auto;
    max-height: 130px;
  }
  .circle-svg text {
    text-align:center;
    color:black;
    font-size:0.55em
  }
  .circle-svg path.percent {
    stroke: #3E7D8E;
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
  }
  .circle-svg path.around {
      stroke: #F26156;
      fill: none;
      stroke-width: 2.8;
  }
  nav a {
    text-decoration: none;
  }