#timeline_now {
	position: relative;
	float: right;
	margin: 10px;
	padding: 5px;
	margin-right: 10px;
	height: 37px;
	width: 37px;
	border: solid 1px rgba(126, 126, 126, 0.4);
	background-color: rgb(245, 245, 245);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 1rem;
	text-decoration: none;
	/*opacity: 0.6;*/
	background-image: url(/assets/IMAGES/GUI/BUTTONS/b_locate.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
}

/* Custom styles for the Timeline */
.timeline-frame {
	border-color: #5D99C3;

	border-radius: 5px;
	-moz-border-radius: 5px;
	/* For Firefox 3.6 and older */
}

.timeline-axis {
	border-color: #5D99C3;

	background-color: #5D99C3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D99C3', endColorstr='#3A6DA0');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5D99C3), to(#3A6DA0));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #5D99C3, #3A6DA0);
	/* for firefox 3.6+ */
}

.timeline-groups-axis {
	border-color: #5D99C3;
}

div.timeline-axis-text {
	color: white;
	font-size: .5rem;
}

.timeline-groups-text {
	color: #4D4D4D;
	font-size: .7rem;
}

.timeline-event {
	color: white;
	border-radius: 5px;
}

.timeline-event-content {
	padding: 5px;
}

.level_0,
div.level_0 {
	background-color: transparent;
	border: none;
}

.level_1,
div.level_1 {
	background-color: rgb(0, 255, 0);
	border-color: rgb(0, 255, 0);
}

.level_2,
div.level_2 {
	background-color: rgb(255, 255, 0);
	border-color: rgb(255, 255, 0);
}

.level_3,
div.level_3 {
	background-color: rgb(255, 150, 0);
	border-color: rgb(255, 150, 0);
}

.level_4,
div.level_4 {
	background-color: rgb(255, 0, 0);
	border-color: rgb(255, 0, 0);
}

.level_5,
div.level_5 {
	background-color: rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
}

.ui-state-default {
	background: none;
	border: none;
}