/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

img.img-circle {
    width: 140px;
    height: 140px;
}

.admin,
.member {
    display: none;
}

footer {
    position: absolute;
    left: 0px;
    width: 100%;
}