.md-grid {
  max-width: 1440px; 
}

.md-typeset .md-button--stretch { width: 100%; }

.grid.cards > ul > li > p:first-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grid.cards > ul > li > p:first-child img {
  margin: 0;
}


.grid.buttons p {
  display: flex;
}

.grid.buttons .md-button span {
  margin-right: .5em;
}

@keyframes pulse {
  0%, 40%, 80%, 100% {
    transform: scale(1);
  }
  30%, 60% {
    transform: scale(1.15);
  }
}
.pulse {
  animation: pulse 1000ms infinite;
}

.md-button--gold {
  background: gold;
}