
.jp-duration {
	padding: 5px;
}
.jp-current-time {
	padding: 5px;
}
#player {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

progress {
	width: 75%;
	height: 0.3em;
	border: none;
	background: #aaa;
	cursor: pointer;
}
progress::-moz-progress-bar { background: #a00; }
progress::-webkit-progress-bar { background: #aaa; }
progress::-webkit-progress-value { background: #a00; }

.jp-next, .jp-prev { display: none; }
.jp-play, .jp-pause, .jp-prev, .jp-next, .jp-mute, .jp-unmute {cursor: pointer;}

