.player-body {
    /*background: #eee url(body-bg.jpg) no-repeat center;*/
    background-size: cover;
}

.jsplayer {
    background: #222;
    border-radius: 10px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
    width: 800px;
    height: 190px;
}

.jp-audio {
    width: 100%;
    height: 190px;
    background: rgba(152, 46, 75, 0.6);
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
}

.jp-controls {
    width: 320px;
    text-align: center;
    height: 190px;
    list-style: none;
    margin: 0;
    padding: 0;
    float:left;
}

.jp-controls .jp-current-time {
    font-size: 48px;
    color: rgba(225, 225, 225, 0.4);
    padding: 15px 0 20px;
}

.jp-play {
    width: 33px;
    height: 39px;
    margin: 0 30px;
    background-image: url(../img/transcriptionpage/jp-play.png);
}

.jp-pause {
    width: 30px;
    height: 39px;
    margin: 0 30px;
    background-image: url(../img/transcriptionpage/jp-pause.png);
}

.jp-volume-bar {
    position: relative;
    bottom: auto;
    width: 200px;
    height: 2px;
    margin: 30px auto 0;
    background: rgba(225, 225, 225, 0.3);
    display: block;
    cursor: pointer;
}

.jp-controls .jp-volume-bar .jp-volume-bar-value div:after {
    position: absolute;
    content: "";
	right: -11px;
	top: -8px;
	width: 22px;
	height: 22px;
	background-image: url(../img/transcriptionpage/jp-volume.png);
}

.jp-volume-bar-value div {
    height: 2px;
    position: relative;
    display: block;
    background: #ed553b;
}

.jp-volume-max {
    position: absolute;
    right: -32px;
    top: -8px;
    width: 22px;
    height: 18px;
    display: block;
    background-image: url(../img/transcriptionpage/jp-max.png);
}

.jp-mute {
    right: auto;
    left: -22px;
    position: absolute;
    top: -6px;
    width: 10px;
    background-image: url(../img/transcriptionpage/jp-mute.png);
    height: 13px;
    display: block;
}


.main {
	/*display: block;*/
	float: left;
	/*left: 50%;*/
	/*display: inline-block;*/
	/*float:left;*/
}

.top{
	position:relative;
	z-index:99999;
}

.body {
	text-align:center;
	/*border: 1px;*/
}

.result  {
	margin-left: auto;
	margin-right: auto;
	/*text-align:center;*/
	height: 600px;
    /*width: 100%;*/
    width: 800px;
	border: 1px solid;
	overflow: auto;
}

.splitDiv-1 {
	float: left;
	width: 8.3%;
	height: 100%;
	text-align: left;
}

.splitDiv-2 {
	float: left;
	width: 16.6%;
	height: 100%;
	text-align: left;
}

.splitDiv-5 {
	float: left;
	width: 41.5%;
	height: 100%;
	text-align: left;
}

.text-top-agent {
	/*text-align: center;*/
	/*text-align: left;*/
	position:relative;
	padding-left: 10px;
    text-align: right;
	/*background-color: #5eef92;*/
	border-right:2px solid #A8DBA8;
}

.text-top-customer {
	/*text-align: center;*/
	/*text-align: left;*/
	position:relative;
	padding-left: 10px;
	/*background-color: #5eef92;*/
	border-left:2px solid #A8DBA8;
}

.text-margin-top {
	/*text-align: center;*/
	/*text-align: left;*/
	position: relative;
	margin-top: 2px;
	padding-left: 10px;
	background-color: #5eef92;
	border:2px solid #a1a1a1;
	border-radius:10px;
	-moz-border-radius:10px;
}

.main-body {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.speed-5 {
    float: left;
    width: 41.5%;
    height: 100%;
    text-align: center;
}

.speed-2 {
    float: left;
    width: 16.6%;
    height: 100%;
    text-align: center;
}
