table.podlove_alternating th {
	font-weight: bold;
	padding: 1px;
}

table.podlove_alternating {
	width: 100%;
	border-bottom: 1px solid #999;
}
table.podlove_alternating th {
	text-align: left;
	border-bottom: 1px solid #999;
}
table.podlove_alternating td {
	padding: 5px;
	height: 24px;
}
table.podlove_alternating tr:nth-child(even) {
	background: #EAEAEA;
}

div.podlove-button-preview-container {
	width: 200px;
}

@font-face {
	font-family: 'Podlove';
	src:url('fonts/Podlove.eot');
	src:url('fonts/Podlove.eot?#iefix') format('embedded-opentype'),
		url('fonts/Podlove.woff') format('woff'),
		url('fonts/Podlove.ttf') format('truetype'),
		url('fonts/Podlove.svg#Podlove') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'Podlove';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.podlove-icon-remove {
	font-family: 'Podlove';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: red;
}

.podlove-icon-remove:before {
	content: "\f00d";
}