/*--------------- Podcast Styles -----------------*/

body {
	background-color: #ddd;
}

.podcast.container {
	margin: 75px auto;
	max-width: 500px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*fix player controls focus/hover*/
.play-svg:focus{
    fill:#003366;
}
.play-svg:hover{
    fill:#003366;
}
.pause-svg:focus{
    fill:#003366;
}
.pause-svg:hover{
    fill:#003366;
}
.volume-up-svg:focus{
    fill:#003366;
}
.volume-up-svg:hover{
    fill:#003366;
}
.volume-down-svg:focus{
    fill:#003366;
}
.volume-down-svg:hover{
    fill:#003366;
}