html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
}

.table-hover tbody tr {
	cursor: pointer;
}

.table tbody tr.highlight-row td {
	background-color: #e8e8e8;
	font-weight: bold;
}

.chart-container {
	display: inline-block;
    position: relative;
    width: 100%;
	height: 500px;
}

.z-index-10k {
	z-index: 10000;
}