#sidebar 
{
    border-left: none !important;
}

table#profile_listing
{
}

table#profile_listing thead tr th
{
    border-bottom: 1px solid #444444;
}


table#profile_listing th
{
    cursor: pointer;
    padding: 3px 10px 3px 3px;
}

table#profile_listing tr.even
{
    background: #FFFFFF;
}

table#profile_listing tr.even td.karmapoints
{
    background-color: #ad7fa8; 
    color: #fff;
}

table#profile_listing tr.odd
{
    background: #EEEEEC;
}

table#profile_listing tr.odd td.karmapoints
{
    background-color: #75507b; 
    color: #fff;
}


table#profile_listing td
{
    padding: 4px 15px 4px 4px;
    font-size: 12px;
}
 
