#emergencyBar{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999;
	color: #fff;
	background: #005D95;
}

#emergencyBar #hours{
	padding: 20px 20px 0 20px;
}

#emergencyBar #emergency{
	background: #f00;
	padding: 20px;
}

#emergencyBar p.heading{
	font-size: 24px;
	font-weight: bold;
	line-height: 0;
	padding: 0;
	text-align: center;
}

#emergencyBar .headingLarge{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0;
	line-height: 0;
}

#emergencyBar table{
	margin-bottom: 20px;
	font-size: 10pt;
}

#emergencyBar table tr{
	border-bottom: 1px solid #fff;
}

#emergencyBar table td:last-child{
	padding-left: 15px;
}

/*	#Meet The Team Doctors
===============================*/

#doctors .uk-grid-divider-3:not(.uk-grid-preserve) > *{
	padding: 0 10px !important;
}

#doctors .uk-grid-divider-3 > [class*="uk-width-medium-"]:nth-child(n+2):not(.uk-width-medium-1-1)::before{
	content: "";
}

#doctors h3{
	font-size: 16px !important;
}