#mediaplayer-container .mejs__time-buffering, #mediaplayer-container .mejs__time-current, #mediaplayer-container .mejs__time-handle,
#mediaplayer-container .mejs__time-loaded, #mediaplayer-container .mejs__time-hovered, #mediaplayer-container .mejs__time-marker, #mediaplayer-container .mejs__time-total {
    height: 2px;
}

#mediaplayer-container .mejs__time-total {
    margin-top: 9px;
}
#mediaplayer-container .mejs__time-handle {
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    top: -5px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
}
#mediaplayer-container .mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
}
.mediaplayer-song {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
.mediaplayer-song .title {
  width: 30%;
  text-align: right;
  float: left;
  padding: 9px;
}
.media-wrapper {
  overflow-x: hidden;
  width: 50%;
  float: left;
}