.timed-button-remaining {
	position: absolute;
	top: -5px;
	width: 100px;
	height: 2px;
}

.timed-button-bar {
	width: auto;
	height: 2px;
	background: linear-gradient(45deg, tomato, gold, lightgreen);
	overflow: hidden;
}

.timed-button-bar-overlay {
	width: 100%;
	height: 100%;
	background: ivory;
	margin-left: 50%;
}

.timed-button-container {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
}
