.badge {
    display: inline-block;
}
.badge.badge-bronze {
    background: url("../_img/sc_leagues/bronze.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-silver {
    background: url("../_img/sc_leagues/silver.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-gold {
    background: url("../_img/sc_leagues/gold.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-platinum {
    background: url("../_img/sc_leagues/platinum.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-diamond {
    background: url("../_img/sc_leagues/diamond.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-master {
    background: url("../_img/sc_leagues/master.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-grandmaster {
    background: url("../_img/sc_leagues/grandmaster.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-none {
    background: url("../_img/sc_leagues/none.png") no-repeat scroll 0 0 transparent;
}
.badge.badge-large-1, .badge.badge-large-2, .badge.badge-large-3, .badge.badge-large-4 {
    height: 100px;
    width: 100px;
}
.badge.badge-large-1 {
    background-position: 0 0;
}
.badge.badge-large-2 {
    background-position: 0 -105px;
}
.badge.badge-large-3 {
    background-position: 0 -210px;
}
.badge.badge-large-4 {
    background-position: 0 -315px;
    height: 105px;
}
.badge.badge-medium-1, .badge.badge-medium-2, .badge.badge-medium-3, .badge.badge-medium-4 {
    height: 45px;
    width: 45px;
}
.badge.badge-medium-1 {
    background-position: -100px 0;
}
.badge.badge-medium-2 {
    background-position: -100px -50px;
}
.badge.badge-medium-3 {
    background-position: -100px -100px;
}
.badge.badge-medium-4 {
    background-position: -100px -150px;
    height: 50px;
}
.badge.badge-small-1, .badge.badge-small-2, .badge.badge-small-3, .badge.badge-small-4 {
    height: 25px;
    width: 25px;
}
.badge.badge-small-1 {
    background-position: -145px 0;
}
.badge.badge-small-2 {
    background-position: -145px -30px;
}
.badge.badge-small-3 {
    background-position: -145px -60px;
}
.badge.badge-small-4 {
    background-position: -145px -90px;
    height: 30px;
}