div.quickCont {
	width: 400px;
	padding: 5px;
	display: inline-block;
}

div.quickCont > h2 {
	padding: 0;
	margin-top: 0px;
}

table.quick {
	width: 100%;
}

table.quick thead td {
	padding: 5px;
}

table.quick tbody tr {
	border-bottom: 1px solid #A2A3AB;
}

table.quick.orders tbody tr {
	border-bottom: 2px solid #F00;
}

table.quick tbody td {
	padding: 4px 2px;
}

table.quick tbody td.b {
	font-weight: bold;
}

/* graf */

#chartjs-tooltip {
	opacity: 0;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	padding: 3px;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
}
.chartjs-tooltip-title {
	margin-bottom: 5px;
}