/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.badge-rank {
  display: inline-block;
  min-width: 10px;
  padding: 3px 3px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
  margin-right: 3px;
}
	.badge-rank:empty {
	  display: none;
	}

.badge-rank.rank-first {
	background-color: #B5790F;
	border: 2px solid #E2AC4D;
}
.badge-rank.rank-second {
	background-color: #6A6B6E;
	border: 2px solid #C0C0C0;
}
.badge-rank.rank-third {
	background-color: #A15D44;
	border: 2px solid #D3A08D;
}
.badge-rank.rank-4-to-15 {
	background-color: #ADA38F;
}
	
.btn .badge-rank {
  position: relative;
  top: -1px;
}
a.badge-rank:hover,
a.badge-rank:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge-rank,
.nav-pills > .active > a > .badge-rank {
  color: #428bca;
  background-color: #ffffff;
}