.tooltip-popup {
	background: #211e1e;
	position: relative;
	z-index: 9999;
	min-width: 100px;
	text-align: center;
	letter-spacing: 1px !important;
	color: #fff;
}
.tooltip-popup:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 0 7px;
	border-color: transparent transparent transparent #00a651;
}


.speaker-profile{
	text-align: left;
	width: 590px;
	max-width: 100%;
}
.speaker-profile h1{
	font-size: 18px;
	font-weight: 600;
	padding: 20px 40px 20px 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee;
}
.speaker-profile .info{
	padding: 0 20px 20px;
}
.speaker-profile img{
	float: left;
	width: 20%;
	padding: 0 20px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.speaker-profile .person-details{
	float: right;
	width: 80%;
}
.speaker-profile .person-details dd{
	font-weight: 600;
}
.speaker-profile .person-details span{
	display: block;
	font-weight: normal;
}
.speaker-profile p{
	float: right;
	width: 80%;
}
.save-popup{
	padding: 40px;
	width: 500px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.save-popup:after{
	display: none;
}
.save-popup .holder{
	text-align: left;
	margin-bottom: 30px;
}
.save-popup h1{
	color: #fff;
	margin-bottom: 20px;
}
.save-popup p{
	margin-bottom: 20px;
}



@media screen and (max-width: 977px) {
	.speaker-profile p{
		width: 60%;
	}
	.speaker-profile .person-details{
		width: 60%;
	}
	.speaker-profile img{
		width: 40%;
	}
}
@media screen and (max-width: 747px) {
	.speaker-profile p{
		width: 100%;
		float: none;
		overflow: hidden;
		clear: both;
	}
	.speaker-profile .person-details{
		width: 60%;
	}
	.speaker-profile img{
		width: 40%;
	}
	.speaker-profile .person-details dd{
		font-size: 14px;
	}
	.speaker-profile .person-details span{
		font-size: 12px;
	}
	.save-popup .button-styled-primary{
		display: block;
		margin-bottom: 5px;
	}
}