/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.nipl-black-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
}
.nipl-load-image {
    height: 65px;
    left: 50%;
    margin-left: -32.5px;
    margin-top: -32.5px;
    position: fixed;
    top: 50%;
    width: 65px;
    display: block;
    z-index: 999991;
}
#buddypress .activity-list li.members .activity-inner img {
    border: 1px solid #dddddd;
    padding: 2px;
    display: inline;
    float: right;
}

.bucket-listpost {
    list-style: outside none none;
    padding-left: 0;
}
@media (min-width: 1025px) and (max-width: 1280px) {
   .bucket-listpost .bucket-meta {min-height: 50px;}
}