/*
 Theme Name:   Toby Theme
 Theme URI:    http://isolation.de/toby-theme/
 Description:  Twenty Twelve Child Theme
 Author:       Toby Baier
 Author URI:   http://isolation.de
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  toby-theme
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* BEGINN - Korrektur des Podlove-Contributors-Tables, von Sven Schmidt (https://alpha.app.net/opendev) */
td {
	vertical-align: middle;
}
.entry-content li,
.mu_register li {
	margin: 0 0 0 0px;
	margin: 0 0 0 0rem;
}
.entry-content ol,
.entry-content ul,
.mu_register ul {
	margin: 0 0 0px;
	margin: 0 0 0rem;
	line-height: 1.714285714;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}
/* ENDE - Korrektur des Podlove-Contributors-Tables */


/* BEGINN - Korrektur der episode_downloads , von Sven Schmidt (https://alpha.app.net/opendev) */
.episode_downloads
select {
	font-size: 14px;
	display: inline;
}
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 1px;
	padding: 0.1rem;
}
/* ENDE - Korrektur der episode_downloads */
