* {margin: 0;padding: 0; border: 0; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ul, ol {list-style: none outside;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#tunelinks_embed_wrap {
  /* border: 1px solid #ebebeb; */
  overflow: hidden;
  /* position: relative; */
}
.tunelinks_embed_player {
  background: #F7F7F7;
  border: 1px solid #ebebeb;
  height: 46px;
  line-height: 13px;
  width: auto;
  visibility: visible;
  overflow: visible;
  position: relative;
}

.tl_pause_btn,
.tl_play_btn {
  display: block;
  color: #00306b;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 49px;
  line-height: 0;
  font-size: 0;
}
.tl_play_btn:after {
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-width: 10px 20px;
  border-left-color: #4D4D4D;
  margin: 12px 0 0 16px;
  display: block;
  content: "";
}
.tl_pause_btn:after {
  width: 0px;
  height: 20px;
  border: 1px solid #4D4D4D;
  border-width: 0px 7px;
  margin: 12px 0 0 16px;
  padding-right: 3px;
  display: block;
  content: "";
}

.tunelinks_embed_player {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::selection {
  background: transparent;
}
::-moz-selection {
  background: transparent;
}

.progress_container {
  position: relative;
  margin: 0 104px 0 9px;
  top: 19px;
}
.jp-duration,
.jp-current-time {
  display: block;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  text-align: right;
  top: -3px;
  width: 34px;
}
.jp-duration {
  left: 0;
  text-align: left;
  display: none;
}
.jp-current-time {
  right: 0;
}
.jp-progress {
  position: relative;
  margin: 0 42px;
  height: 6px;
  border-radius: 20px;
  z-index: 555;
}
.jp-play-bar {
  background: #ADADAD;
  height: 100%;
  width: 0;
  position: relative;
  border-radius: 20px 0 0px 20px;
}
.jp-seek-bar {
  border-radius: 20px;
  background: #DEDEDE;
  height: 100%;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}


.jp-play-bar:after {
  display: block;
  content: "";
  background: #4D4D4D;
  width: 3px;
  height: 8px;
  position: absolute;
  top: -1px;
  right: -1px;
  opacity: 0;
  transition: opacity 150ms;
} 
.jp-state-playing .jp-seek-bar:hover .jp-play-bar::after {
  display:block;
  opacity: 1;
}
.jp-seek-bar:after,
.jp-seek-bar:before {
  display: block;
  content: "";
  background: transparent;
  position: absolute;
  height: 10px;
  width: 100%;
}
.jp-seek-bar:after {
  bottom: -10px;
}
.jp-seek-bar:before {
  top: -10px;
}



.tl_download_btn {
  background-color: #fff;
  color: #008500;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 10px 7px;
  font-weight: 300;
  border: 1px solid #97c497;
  border-radius: 2px;
  position: absolute;
  right: 8px;
  top: 8px;
}

#tl_logo {
  color: #fff;
  display: block;
  float: left;
  outline: none;
  position: absolute;
  right: 14px;
  top: 14px;
  fill: #333;
}
#logo_tl_e {
  height: 15px;
  width: 72px;
}


/* song list */
.song_list {
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 301px;
  /* box-shadow: 0px 3px #EBEBEB; */
  position: relative;
  /* margin-top: -1px; */
  border-top-color: 0;
  border: 1px solid #ededed;
  border-top: 0;
}
.song_list li {
    padding: 8px 0 8px 11px;
    line-height: 16px;
    position: relative;
    height: 46px;
    font-size: 14px;
    color: #6E6E6E;
}
.song_list li::after {
    content: "";
    display: block;
    border-bottom: 1px solid #f2f2f2;
    clear: both;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.song_list li:before,
.song_list li:after {
    /* content:""; */
    /* display:table; */
    /* clear: both; */
}
.song_list li.selected, 
.song_list li:hover {
  background: #fafafa;
  cursor: pointer;
}
.song_list .song_name {
  width: 87%;
}
.position_number {
    text-align: right;
    padding: 7px 13px 0 0;
    width: 27px;
    color: hsl(0, 0%, 54%);
}
.song_list li span, .song_list li div {
  float: left;
  display: block;
}
.song_time {
  position: absolute;
  right: 14px;
  display: none;
  /*width: 48px;*/
}
.song_list .song_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 7px;
  padding-right: 15px;
  color: hsl(0, 0%, 20%);
}


/* temporarily show for JS dev */
.jp-controls {
  border: 1px solid red;
}
.jp-controls,
.jp_playlist_1 {
  left: 50%;
  position: absolute;
  top: 77%;
  background: #FEA8A8;
  z-index: 5555;
}
.jp-controls a {
  display: block;
  cursor: pointer;
  padding: 8px;
}
.jp-controls a:hover {
  background: yellow;
}

a {
  text-decoration: none;
}
