
td.audiocell {
	vertical-align:top; 
	/* vertical-align:bottom; */
}

/* Audio player */
.audiojs { width: 300px; height: 24px; background: #9094df; border: 1px ridge black;}

.audiojs .play-pause { width: 15px; height: 20px; padding: 0px 8px 0px 0px; }
.audiojs p { width: 25px; height: 20px; margin: -3px 0px 0px -1px; }
/* .audiojs .scrubber { background: #5a5a5a; width: 310px; height: 10px; margin: 5px; } */
.audiojs .scrubber { background: #5a5a5a; width: 160px; height: 10px; margin: 5px; }

.audiojs .progress { height: 10px; width: 0px; background: #343ab7;  }

.audiojs .loaded { height: 10px; background: #dcdcef; }

.audiojs .time { float: left; height: 25px; line-height: 25px; color: black; }
.audiojs .time em { padding: 0px 2px 0px 0px; color: black; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; color: black; }
.audiojs .error-message { height: 24px;line-height: 24px; color: black; }

/* .track-details { clear: both; height: 20px; width: 448px; padding: 1px 6px; background: #eee; color: black; font-family: monospace; font-size: 11px; line-height: 20px; } */
.track-details { clear: both; height: 20px; width: 120px; padding: 1px 6px; background: #eee; color: #cccccc; font-family: monospace; font-size: 11px; line-height: 20px; } 
.track-details:before { content: '♬ '; }
.track-details em { font-style: normal; color: #cccccc; }
