@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

.wpsp_wrapper {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.wpsp_wrapper.shwplr{
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.wpsp_wrapper *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.wpsp_empty {
  position: relative;
  width: 25%;
  height: 100%; 
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}


.wpsp_player {
  position: relative;
  width: 50%;
  height: 100%; 
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wpsp_main_controls {
  position: relative;
  width: 120px;
  height: auto;
  padding: 10px 0;
  font-size: 0;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1 1 120px;
  -moz-box-flex: 1 1 120px;
  -moz-flex: 1 1 120px;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  white-space: nowrap;
}

.wpsp_prev,
.wpsp_playback,
.wpsp_next {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 5px 10px;
  cursor: pointer;
}

.wpsp_time {
  min-width: 0;
  width: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.wpsp_curent,
.wpsp_duration {
  position: relative;
  min-width: 0;
  width: 60px;
  height: 100%;
  padding: 0 10px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0 0 40px;
  -moz-box-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  word-wrap: normal;
}

.wpsp_seek {
  position: relative;
  min-width: 0%;
  height: 50px;
  margin: 0 10px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  cursor: pointer;
}

.wpsp_seek:before{
  position: absolute;
  content: '';
  top: 24px;
  left: 0px;
  width: 100%;
  height: 2px;
}

.wpsp_buffer {
  position: absolute;
  width: 50%;
  height: 2px;
  top: 24px;
  left: 0;
  z-index: 1;
}

.wpsp_progress {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 24px;
  left: 0;
  z-index: 2;
}

.wpsp_volume_wrapper {
  position: relative;
  width: 40px;
  height: 100%;
  padding: 15px 10px;
}

.wpsp_volume_container {
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  bottom: 50px;
  display: none;
}

.wpsp_volume_container:before{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -10px;
  left: 10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  z-index: 5;
}

.wpsp_volume_range {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  cursor: pointer;
}

.wpsp_volume_range:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 100px;
  top: 0;
  left: 19px;
}

.wpsp_volume_value {
  position: absolute;
  width: 2px;
  height: 50%;
  bottom: 20px;
  left: 19px;
  cursor: pointer;
  pointer-events: none;
}

.wpsp_volume {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.wpsp_playlist {
  position: relative;
  width: 25%;
  height: 100%;
  padding: 0;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.wpsp_pls_item,
.wpsp_current_song {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

.wpsp_current_song {
  padding: 0 10px;
}

.wpsp_current_song.open{
  background: rgba(0, 0, 0, 0.1);
}

.wpsp_empty_pls{
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}

.wpsp_hide{
  margin: 15px;
  fill: none;
  stroke-width: 2px;
  cursor: pointer;
  -webkit-transform-origin: 10px 10px;
  -moz-transform-origin: 10px 10px;
  -ms-transform-origin: 10px 10px;
  -o-transform-origin: 10px 10px;
  transform-origin: 10px 10px;
  -webkit-transform: translateY(-50px) rotate(180deg);
  -ms-transform: translateY(-50px) rotate(180deg);
  -o-transform: translateY(-50px) rotate(180deg);
  transform: translateY(-50px) rotate(180deg);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.wpsp_wrapper.shwplr .wpsp_hide {
  margin: 15px;
  fill: none;
  stroke-width: 2px;
  cursor: pointer;
  -webkit-transform: translateY(0px) rotate(360deg);
  -ms-transform: translateY(0px) rotate(360deg);
  -o-transform: translateY(0px) rotate(360deg);
  transform: translateY(0px) rotate(360deg);
}

.wpsp_cover {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -moz-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.wpsp_cover img{
  position: relative;
  min-width: 100%;
  max-width: none !important;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
}

.wpsp_song_info {
  position: relative;
  min-width: 0%;
  height: 50px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  white-space: nowrap;
  z-index: 1;
  line-height: 0 !important;
}

.wpsp_title {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  padding-left: 10px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}

.wpsp_artist {
  position: relative;
  width: 100%;
  height: 20px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 10px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

.wpsp_song_info .wpsp_title,
.wpsp_song_info .wpsp_artist{
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.wpsp_playlist_wrapper {
  position: absolute;
  width: 100%;
  height: 310px;
  padding: 0px 10px 10px 10px;
  left: 0px;
  bottom: 50px;
  z-index: 0;
  display: none;
  overflow: hidden;
}

.wpsp_scrollrail {
  position: absolute;
  display: none;
  width: 10px;
  height: 290px;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.wpsp_scrollbar {
  position: absolute;
  width: 4px;
  height: 20px;
  top: 0;
  right: 3px;
  border-radius: 2px;
  cursor: pointer;
}

.wpsp_scrollrail:hover{
  background: rgba(0, 0, 0, 0.1);
}

.wpsp_scrollrail:hover .wpsp_scrollbar{
  width: 6px;
  right: 2px;
}

.wpsp_pls_list {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.wpsp_playlist_wrapper .wpsp_pls_item-highlight,
.wpsp_pls_item {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.wpsp_drop_zone{
  position: relative;
  width: 100%;
  height: 50px;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  background: rgba(0, 0, 0, 0.1);
}


.wpsp_pls_item.ui-sortable-helper{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.wpsp_remove_song{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  display: none;
}

.wpsp_remove_song .wpsp_pls_item-highlight{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wpsp_trash{
  fill: #eee;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.wpsp_trash .wpsp_cap{
  -webkit-transform-origin: 28px 14px;
  -moz-transform-origin: 28px 14px;
  -ms-transform-origin: 28px 14px;
  -o-transform-origin: 28px 14px;
  transform-origin: 28px 14px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wpsp_remove_song.open .wpsp_cap{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


.wpsp_p_w{
	position: relative;
	width: 100%;
	height: auto;
}

.wpsp_p_cover{
	position: relative;
	width: 100%;
	height: 125px;
	overflow: hidden;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wpsp_albm_opt{
	position: absolute;
	width: 150px;
	height: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	margin: auto;
  z-index: 10;
}

#wpsp_a_albm,
#wpsp_p_albm{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	display: block;
	cursor: pointer;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

#wpsp_a_albm:hover,
#wpsp_p_albm:hover{
	position: absolute;
  -webkit-transform: scale(2,2);
  -ms-transform: scale(2,2);
  -o-transform: scale(2,2);
  transform: scale(2,2);
}

#wpsp_a_albm:active,
#wpsp_p_albm:active{
	position: absolute;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#wpsp_p_albm{
	left: 0;
}
#wpsp_a_albm{
	right: 0;
}

#wpsp_a_albm circle,
#wpsp_p_albm circle{
	fill: none;
	stroke-width: 2;
}

.wpsp_p_list{
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
  z-index: 10;
}

.wpsp_p_l_item{
	position: relative;
  height: 40px !important;
	margin: 0 !important;
	padding: 0px !important;
	list-style-type: none !important;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  font-size: 0 !important;
  line-height: 0px !important;
}

.wpsp_p_l_item:before,
.wpsp_p_l_item:after{
  content: none !important;
}

.wpsp_p_l_item span{
  display: block;
	font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.wpsp_p_l_item span strong{
  font-weight: 400;
}

.wpsp_p_l_i_cover{
	position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
	margin-right: 10px;
  -webkit-box-flex: 0 0 40px;
  -moz-box-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.wpsp_p_l_i_cover img{
  position: relative;
  min-width: 100%;
  max-width: none !important;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
}

.wpsp_wave_wrapper{
  position: absolute;
  width: 100%;
  height: 105px;
  top: 10px;
  left: 0;
  z-index: 5;
  white-space: nowrap;
}

.wpsp_wave_bar{
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}
.wpsp_dwn_link{
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.wpsp_dwn{
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
}



@media screen and (max-width: 1000px){
  
  .wpsp_volume_wrapper {
    display: none;
  }
  
  .wpsp_empty {
    width: 50px;
    -webkit-box-flex: 1 1 50px;
    -moz-box-flex: 1 1 50px;
    -moz-flex: 1 1 50px;
    -webkit-flex: 1 1 50px;
    -ms-flex: 1 1 50px;
    flex: 1 1 50px;
  }
  
  .wpsp_player {
    width: 100%;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  
}

@media screen and (max-width: 700px) {
  
  .wpsp_current_song {
    padding: 0px 0 0 10px;
  }
  
  .wpsp_playlist {
    width: 70px;
    -webkit-box-flex: 1 1 70px;
    -moz-box-flex: 1 1 70px;
    -moz-flex: 1 1 70px;
    -webkit-flex: 1 1 70px;
    -ms-flex: 1 1 70px;
    flex: 1 1 70px;
  }
  
  .wpsp_playlist_wrapper{
    width: 100vw;
    left: -webkit-calc(-100vw + 50px);
    left: -o-calc(-100vw + 50px);
    left: calc(-100vw + 50px);
  }
  
  .wpsp_current_song .wpsp_song_info{
    display: none;
  }
  
}

@media screen and (max-width: 450px) {
  
  .wpsp_player {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .wpsp_time {
    display: none;
  }
  
}



/* Color 
.wpsp_wrapper{
  background: #ECF0F1;
}
.wpsp_prev,
.wpsp_playback,
.wpsp_next,
.wpsp_volume{
  fill: #2C3E50;
}
.wpsp_prev:hover,
.wpsp_playback:hover,
.wpsp_next:hover,
.wpsp_volume:hover{
  fill: #31BCCC;
}
.wpsp_curent,
.wpsp_duration {
  color: #2C3E50;
}

.wpsp_seek:before{
  background: #2C3E50;
}

.wpsp_buffer {
  background: #496684;
}

.wpsp_progress {
  background: #31BCCC;
}

.wpsp_volume_container {
  background: #2C3E50;
}

.wpsp_volume_container:before{
  border-color: #2C3E50 transparent transparent transparent;
}

.wpsp_volume_range:before{
  background: #34495E;
}

.wpsp_volume_value {
  background: #31BCCC;
}

.wpsp_current_song.open,
.wpsp_current_song:hover{
  background: rgba(0, 0, 0, 0.1);
}

.wpsp_empty_pls,
.wpsp_current_song .wpsp_title {
  color: #2C3E50;
}

.wpsp_current_song .wpsp_artist {
  color: #2C3E50;
}

.wpsp_p_w,
.wpsp_playlist_wrapper {
  background: #2C3E50;
}

.wpsp_p_l_item:hover,
.wpsp_p_l_item.playing,
.wpsp_pls_item.playing,
.wpsp_pls_item:hover{
  background: #31BCCC;
}

.wpsp_playlist_wrapper .wpsp_empty_pls,
.wpsp_playlist_wrapper .wpsp_title{
  color: #eee;
}

.wpsp_playlist_wrapper .wpsp_artist{
  color: #eee;
}

.wpsp_p_l_item span{
	color: #eee;
}

#wpsp_a_albm circle,
#wpsp_p_albm circle{
	stroke: #eee;
}

#wpsp_a_albm rect,
#wpsp_p_albm polygon{
	fill: #eee;
}
.wpsp_scrollbar {
  background: #eee;
}

.wpsp_remove_song{
  background: #F02A71;
}
*/