.jp-audio,
.jp-audio button,
.jp-controls button,
.jp-volume-bar {
	box-sizing: border-box;
}

.jp-audio {
	margin: 0 auto;
	padding-left: 6px;
	width: 188px;
}
.jp-audio::after {
	clear: both;
	content: "";
	display: block;
}

.jp-audio button {
	background: transparent;
	color: currentColor;
	font-size: 20px;
	padding: 0;
}

.jp-controls {
	float: left;
}

.jp-controls button {
	border: 2px solid currentColor;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.jp-play {
	height: 40px;
	width: 40px;
}

.jp-volume-controls {
	float: left;
	margin: 5px 0 0 20px;
}

.jp-volume-controls button {
	border: medium none;
	cursor: pointer;
	overflow: hidden;
}

.jp-mute, .jp-volume-max {
	height: 30px;
	width: 30px;
}

.jp-volume-bar {
	border: 1px solid currentColor;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin-top: 10px;
	width: 50px;
}

.jp-volume-bar-value {
	background: currentColor;
	height: 8px;
	width: 0;
}
