div.profile div.user-info {
	padding: 5px;
}

div.profile div.user-info table.info {
    clear: both;
	padding: 0;
}
div.profile div.user-info table.info td {
	padding-bottom: 10px;
}
div.profile div.user-info div.right {
	min-width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	float: left;
	border: 2px solid orange;
	border-radius: 3px;
	margin: 2px;
}

.contact-info {
    line-height: 45px;
}

div.contact-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 30px;
}