.player {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
  margin: 0 0 20px 0;
  background: #e6e6e6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 50px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(50px,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 50px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 50px); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 50px); /* IE10+ */
background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 50px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.player-progress-container {
  display: table;
}
.player-current-position,
.player-current-duration,
.player-progress {
  display: table-cell;
}
.player-current-position,
.player-current-duration {
  font-size: 12px;
  text-align: center;
  line-height: 11px;
}
.player-current-position {
  padding-right: 5px;
}
.player-current-duration {
  padding-left: 5px;
}
.player-progress {
  width: 100%;
  background-color: #fff;
  height: 10px;
}
.player-progress-marker {
  background-color: #990000;
  height: 10px;
}

.player-panel {
  height: 40px;
  display: table;
  padding: 0 0;
  width: 100%;
}

.player-controls {
  display: table-cell;
  width: 100px;
  vertical-align: top;
}
.player-container {
  display: table-cell;
  vertical-align: top;
}

.player-buttons {
  display: table;
  margin-bottom: 10px;
}
.player-item {
  /*display: inline-block;*/
  margin-right: 20px;
}
.player-image {
  display: inline-block;
  vertical-align: top;
}
.player-credits {
  display: inline-block;
}

.player-play,
.player-pause,
.player-stop {
  display: table-cell;
  width: 30px;
  font-size: 20px;
  color: #999;
}
.player-info {
  margin-top: 15px;
}
.player-title {
  font-weight: 900;
}
.player-author {
  font-style: italic;
}
.player-director {

}
.player-chord {

}
.player-other {
}
.player-volume {
  display: table;
  background-color: #e7e7e7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.player-volume-down,
.player-volume-up,
.player-volume-number {
  display: table-cell;
  text-align: center;
  padding: 0 5px;
}
.player-volume-number {
  font-size: 13px;
  width: 45px;
}
.player-volume-indicator {
  background-color: #e7e7e7;
  width: 100px;
  height: 5px;
}
.player-volume-indicator div {
  background-color: #ccc;
  height: 5px;
}