div.podgrabber {
	padding:0 0 10px 0;
}

div.podg_playlist {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.podg_playlist h2 {
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #333;
	margin:10px 0 0 5px;
	padding: 0;
}

.podg_playlist h2 a {
	color: #333;
}

.podg_playlist h2 a:hover {
    color:#fff;
}

table.podg_post {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
	color: #555;
}

.podg_post tr.odd {
	background: #F0F5FA;
}

.podg_post td.number {
  width: 20px;
  padding: 0 10px 0 50px;
}

.podg_post td.tracktitle {
  width: 250px;
  padding: 0 10px 0 10px;
}

.podg_post td.duration {
  width: 20px;
  padding: 0 5px 0 10px;
}

.podg_post td.info {
  width: 50px;
  padding: 0 50px 0 5px;
}
