html, body {
	margin: 0;
	padding: 0;
}
* {
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
body {
	color: #cdcdcd;
	background: #000000;
	overflow: hidden;
	font-size: 62.5%;
	text-align: center;
	margin-top: 28px;
}
.odoTicker {
	height: 25px;
	position: relative;
	overflow: hidden;
}
.odoTicker .odoNumber {
	width: 16px;
	height: 375px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 1px;
	background-image: url(numbers.png);
}
#btcContainer {
	width: 151px;
	height: 29px;
	background: #111111;
	margin: 6px auto 2px auto;
	padding: 0px 6px 0px 6px;
	text-align: right;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
}
#btc_Value, #btc_Diff {
	float: right;
	padding: 1px;
	height: 25px;
}
#btcContainer, #btcInput {
	cursor: pointer;
	text-align: center;
}
#btcIndicator {
	float: left;
	font-size: 20px;
}
#btcUpdater {
	display: none;
	color: #00ff00;
}
#btcValueUp {
	display: none;
	color: #00dd00;
	text-shadow: 0px 0px 6px rgba(0, 255, 0, 1)
}
#btcValueDown {
	display: none;
	color: #dd0000;
	text-shadow: 0px 0px 6px rgba(255, 0, 0, 1)
}
#btcChart {
	color: #cdcdcd;
	width: 150px;
	background: #111111;
	text-align: right;
	margin: 2px auto 2px auto;
	padding: 0px 6px 0px 6px;
	border: 2px solid #aaaaaa;
	font-size: 11px;
	line-height: 16px;
	border-radius: 4px;
}
#btcInput {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffff00;
	text-align: right;
	margin: 0px auto 2px auto;
	padding: 0px 6px 0px 6px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
}
