	.jp-pause:before { content: '\2389'; } /* '⎉' */
	.jp-play:before { content: '\25b6'; } /* '▶' */

	a.jp-play,
	a.jp-pause {
		text-decoration: none;
		line-height:52px;
		font-size: 32px;
		margin-left: -42px;
		/* define your pause/play buton color here */
		color: #ffffff;
	}

	.jp-video {
		position: absolute;
		height:48px;
		color:black;
		text-align:center;
		cursor: pointer;
		font: 16px 'SourceSansProSemibold', Arial, sans-serif;
		color: #fff;
		line-height: 48px;
		top: 222px;
	}

	.jp-controls {
		position:absolute;
		top: 0;
		width:48px;
		height:100%;
		background-color: #f07d00;
	}

	.jp-controls a{
		padding-left: 48px;
	}

	.jp-bar {
		position:absolute;
		top: 0;
		left: 48px;
		width: 432px;
		height: 100%;
		background-color: #444;
	}

	.jp-seek-bar {
		z-index: 9;
		position:absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}

	.jp-play-bar {
		z-index: 9;
		position:absolute;
		top: 0;
		height:100%;
		background-color: #999;
	}

	.jp-duration {
		z-index: 10;
		position:absolute;
		top:0;
		right:0;
		width:48px;
		height:100%;
	}

	.jp-current-time {
		z-index: 10;
		position:absolute;
		top:0;
		right:3em;
		width:48px;
		height:100%;
	}

	.fb-title {
		position: absolute;
		text-align: left;
		top:0;
		left:0;
		width:240px;
		padding-left:12px;
		z-index: 10;
		height: 100%;
	}

	.unselectable {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	div.jp-video-flex {
		width: 100%;
	}