
/* Hack to put subtitle below title */

.standish-mdl-card__title {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.standish-mdl-card__title h2, .standish-mdl-card__title h3 {
  width:100%;
}

.mdl-card.standish-card-full-width {
  width:100%;
}
