.jp-icon-controls button:focus {
  outline: none;
}
.jp-icon-controls button {
  border: none;
  background-color: transparent;
}
.jp-icon-controls .jp-download,
.jp-icon-controls .jp-play,
.jp-icon-controls .jp-repeat,
.jp-icon-controls .jp-full-screen,
.jp-icon-controls .jp-mute {
  min-width: 42px;
  color: #000;
  padding: 0;
}
.jp-icon-controls a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-align: center;
  min-width: 42px;
}
.jp-jplayer .jp-icon-controls .jp-play i:before {
  content: "\f04b";
}
.jp-jplayer.jp-state-playing .jp-icon-controls .jp-play i:before {
  content: "\f04c";
}
.jp-jplayer.jp-state-muted .jp-icon-controls .jp-mute i:before {
  content: "\f026";
}
.jp-jplayer.jp-state-volume-low .jp-icon-controls .jp-mute i:before {
  content: "\f027";
}
.jp-jplayer.jp-state-volume-high .jp-icon-controls .jp-mute i:before {
  content: "\f028";
}
.jp-state-shuffled.jp-jplayer .jp-icon-controls .jp-shuffle {
  color: #2175ff;
}
.jp-state-looped.jp-jplayer .jp-icon-controls .jp-repeat,
.jp-state-looped-playlist.jp-jplayer .jp-icon-controls .jp-repeat {
  color: #2175ff;
}
.jp-jplayer .jp-icon-controls .jp-previous,
.jp-jplayer .jp-icon-controls .jp-next,
.jp-jplayer .jp-icon-controls .jp-shuffle,
.jp-jplayer .jp-icon-controls .jp-toggle-playlist {
  min-width: 42px;
  color: #000;
  padding: 0;
}
