
  
  .visually-hidden, .pcast-player 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 .pcast-player-controls {
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
    padding: 5px;
  }
  .pcast-player button {
    background: #2a2a2a;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 5px;
    line-height: 22px;
    -webkit-appreance: none;
    min-width: 32px;
  }
  .pcast-player progress {
    height: 13px;
    width: calc(100% - 300px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .pcast-player 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 progress[value]::-webkit-progress-value {
    background: #fff;
  }
  .pcast-player .pcast-time {
    display: inline-block;
    font-size: 13px;
    padding: 0 0px;
    text-align: center;
    width: 5em;
    border-radius: 10px;
  }
  .pcast-player .pcast-speed {
    width: 2.5em;
  }
  .pcast-player .pcast-download {
    font-size: 12px;
    margin-top: 0.5em;
    display: inline-block;
    color: black;
  }
  .pcast-player .pcast-download:hover, .pcast-player .pcast-download:focus {
    color: #666;
  }