/* TV/Radio-Programm */
h2.tvradio-programm-titel {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 15px;
	color: #006699;
}

.tvradio-programm {
	width: 100%;
	border-collapse: collapse;
		font-size: 1em;
		margin-bottom: 50px;
		border-bottom: 1px solid black;
}

.tvradio-programm th,
.tvradio-programm td {
	padding: 8px;
	border-top: 1px solid #dddddd;
}

.tvradio-programm tr:nth-child(even) {
	background-color: #fff;
}

.tvradio-programm tr:nth-child(odd) {
	background-color: #efefef;
}

.tvradio-programm tr:hover {
	background-color: #dcdcdc;
		cursor: pointer;
}

.tvradio-programm .tvradio-von, .tvradio-programm .tvradio-bis {
	width: 45px;
}

.tvradio-programm .tvradio-trenner {
	width: 20px;
}

.tvradio-programm .tvradio-icon {
	width: 35px;
}

.tvradio-programm .tvradio-sender {
	width: 125px;
}

.tvradio-programm .tvradio-live {
	color: rgb(255, 0, 0);
	font-weight: bold;
	font-style: italic;
}

.tvradio-programm .tvradio-wdh {
	color: rgb(126, 126, 126);
	font-style: italic;
}

/* Dashicons Radio/TV Service Page */

.tvradio-icon-stream::before {
	color: #000000;
	content: '\f303';
	font-family: 'dashicons';
	font-size: 1.3em;
}

.tvradio-icon-radio::before {
	content: '\f127';
	color: #fe0000;
	font-family: 'dashicons';
	font-size: 1.3em;
}

.tvradio-icon-tv::before {
	color: #0000fe;
	content: '\f235';
	font-family: 'dashicons';
	font-size: 1.3em;
}

.tvradio-icon-text {
	vertical-align: middle;
}

.radiotv-off {
	font-weight: 100;
	font-style: italic;
	text-align: center;
	background: rgb(238, 238, 238);
	padding: 10px 5px;
	border-radius: 10px;
}

/* Buttons */

a.fasn8-btn,
a.fasn8-btn:link,
a.fasn8-btn:visited {
	color: #fff !important;
	text-decoration: none !important;
}

a.fasn8-btn:hover,
a.fasn8-btn:focus {
	opacity: .8;
}

.fasn8-btn {
	padding: 10px 20px;
	background: #2271b1;
	border-radius: 30px;
	cursor: pointer;
	border: none;
	font-weight: 600;
	transition: all 0.3s;
}

.fasn8-btn-container {
	text-align: center;
}

.fasn8-btn-wrapper {
	display: inline-block;
	margin: 5px;
}

@media screen and (max-width: 600px) {
	.fasn8-btn-wrapper {
		display: block;
		text-align: center;
		margin: 25px auto;
	}
}