
/* CRISWELL AUDIO PLAYER HOMEPAGE*/


.criswell_heading {
	background-image: linear-gradient(#d8dbe8 5%, #fff 75%);
	padding: 6px 0 7px 0;
	line-height: 1;
	color: #5a6592;
	text-shadow: 2px 2px 2px #ccc;
	border-bottom: 4px solid #cdd1e1;
}
.criswell_sermon_title {
	border-radius: 8px 8px 0 0;
	margin: 0px 0px 8px 0px;
	padding: 6px;
	background-color: #d8dbe8;
	font: 1.0em arial;
	color: #5a6592;
	font-variant: small-caps;
	text-shadow: 2px 2px 2px #ccc;
}
.criswell_sermon_descript {
	background-image: linear-gradient(#d8dbe8, #fff);
	border-top: 4px solid #cdd1e1;
	margin: -8px 0px 0px 0px;
	padding: 6px;
	font: 0.85em/1.1 arial;
	text-align: justify;
}
.criswell_audio-player {
	height: 30px;
	width: 260px;
	background: #cdd1e1;		/* player face */
	box-shadow: 1px 1px 2px #b0b0b0;
	border-radius: 10px;
	/* border: 2px solid #bfc4d9; */
	margin: 6px 0 6px 0;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
	background-color: #cdd1e1;
}

