.right, .left, .center {
	display:flex;
    align-items: center;
}
.btn {
	cursor: pointer;
}
.buton_gen {
	background: #37A3D1;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 4px 10px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
}


/*END OF FILE*/
.green { background-color: #99ff99; }
.red { background-color: #f00; }
.editcolor { background-color: #ffffcc; }
.gris { background-color: #DDD; }
.right { justify-content: flex-end; }
.left { justify-content: flex-start; }
.center { justify-content: center; }

.semaf_green { background: rgb(217, 255, 222); }
.semaf_red { background: rgb(255, 170, 172); }