.image_btn .image_container {
    margin-left:12%;
    height: 75%;
    width:75%;
    border: 1px solid #c0c0c0;
    border-radius:50%;
    align:center;
}
.image_btn .image_container_toolbar {
    margin-left:5px;
    height: 30px;
    width:30px;
    border-radius:50%;
    vertical-align: middle;
}
.image_btn .user_image {
    background: url("profilePic.php");
    background-size: cover;
}

.text{
    color: #808080;
    font-weight: 300;
}