
.pcast-player-2 a {
  color: #09c;
}
.pcast-player-2 a:hover, .pcast-player-2 a:focus, .pcast-player-2 a:active {
  color: #069;
}

.visually-hidden, .pcast-player-2 button span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* Pcast Player */

.pcast-player-2 { font-family: Helvetica, Arial }
.pcast-player-2 .pcast-player-2-controls {
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  padding: 5px;
}
.pcast-player-2 button {
  background: #2a2a2a;
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 5px;
  line-height: 22px;
  -webkit-appreance: none;
  min-width: 32px;
}
.pcast-player-2 progress {
  height: 13px;
  width: calc(100% - 281px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pcast-player-2 progress[value]::-webkit-progress-bar {
  background-color: #555;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.pcast-player-2 progress[value]::-webkit-progress-value {
  background: #fff;
}
.pcast-player-2 .pcast-time {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-align: center;
  width: 4em;
}
.pcast-player-2 .pcast-speed {
  width: 2.5em;
}
.pcast-player-2 .pcast-download {
  font-size: 12px;
  margin-top: 0.5em;
  display: inline-block;
  color: black;
}
.pcast-player-2 .pcast-download:hover, .pcast-player-2 .pcast-download:focus {
  color: #666;
}