.listenitem {
	font-family:'Source Sans Pro', sans-serif;
	display:block;
	margin:7px 0 5px 0;	
	padding:15px;
	border-radius:2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.09);
}
.listenitem a {
	color:#3366cc;
}
.listenlogo {
	display:block;
}
.listenitem h4 {
	font-size:20px;
	line-height:24px;
	font-family:'Source Sans Pro', sans-serif;
	margin-bottom:2px;
}
.listenspan {
	font-size:16px !important;
	line-height:22px !important;
	color:#878787;
	font-family:'Source Sans Pro', sans-serif;
	font-style:italic;
}
.listentime {
	text-align:right;
}
.listentime img {
	max-width:60px;
}
.audiotitlebar {
	display:block;
	font-size:14px;
	text-transform:uppercase;
	font-family:'Source Sans Pro', sans-serif;
	letter-spacing:1px;
	margin-bottom:2px;
	font-weight:700;
}
.listenspan audio {
	border-radius:0px !important;
	display:block;
	margin-top:12px;
	width:100%;
}
@media(max-width:468px) {
	.listenitem {
		margin:7px 0 5px 0;	
		padding:8px;
		border-radius:2px;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.09);
	}
	.listentime {
		text-align:left;
	}	
	.listentime img {
		display:none;
	}
}
@media(max-width:668px) {
	.listentime img {
		display:none;
	}	
	.listentime {
		text-align:left;
	}	
}
@media(max-width:768px) {	
	.listentime img {
		display:none;
	}
	.listenlogo {
		max-width:45px !important;
		margin-bottom:5px;
	}
}
@media(max-width:1048px) {
	.listenlogo {
		display:none;
	}		
	.listentime img {
		max-width:40px;
	}
}