#custom-draw-toolbar {
	width: 125px;
}
#custom-draw-toolbar button {
	width: 100px;
	margin: 4px;
	padding: 6px 12px;
	font-size: 13px;
	cursor: pointer;
}
.active {
	background: #e0f7fa;
	font-weight: bold;
}
.disabled {
	opacity: 0.5;
	pointer-events: none;
	display: none;
}
