.champ {
    width:110px;
    padding:6px 0px 0px 0px;
    text-align:center;
    margin:5px;
    display:block;
    color:#fff;
    float: left;
    background:black;
    text-decoration:none;
}
.champ:hover{
    text-decoration:none;
    color:#8b0000;
}
.champ img{
    width:71px;
}
.champ-name{
    font-size:12px;
    padding-bottom:3px;
    
}
.champ-sub{
    font-size:10px;
    color:#808080;
}
.champ .info{
    padding:4px;
    background:#242424;
    margin-top:3px;
}

.ajaxtooltip{
position: absolute;
z-index:9999;
left: 0;
top: 0;
border: 2px solid silver;
}
.ajaxtooltip .st{
color:#f90;}

table.stat {
color:white;
border-color:black;
width:250px;
}