.podcast .card .player {
  position: relative;
  z-index: 2;
}

.podcast .card .player .cover {
  background: transparent url(/assets/data/cover1.jpg) no-repeat scroll center top;
  border-radius: 5px 5px 5px 5px;
  height: 94px;
  width: 94px;
  margin: 0 auto 16px;
}

.podcast .card .player .card-title {
  text-align: center;
  margin-bottom: 16px;
}

.podcast .card .player .tracker {
  height: 3px;
  width: 100%;
  margin-bottom: 16px;
  background-color: #e0e0e0;
  border-radius: 30px;
  cursor: pointer;
}

.podcast .card .player .tracker .ui-slider-range {
  height: 100%;
  border-radius: 30px;
}

.podcast .card .player .tracker .ui-slider-handle {
  cursor: pointer;
  height: 10px;
  width: 10px;
  z-index: 2;
}

.podcast .card .player .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.podcast .card .player .controls .play, .podcast .card .player .controls .pause, .podcast .card .player .controls .rew, .podcast .card .player .controls .fwd {
  cursor: pointer;
  border-radius: 100%;
}

.podcast .card .player .controls .play, .podcast .card .player .controls .pause {
  width: 76px;
  height: 76px;
  padding: 20px;
}

.podcast .card .player .controls .rew, .podcast .card .player .controls .fwd {
  width: 46px;
  height: 46px;
  padding: 10px 15px;
}

.podcast .playlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.podcast .playlist li {
  cursor: pointer;
}

.podcast .playlist li.active {
  font-weight: bold;
}
/*# sourceMappingURL=podcast.css.map */