/* common shared CSS */


/* VIDEO SPOKESPERSON */

#buffer {
	display: none;
}
	 
#video_player_box {
	position: fixed;
	right: 0;
	bottom: -4px;
	z-index: 50;
}
#video_controls_bar {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 52px;
	height: 156px;
	background: rgba(255, 255, 255, 0);
	z-index: 51;
}
button#playpausebtn {
	margin:10px;	
	background: url("https://s3.amazonaws.com/sps_spokesperson/assets/pause.png");
	border: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 1;
	background-repeat: no-repeat;
	outline: none;
}
button#mutebtn {
	background: url("https://s3.amazonaws.com/sps_spokesperson/assets/unmute.png");
	border: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 1;
	margin:10px;
	background-repeat: no-repeat;
	outline: none;
}
button#closebtn {
	background: url("https://s3.amazonaws.com/sps_spokesperson/assets/close.png");
	border: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 1;
	margin:10px;
	background-repeat: no-repeat;
	outline: none;
}

