body{
    font-family: proxima-nova, sans-serif;
    font-style: normal;
	font-weight: 100;
	background-color: #ebeff5;
}

.content-section {
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 20px;
}

.top-margin {
	margin-top: 5rem;
}

.account-img {
	height: 125px;
	width: 125px;
	margin-right: 20px;
	margin-bottom: 16px;
}
  
.account-heading {
	font-size: 2.5rem;
}

.add-related-group {
	margin-top: -5px;
	display:flex;
	align-items: center;
}

.add-related {
	padding: 10px;
}

/* added 5 px */
.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}