<style type="text/css">
.jp-jukebox .jp-gui-bg {
  background-color:#f3f2f4 !important;
}

.jp-app-bar, .jp-toggles {
	display:none !important;
	}

.jp-page-btn-play, .jp-page-btn-pause {
	cursor: pointer; 
	cursor: hand;
	}
	
.jp-page-btn-play {
content: url(https://www.writing.upenn.edu/images/play.gif);
margin: 0 4px 0 0;
	}

/* this is for Firefox */
.jp-page-btn-play:before {
content: url(https://www.writing.upenn.edu/images/play.gif);
margin: 0 0px 0 0;
	}
	
.jp-page-btn-pause {
	content: url(https://writing.upenn.edu/images/stop.gif);
	margin: 0 4px 0 0;
	}
	
/* this is for Firefox */
.jp-page-btn-pause:before {
	content: url(https://writing.upenn.edu/images/stop.gif);
	margin: 0 0px 0 0;
	}
	
	
.faked-jp-page-btn-play, .faked-jp-page-btn-pause {
	    cursor: pointer; 
	    cursor: hand;
	    }
	    
.faked-jp-page-btn-play {
	content: url(https://www.writing.upenn.edu/images/play.gif);
	margin: 0 4px 0 0;
	    }
	
/* this is for Firefox */
.faked-jp-page-btn-play:before {
	content: url(https://www.writing.upenn.edu/images/play.gif);
	margin: 0 0px 0 0;
	    }
	    
.faked-jp-page-btn-pause {
	    content: url(https://writing.upenn.edu/images/stop.gif);
	    margin: 0 4px 0 0;
	    }
	    
/* this is for Firefox */
.faked-jp-page-btn-pause:before {
	    content: url(https://writing.upenn.edu/images/stop.gif);
	    margin: 0 0px 0 0;
	    }
	    
</style>
