<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jouele {
 
  margin-top: 2px;
  position: relative;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  max-width: 450px;
  height: 24px;
}

.jouele,
.jouele * {
  line-height: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


.jp-volume {
  position: relative;
  float: right;
  margin-top: -4px;
  width: 10%;
  height: 4px;
  cursor: pointer;
}

.jp-volume * {
  position: absolute;
}

.jp-volume-bar {
  
  border-radius: 2px;
  width: 100%;
  height: 4px;
  background-color: #bac7d4;
  cursor: pointer;
}

.jp-volume-bar-value {
  height: 4px;
  width: 0%;
  background-color: #5c7a99;
  cursor: pointer;
  border-radius: 2px;
  z-index: 10;
}

.jouele-progress-area {
  position: relative;
  margin-top: 4px;
  width: 85%;
  height: 4px;
}

.jouele-progress-area * {
  position: absolute;
}

.jouele-mine {
  width: 100%;
}

.jouele-mine-bar,
.jouele-load-bar,
.jouele-play-bar {
  box-sizing: border-box;
}

.jouele-mine-bar {
  height: 4px;
  border-radius: 2px;
  width: 100%;
  z-index: 10;
  background-color: #D8DEE4;
}

.jouele-load-bar {
  height: 4px;
  border: 0;
  background-color: #bac7d4;
  border-radius: 2px;
  width: 80%;
  z-index: 20;
  cursor: pointer;
  cursor: hand;
}

.jouele-play-bar {
  height: 4px;
  border-radius: 2px;
  background-color: #5c7a99;
  z-index: 30;
  cursor: pointer;
  cursor: hand;
}


.jouele-info-area {
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.67);
}

.jouele-play-control {
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  cursor: pointer;
  cursor: hand;
}

.jouele-unavailable,
.jouele-play,
.jouele-pause {
  width: 16px;
  height: 16px;
}

.jouele-play,
.jouele-unavailable {

background: url("i/playpause.gif") 0 0 no-repeat;

}

.jouele-pause {

background: url("i/playpause.gif") 0 -16px no-repeat;

}


.jouele-download {
  background: 16px center;
  background: url("i/jouele-sprite.png") no-repeat;
  background: rgba(0, 0, 0, 0) url("i/jouele-sprite.svg") no-repeat;
  background-repeat: no-repeat;
}

.jouele-download {
  position: absolute;
  right: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: -3px;
  border: none;
  text-decoration: none;
}

.jouele-time {
  float: right;
  min-width: 45px;
  height: 100%;
  min-height: 1em;
  font-size: 11px;
  line-height: 18px;
  top: 2px;
  color: #606060;
  margin-left: 1em;
  text-align: right;
  white-space: nowrap;
}

.jouele-play-time {
  display: inline;
  margin-right: 0;
}

.jouele-total-time {
  display: inline;
  margin-right: 0;
}

.jouele-name {
  margin: 0 22px;
  min-height: 16px;
  text-align: left;
  width: 85%;
}

.jouele-option-hide-progress-when-playing .jouele-progress-area {
  top: -16px;
  opacity: 0;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.33s, 0.33s;
  -moz-transition-duration: 0.33s, 0.33s;
  -o-transition-duration: 0.33s, 0.33s;
  transition-duration: 0.33s, 0.33s;
  -webkit-transition-timing-function: ease-out, ease-out;
  -moz-transition-timing-function: ease-out, ease-out;
  -o-transition-timing-function: ease-out, ease-out;
  transition-timing-function: ease-out, ease-out;
}

.jouele-status-playing .jouele-progress-area {
  top: 0;
  opacity: 1;
}
</pre></body></html>