.episodeGraphic {
	width: 10em;
	height: 10em;
	float: left;
}

.episodeNumber {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: .1em;
	font-size: 2.1em;
	font-weight: 900;
	color: #9d0000;
}

.episodeTitle {
	margin-top: 5em;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
}

.episodeHosts {
	font-size: .8em;
}

.episodeDescription {
	display: inline-block;
	width: 50%;
	margin-left: 2em;
}

audio:hover, audio:focus, audio:active {
	-webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.cardFooter{
	font-size: .9em;
	text-decoration: none;
	margin: auto;
	display: inline-block;
}

audio {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-box-shadow: 2px 2px 4px 0px #006773;
	-webkit-box-shadow: 2px 2px 4px 0px #006773;
	box-shadow: 2px 2px 4px 0px #006773;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
}

.card {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	background-color: white;
	border-radius: .5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5em;
	background-color:rgb(185,185,185);
}

/* On mouse-over, add a deeper shadow */
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.container {
	padding: 1em 2em;
	padding-left: 1.5em;
	min-height: 15em;
}