.user-directory-profile-image img {
    height: 2em;
    width: auto;
    vertical-align: middle;
}

.registrant-directory-profile-image img {
    height: 2em;
    width: auto;
    vertical-align: middle;
}

.img-circle {
	border-radius: 500px !important;
	moz-border-radius: 500px !important;
	webkit-border-radius: 500px !important;
  width: 45px;
  height: 45px;
}

.privacy-settings th, .privacy-settings td {
    text-align: center;
}

.privacy-settings tr:first-child th {
	border-top: none;
}

.privacy-settings .privacy-subhead {
	text-align: left;
}

.img-circle.profile-image {
	width: 100px;
	height: 100px;
}

.img-circle.profile-image.initialIcon,
#messageDetail .img-circle.profile-image.initialIcon {
	background: green;
	width: 100px;
	height: 100px;
	text-align: center;
}

.discussion-img {
	margin-right: 20px;
}

.discussion-img .img-circle.profile-image {
	width: 45px;
	height: 45px;
}

.profile-image.initialIcon span {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	top: 12px;
  left: 1px;
	position: relative;
	line-height: 15px;
	text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 -1px 0 #000000;
}

#profile_image .profile-image.initialIcon span, #public-profile .profile-image.initialIcon span {
	font-size: 38px;
	line-height: 38px;
	top: 31px;
}

#profile_image .img-circle.profile-image, #public-profile .img-circle.profile-image {
	float: left;
	margin-right: 30px;
}

#profile_image #clear-profile-image {
	position: relative;
	top: 28px;
}

#profile_image .dropzone.well {
	background: #fff;
	text-align: center;
}

#profile_image .dropzone.well .dz-image-preview {
	margin: 0px;
}

.privacy-settings .tooltip-inner {
	font-weight: normal;
}

.add-contact, .unblock-contact, .remove-contact, .msg-contact, .block-contact { margin-bottom: 10px; min-width: 100px; margin-top: 0; }
.msg-contact { background: #3E7DB2; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-width: 1px !important; border-style: solid !important; }
#message-form table .block-contact, #message-form table .unblock-contact { margin-top: 0; }

@media (max-width: 768px) {
   #public-profile .img-circle.profile-image { margin-right: 0; }
}
