body {
	background-color: white;
}

text {
	pointer-events: none;
}

.node {
	fill: white;
	stroke-width: 2px;
}

.node:hover {
	stroke-width: 3px;
}

.left_pane {
	padding-top: 10px;
}

.form-group {
	margin-bottom: 5px !important;
}

div.tooltip {
	position: absolute;
	text-align: left;
	width: 80px;
	height: 30px;
	padding: 2px;
	font: 12px sans-serif;
	background: lightsteelblue;
	border: 0px;
	border-radius: 3px;
	pointer-events: none;
}

.small_rectangle {
	position: absolute;
	background-color: #f0f4f5;
	height: 4px;
	width: 4px;
}

.small_rectangle:hover {
	background-color: #e1e5e6;
	margin-top: -1px;
	margin-left: -1px;
	height: 5px;
	width: 5px;
}

.pixel_on {
	background-color: black !important;
}

.line {
	fill: none;
	stroke: steelblue;
	stroke-width: 2px;
}

.line_red {
	fill: none;
	stroke: red;
	stroke-width: 2px;
}

.ajax_loader {
	display: none;
}

p.card-text canvas {
	margin: 1px;
}

.close, .input {
	cursor: pointer;
}

/* CNN layer visualizer */
#camera_stream {
	margin: 5px 0 0 0;
	padding: 0;
}