﻿.alphabet {
    float:left;
    height:auto;
    overflow:hidden;
    margin-left:15px;
}
.collection {
    clear:both;
    height:auto;
    overflow:hidden;    
    width:338px;
    margin-bottom:20px;
}
.collection a:link, .collection a:visited, .collection a:hover {
    color:#fff;
}
.collection a:hover {
    color:#000;
}
.letter {
    background:#1B2022;
    float:left;
    height:20px;
    margin:1px;
    text-align:center;
    text-decoration:none;
    width:20px;
    font-size:14px;
    padding:2px;
}
.letter.selected {
    background:#9b9b9b;
}
.letter:hover {
    background:#ddd;
}

.results {
    margin-bottom:8px;
}

.numwins {
    float:right;
    margin-right:20px;
    margin-top:10px;
}
#leaderboard .results {
    background: transparent url('../img/pg/leader/row-bg.png') no-repeat top left;
    height:66px;
    line-height:66px;
    margin-bottom:0px;
    clear:both;
}
#leaderboard .rank {
    float:left;
    width:60px;
    color:#ebb800;
    font-size:20px;
    text-align:center;
}
#leaderboard .company {
    float:left;
    color:#ebb800;
    font-size:18px;
}
#leaderboard .wins {
    float:right;
    width:100px;
    font-size:25px;
    text-align:center;
    font-family:Arial Black, Arial, Helvetica, sans-serif;
    color:#fff;
}
.moreinfo {
    clear:both;
    height:auto;
    overflow:hidden;
    margin-top:40px;
    font-size:smaller;
}
