/* styling the image container div to look like a circle */
.profileImage {
    border: dotted #F1ECD6;
    border-width: 15px 4px;
    -webkit-border-radius: 10px 40px;
    -moz-border-radius: 10px 40px;
    border-radius: 10px 40px;
    overflow: hidden;
}