#pending {
    width: 93%;
    margin: 25px auto 0;
}
table {
    margin: 10px 0px;
    font-size: 13px;
    width: 100%;
}
table thead tr td {
    font-size: 14px;
    background-color: #E3E3E3;
    padding: 8px 10px;
}
table tbody tr td {
    padding: 2px 10px;
    border-bottom: 1px dotted #E3E3E3;
}
span.user {
    text-decoration: underline;
    color: blue;
    padding-left: 18px;
    background:url('/communityplatform/public/images/community/common/User_24x24.png') no-repeat left center;
    cursor: pointer;
    background-size: 16px;
}
