.wpuf-activity-box {
    margin-top: 25px;
    box-shadow: 0 1px 2px #ddd;
    border-radius: 3px;
}

.wpuf-activity-head {
    background: #fcfcfc;
    border-radius: 3px 3px 0 0;
    border: 1px solid #e5e5e5;
    border-bottom-color: #f3f3f3;
    color: #555;
    font-size: .8em;
    padding: 10px;
}

.wpuf-activity-box a {
    text-decoration: none;
}

.wpuf-activity-body {
    padding: 10px;
}

span.wpuf-activity-time {
    color: #aaa;
    margin-right: 10px;
}

.wpuf-profile-container {
    width: 100%;
    height: auto;
    margin: 0px;
}

ul.wpuf-profile-tabs {
    width: 100%;
    background-color: #4d4d4d;
    list-style: none;
    border-style: none;
    margin: 0px 0px 10px 0px;
}

ul.wpuf-profile-tabs li {
    display: inherit;
    width: auto;
    height: auto;
    color: #ededed;
    display: inline-block;
    padding: 10px 15px;
    margin: auto;
    cursor: pointer;
    border-style: none;
}

ul.wpuf-profile-tabs li.current {
    background: rgba(0, 0, 0, 0.3);
    color: #ededed;
    border-style: none;
}

.wpuf-profile-tab-content {
    display: none;
    width: auto;
    height: auto;
    background: inherit;
}

.wpuf-profile-tab-content.current {
    display: inherit;
    width: auto;
    height: auto;
    background: inherit;
}

.wpuf-activity-table {
    display: inherit;
}

.pagination {
    margin-top: 20px;
}
