@charset "utf-8";
/* CSS Document */

.bitcoin_parts {
	width: 220px;
	height: 400px;
	background-color: #fff;
}
.date_time {
	height: 33px;
	color: #EA5532;
	font-size: 10pt;
	text-align: center;
	line-height: 26pt;
	margin-top: -3px;
}
.price_list th {
	background-color: #EA5532;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	height: 25px;
}

.price_list td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	height: 32px;
	padding-right: 5px;
}
.price_list td.broker {
	text-align: left;
	padding-left: 7px;
}
.orange    {
	background-color: #fde9d0;
	text-align: left;
}

.balance {

}
.balance p {
	float: left;
	color: #EA5532;
	font-size: 12pt;
	padding-left: 12px;
	margin-top: 13px;
	margin-bottom: 6px;
}
.balance h3 {
	float: right;
	text-align: right;
	font-size: 13pt;
	padding-right: 14px;
	margin-top: 11px;
	margin-bottom: 0px;
}

.footer {
	clear: both;
	background-color: #EA5532;
	height: 57px;
	margin-left: 0px;
	padding-left: 15px;
}
.footer p  {
	float: left;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	line-height: 17pt;
}
.footer  p .price_name {
	font-weight: normal;
	font-size: 9pt;
}
