body {
	/*font-family: 'Cairo', sans-serif;*/
	font-family: 'El Messiri', sans-serif;
	/*font-family: 'Rakkas', cursive;*/
	/*font-family: 'Amiri', serif;*/
	color: black;
}
#transcriptWrapper {
	width: 100%;
	height: 450px;
	overflow: hidden;
	color: black;
}
#transcript {
	text-align: center;
	/*font-family: 'Cairo', sans-serif;*/
	font-family: 'El Messiri', sans-serif;
	/*font-family: 'Rakkas', cursive;*/
	/*font-family: 'Amiri', serif;*/
	font-size: 22pt;
	list-style: none;
	border-left: 0px solid;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	color: black;
}
#transcript > li {
	text-align: center;
	margin: 5px 0;
	padding: 5px;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	filter: grayscale(100%);
	transition: all .8s ease;
	list-style-type: disc;
	
}
.speaker1 {
	background: #ff4141;	
}
.speaker2 {
	background: #ae0000;
	color: white;
}
.speaker3 {
	background: #ffd33f;	
}
.speaker4 {
	background: #c97c00;
	color: white;
}
.speakerName {
	text-transform: uppercase;
}
.speaking {
	-webkit-filter: blur(0px) !important;
	filter: blur(0px) !important;
}