/* ddGM THEME: Default */
/* TIME BAR */

.ddGM-timeBar-wrapper {
	position: absolute;
	width: 100%;
	height: 6px;
	top: 100%;
	left: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 6px;
}

.ddGM-timeBar {
	position: relative;
	display: inline-block;
	width: 0;
	height: 100%;
	background: #5EB7FF;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	border-radius: 0 0 75px 75px;
	box-shadow: 0 2px 1px rgba(0,0,0,.3);
}