.io-control {
	background: #FAFAFA;
	border-radius: 2px;
	border: solid 1px #E0E0E0;
	padding: 5px;
}

.io-zoom-controls {
	width: auto;
	position: absolute;
	right: 10px;
	bottom: 60px;
	z-index: 1000;
	display: none;
}

.bpm-canvas.carregado .io-zoom-controls {
	display: block;
}

.bpm-canvas-view .io-zoom-controls {
	bottom: 100px;
}

.io-control-list {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.io-control-list button {
	padding: 0;
	outline: none;
	cursor: pointer;
	font-size: 22px;
	line-height: 26px;
	color: hsl(225, 10%, 15%);
	background: none;
	border: none;
}

.io-control-list button:hover {
	color: hsl(205, 100%, 45%);
}