.activity_summary_leftcolumn{
    float:left;
    width:100px;
    padding:10px;
    margin-right:20px;
    background-color:#EEEEEE;
    text-align:center;
}

.activity_summary_rightcolumn{
    float:left;
    width:325px;
    height:36px;
    padding:10px;
    background-color:#EEEEEE;
}

.activity_points{
    font-size:18px;
    color: #3880B5;
    font-weight:bold;
}

.activity_user_level{
    font-size:18px;
    color: #3880B5;
    font-weight:bold;
}

.activity_completed{
    background-color:#82B972; 
}