.sermons-filter {
	width: 100%;
}
.sermons-options {
	width: 100%;
}
.sermons-options td {
	padding-right: 16px;
}
.sermons-options input, .sermons-options select {
	width: 95%;
}

.sermons-podcast-all, .sermons-podcast-filtered {
	background: #FFF0C8;
  	border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	float: left;
    padding: 2px 4px;
}
.sermons-podcast-filtered {
	background: #FCE4FF;
	margin-left: 1em;
}
