.card-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-winner__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  color: #fff;
}

.star--gold {
  color: #FFD700;
}

.star--silver {
  color: #C0C0C0;
}

.star--bronze {
  color: #CD7F32;
}

.marathon-review h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #3f51b5;
  margin: 32px 0 0;
}

.marathon-review__finished {
  font-size: small;
  margin-bottom: 12px;
}

.marathon-review__text {
  font-style: italic;
  padding-left: 16px;
  border-left: 2px solid #3f51b5;
  line-height: 1.3;
}

.promo.lang-se {
  background-image: url("/static/img/bg/se.jpg");
}

.promo.lang-dk {
  background-image: url("/static/img/bg/dk.jpg");
}

.card-random-report .buttons {
  text-align: center;
  margin-bottom: 24px;
}

