
.republisher-link {
	float: left;
	width: 18%;
	margin: 0 5px;
  height: 60px;
}

#drs-content {
	clear: both;
}

ul.drs-podcast-downloads {
	width: 50%;
	padding: 0;
}

ul.drs-podcast-downloads li {
	display: inline-block;
}

/* Tablet Styles */
@media only screen and (min-width: 600px) {
	
	ul.drs-podcast-downloads li:nth-child(2) {
    float: right;
  }
}

/* Special iTunes height adjustment */
li#itunes-link img {
	height: min-content;
}
