<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =Player
-------------------------------------------------------------- */

div.jp-audio {
	font-size: 1em;
	line-height: 1em;
	font-family: Verdana, Arial, sans-serif;
	width: 99%;
	max-width: 640px;
	min-width: 220px;
	position: relative;
	color: #666666;
	border: 1px solid #CFD1D3;	
    background-color: #F9F9F9; /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.08)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9),inset 0 -1px 0 rgba(255,255,255,0.9);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	}
div.jp-interface {
	position: relative;
	width: 100%;
	}
div.jp-audio div.jp-type-single div.jp-interface {
	height: 2.3em;
	}

/* =Controls
-------------------------------------------------------------- */

div.jp-controls-holder {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
div.jp-interface .jp-controls {
	float: left;
    width: 80%;
    margin: 0;
	overflow: hidden;
	}
div.jp-interface .jp-controls a {
	float: left;
	display: block;
	font-family: FontAwesome;
	text-align: center;
	line-height: 2.4em;
	/*text-indent: 100%;*/
	}
div.jp-interface .jp-controls a:hover {
    text-decoration: none;
	}
a.jp-play,
a.jp-pause,
a.jp-mute,
a.jp-unmute,
a.jp-volume-max  {
    width: 12.5%;
    height: 2.3em;
    position: relative;
	}
a.jp-play, a.jp-pause {
    border-right: 1px solid #ddd;
    -webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,0.7);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,0.7);
    box-shadow: inset -1px 0 0 rgba(255,255,255,0.7);
	}
a.jp-mute, a.jp-unmute {
    border-left: 1px solid #ddd;
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.7);
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,0.7);
    box-shadow: -1px 0 0 rgba(255,255,255,0.7);
	}
a.jp-play i, a.jp-pause i, a.jp-mute i, a.jp-unmute i {
    color: #666666;
	}

/* =Progress Bar
-------------------------------------------------------------- */

div.jp-audio div.jp-progress {
	position: absolute;
	top: 0.9em;
	height: 0.5em;
	}
div.jp-audio div.jp-progress {
	left: 14.4%;
	width: 51%;
	}
div.jp-seek-bar {
	background: #CCCCCC;
	width: 0px;
	height: 100%;
	cursor: pointer;
	}
div.jp-play-bar {
	width: 0;
	height: 100%;
	}
div.jp-seek-bar, div.jp-volume-bar {
	border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(255,255,255,0.5);
	}
div.jp-play-bar, div.jp-seek-bar,
div.jp-volume-bar, div.jp-volume-bar-value {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	}
div.jp-volume-bar-value, div.jp-play-bar {
    background: #669900;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	}

/* =Volume
-------------------------------------------------------------- */

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 74%;	
	}
.jp-volume-bar-container {
    margin-left: 0.5%;
 	width: 15%;
	float: left; 
	padding-top: 0.9em; 
	}
div.jp-volume-bar {
    background: #CCCCCC;
	position: absolute;
	overflow: hidden;
	width: 15%;
	height: 0.5em;
	cursor: pointer;
	}
div.jp-volume-bar-value {
	width: 0px;
	height: 0.5em;
	}
div.jp-jplayer audio,
div.jp-jplayer {
	width: 0px;
	height: 0px;
	}</pre></body></html>