﻿

body{
    background: url(/Assets/images/drgirl.jpg);
	background-color: #444;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: center center;  
    
}
.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}