@font-face { font-family: PDOS; src: url('pdso_vgaw.ttf'); }

/* Specifies the size of the audio container */
audio {
  width: 50px;
  height: 30px;
  border-style: none;
}

audio::-webkit-media-controls-panel {
  -webkit-justify-content: center;
  height: 25px;
}

/* Removes the timeline */
audio::-webkit-media-controls-timeline {
  display: none !important;
}

/* Removes the time stamp */
audio::-webkit-media-controls-current-time-display {
  display: none;
}
audio::-webkit-media-controls-time-remaining-display {
  display: none;
}

#wrapper {
  width:32;
  margin: 5px auto;
}

nav {
  background: transparent;
  width: 0px;
  padding-bottom: 0px;
}

#playButton {
  background-color: transparent;
  border: none;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.play {
  background-image: url('play.png');
}

.pause {
  background-image: url('pause.png')
}

#playButton:active {
  position: relative;
  top:2px;
}
