.user-table {
    width: 100%;
    border-collapse: collapse;
}
    .user-table td, th {}

    .user-table td {
        padding: 10px 5px 10px 5px;
        vertical-align: top;
    }

    .user-table th {
        padding: 5px 5px 5px 5px;
        background: #efefef;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
    }

.thumb .user-action {
    padding: 2px;
    background: #fafafa;
    margin-top: 3px;
}

.thumb .user-image {}

.thumb .user-details {
    width: 127px;
}
    .thumb .user-details .title {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.3em;
        margin-top: 0.3em;
    }
    .thumb .user-details .date {
        color: #666;
    }

.details .user-details {}

.details .title {
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.4em;
}

.details .date {
    color: #666;
    font-size: 0.8em;
    font-weight: bold;
}

.details .description {}