.content {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.queens .number {    
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #f1efe8;
    font-weight: bold;
    background-color: #ff01de;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
    transition: width 2s, height 2s, background-color 1s, transform 2s;
    float: left;    
}

.queens .queenwrapper{
    display: inline-block;
    float: left;
    background-color: #160d1f;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 280px;
    position: relative;

}

.queen_ranking{
    display: inline-block;
    float: left;
    margin-left: -30px;
    height: 175px;
}

.queen .imageWrapper{
    height: 100px;
    width: 100px;
}

a.score{    
    float: right;    
    background-color:#6403c2;
    color:#FFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    position: absolute;
    top:10px;
    right:10px;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}