.wpc_user_res {
    display: inline-block;
    padding: 1em;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 1px;
    text-align: center;
}
.wpc_user_res span {
    display: block;
}
.wpc_user_res img {
    display: table;
    margin: 0 auto;
}
.wpc_user_res a {
    color: #444;
    text-decoration: none;
}
.wpc_user_res a:hover,
.wpc_user_res a:active {
    text-decoration: underline;
}
.add-new-h2 {
	cursor: pointer;
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e0e0e0;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
}
.add-new-h2:hover {
    background: #00a0d2;
    color: #fff;
}
div.error p,div.updated p{margin:.5em 0;padding:2px}
div.updated{border-color: #7ad03a!important;}
div.error{border-color:#dd3d36!important;}
div.error, div.updated {
    background: #fff;
    border-left: 4px solid transparent;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 3px 12px;
}
#wpcusers table td:nth-child(3),
.wrap table td:nth-child(3) {
    max-width: 270px;
}
#wpcusers table td {
    padding-left: 3px;
}
.page .wpc_user_res .button {
    background: #f1f1f1;
    border: 1px solid #eee;
}