﻿/* VIDEO PLAYBACK TIME MARKER */
#play-time-marker {
	font-size: 9pt;
	color: #FFFFFF;
	width: auto;
	height: auto;
	float: right !important;
	right: 0 !important; 
	margin-right: 5px;
	bottom: 0;
	margin-bottom: 5px;
	position: absolute !important;
  	background: rgba(44, 62, 80, 0.6);
	border: 1px solid #333;
	border-radius: 5px;
	padding: 2px;
	padding-top: 3px;
	border-left: 1px solid rgb(27,121,51);
	border-right: 1px solid rgb(27,121,51);
	}
/* END OF VIDEO PLAYBACK TIME MARKER */