.avatar
{
    max-width:150px;
    max-height:150px;
    
    border-style:solid;
    border-width:2px;
    border-radius:2px;
    border-color:#deddda;
}

#date
{
    text-align:center;
}

#taker
{
    float:left;
    
    width:42%;
    
    text-align:right;
}

#challenger
{
    float:left;
    clear:right;
    
    width:42%;
    
    text-align:left;
}

#vs
{
    float:left;
    
    width:16%;
    
    text-align:center;
}