.ºbutton{
	display: flex;
	background: #79BC28 url("../pictures/noise.png");
	border-radius: 4px;
	height: 32px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
	.ºbutton .text-size{
		color: #FFF;
		vertical-align: middle;
	}
	.ºbutton:hover,.rightPanel .ºbutton:hover::after, .leftPanel .ºbutton:hover::after{ background-color: #5B8D1E; }
	.ºbutton:focus{ background-color: #5B8D1E; }	
	.ºbutton.blocked{
		filter: grayscale(75%);
	}
	.rightPanel .ºbutton, .leftPanel .ºbutton{
		min-width: 50px;
	}
	.rightPanel .ºbutton::after{
		position: absolute;
		right: 0px;
		content: "";
		background-color: #7ab335;
		display: inline-block;
		border-radius: 4px;
		height: 24px;
		width: 24px;
		rotate: 45deg;
		z-index: 9;
	}
	
	.leftPanel .ºbutton::after{
		position: absolute;
		left: -10px;
		content: "";
		background-color: #7ab335;
		display: inline-block;
		border-radius: 4px;
		height: 24px;
		width: 24px;
		rotate: 45deg;
		z-index: 9;
	}
	.rightPanel .ºbutton .btn_border, .leftPanel .ºbutton .btn_border{
		z-index: 10;
	}