.image-align-left {
  float: left;
  margin: 20px 20px 20px 0; 
}

.image-align-right {
  float: right;
  margin: 20px 0 20px 20px;
}

img.full-width {
  display: block;
  margin: 40px 0;
  width:  100%;
}

a.cta-button { }

table.stats-panel {
  margin: 40px 0;
  height: auto !important;
  border: 0;
  background-color: #0000;
}
	table.stats-panel * {
      border: 0;
      background-color: #0000 !important;
      height: auto !important;
      width: 100% !important;
    }
	table.stats-panel tbody {
      display: flex;
      align-items: flex-start;
    }
	table.stats-panel tr {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
	table.stats-panel td {
      text-align: center;
      padding: 0 10px;
    }
	table.stats-panel td:first-of-type {
      color: #1a5ea8;
      font-size: 2.3em;
      font-weight: 700;
    }
	@media (max-width: 768px) {
      table.stats-panel tbody { flex-direction: column; }
    }

