.icon {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border-style: solid;
	border-width: thin;
	display: inline-block;
	background-color: grey;
	margin-top: -3px;
	margin-bottom: -7px;
	margin-right: 5px;
}

body {
	background-color: rgb(34,34,34);
	color:white;
}

.table {
	color: white;
}

.chart-container {
	height: 240px;
}

.modal-content {
	background-color: black;
	color: white;
}

.modal-backdrop {
	background-color: grey;
}

.canv_overlay {
	position: absolute;
	/* top: 100px; */
	bottom:50px;
	
}
.canv_overlay div {
	padding-bottom: 5px;
}

.canv {
	position: relative;
}

.form_overlay {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

.form_inner {
	position: relative;
	margin: auto;
	width: 40%;
	top:100px;
	/*height: 400px;*/
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	color: black;
}

#relay_buttons button {
	min-width: 33%;
}

#ds_write_live_tbody td {
	width: 50%;
}

#tcam1 {
	width: 100%;
}

#tcam2 {
	width: 100%;
}

#colcam {
	width: 100%;
}