.musher-summary {
  margin-top: 2em;
}

.musher-summary td {
  padding: 0.5em;
}

.glyphicon-time::before {
  content:"\e023";
}

.glyphicon-time {
  font-family: 'Glyphicons Halflings';
}

.race-icon {
  border-radius: 50%;
  box-shadow: 0 0 1px 2px rgba(255,255,255,.75);
  display: block;
  height: 16px;
  margin-right: 0.25em;
  margin-top: -1px;
  overflow: hidden;
  width: 16px;

}

.icon-trail {
  background-color: #2EA600;
}

.icon-checkpoint {
  background-color: #BD001A;
}

.legend {
  border: 1px solid #ccc;
  font-size: .9em;
  margin: 1em 0 2em 0;
  padding: .5em;
}

.legend .race-icon {
  display: inline-block;
}

.legend .glyphicon-time {
  display: inline-block;
  margin-right: .25em;
  margin-top: 0;
  width: 16px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.eot);
    src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}