
.portlet .portlet-title {
    margin-top:0px;
}

.portlet .portlet-title .page-title {
    margin-bottom:0px;
}

h3.page-title {
    font-size:20px;
}

.profile-img {
	float: none;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:10px;
	width: 70%;
	height: 70%;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

ul.user-info-list {
	list-style:none;
	padding-left:0px;
}
.user-info-list li {
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eef1f5;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0px;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-primary {
    border-color: #252942;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #e74f24;
    border-color: #e74f24;
}