channel-changer {
	/*width: 300px;*/
	float: right;
	/*position: fixed;*/
}

channel-changer .numberDisplayContainer {
	background: black;
	padding: 4px;
	opacity: 0.8;
}

channel-changer .numberDisplayContainer .digit {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid white;
	width: 1rem;
	text-align: center;
	height: 1.5rem;
	font-size: 1.5rem;
    vertical-align: top;
	margin-left: 2px;
	color: white;
}

channel-changer .numberDisplayContainer .digit:first-child {
	margin-left: 0;
}

channel-changer .numberDisplayContainer.success .digit {
	color: chartreuse;
}

channel-changer .numberDisplayContainer.failure .digit {
	color: red;
}