

body {
  background-color: #151E32;
  font-family: 'Helvetica Neue';
  color: #838AA3;
  font-size: 10pt;
}

.standing_first {
  color: #0EB5F1;
}

.standing_second {
  color: #7182C9;
}

.standing_third {
  color: #D473B3;
}

.standing_fourth {
  color: #86D754;
}

.standing_fifth {
  color: #F5DF1F;
}

.standing_sixth {
  color: #D53D3A;
}

.standing_first > span {
  background-color: #0EB5F1;
}

.standing_second > span {
  background-color: #7182C9;
}

.standing_third > span {
  background-color: #D473B3;
}

.standing_fourth > span {
  background-color: #86D754;
}

.standing_fifth > span {
  background-color: #F5DF1F;
}

.standing_sixth > span {
  background-color: #D53D3A;
}

.wins {
  color: #FFFFFF;
  font-size: 40pt;
  font-weight: bold;
  margin-bottom: -7px;
}

.name {
  font-weight: bold;
  font-size: 20pt;
}

.teams {
  font-size: 10pt;
}

.header {
  font-size: 30pt;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.header > span {
  word-wrap: normal;
  display: inline-block;
}

.meter { 
  margin: 5px 5px 5px 0px;
  min-width: 100%;
  height: 20px;
  position: relative;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.meter > span {
  display: block;
  height: 100%;
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.rank {
  padding-bottom: 15px;
}

.rank_line {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}

.item {
  flex-grow: 1;
}

.text-right {
  text-align: right;
}
