/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.ttw-music-player .tracklist {
    background: rgba(0, 0, 0, 0) url(/images/tracklist-bg.png") repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 12px;
    padding: 10px 0;
}


.ttw-music-player .progress-wrapper {
 width: 40%;.
}

