.wcs-controlpanel{
    display: inline-block;
    width: 464px;
    /* float: left;
    position: absolute;
    box-shadow: 0px 0px 10px #636363; */
}
.wcs-ctablerow label,
.wcs-ctablerow button{
    display: inline-block;
    font-size: 13px;
}
.wcs-ctablerow label{
    width: 125px;
}
.wcs-ctablerow button.ctrlBtn{
    width: 150px;
}
.wcs-ctableleft,
.wcs-ctableright{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.wcs-ctableright{
float: right;
}
.btnPlayCtrl {
	padding: 10px;
	width: 45px;
}
.wcs-controlpanel .wcs-ctablerow{
    margin-bottom: 5px;
}