.slider-rail-rect {
	height: 10px !important;
}

.slider-grip-rect {
	fill: rgba(242,146,12,0.95) !important;
}

.updatemenu-item-rect {
	fill: black !important;
	stroke: none !important;
	color: rgb(249,248,245) !important;
}

/* Graph animation menu */
.updatemenu-item-rect:hover {
	fill: rgb(222,126,0) !important;
	background:  rgb(222,126,0) !important;
  color: rgb(235, 235, 235) !important;
}

.updatemenu-item-text {
	pointer-events: none !important; /* Remove the inner play button pointer-event */
}