.radio-icon-microphone {
	margin: 10px 15px;
}
.radio-show-title {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.radio-show-time {
	
}
.radio-heading {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 10px;
}
.radio-title {
	font-size: 1.175em;
	margin-bottom: 10px;
}
.radio-player-wrapper {
	border: 1px solid #ddd;
}
.panel .radio-player-wrapper {
	border: none;
	border-bottom: 1px solid #ddd;
}
.no-border-bottom {
	border-bottom: none;
}
.radio-player {
    display: block;
	width: 100%;
}
.radio-no-panel .radio-body {
	margin-top: 10px;
}
.radio-archive .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.radio-archive-heading {
	background-color: #f5f5f5;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: .875em;
    padding: 3px 15px;
}




.link-surround {
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media screen and (max-width: 600px) {
	.link-surround {
		margin-bottom: 10px;
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}
}