.stats {
  margin: 1em 0;
  padding: 30px 18px 18px;
  border-radius: 2px;
  background-color: #fcfcfa;
  border: 1px solid #c0c0c0; 
}
.stats > h2 {
  margin-top: -10px;
}
.stats > div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.stats > div > div {
  border-radius: 2px;
  background-color: #fcfcfa;
  border: 1px solid #c0c0c0;
  max-width: 300px;
  min-width: 300px;
  padding: 10px;
  text-align: center;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stats > div > div > h3 {
  font-weight: 200;
  margin-top: 0;
}
.stats > div > div > span {
  font-size: 2em;
  font-weight: bold;
}
a#toolbar-link-newsletter_stats_helper-page_stats::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23787878' d='M14.416 11.586l-.01-.008v-.001l-5.656-5.656c.15-.449.252-.921.252-1.421 0-2.485-2.016-4.5-4.502-4.5-.505 0-.981.102-1.434.255l2.431 2.431-.588 2.196-2.196.588-2.445-2.445c-.162.464-.268.956-.268 1.475 0 2.486 2.014 4.5 4.5 4.5.5 0 .972-.102 1.421-.251l5.667 5.665c.781.781 2.047.781 2.828 0s.781-2.047 0-2.828z'/%3E%3C/svg%3E%0A");
}