.resultado {
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: -999px;
	font-weight: bold;
	font-size: 15px;
	padding: 18px;
	cursor: pointer;

	-webkit-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 5px 5px 10px 6px #545454;
	box-shadow: 5px 5px 10px 6px #545454;
}

.positivo {
	background-color: #b1e1a2; 
	color: black;
	border: 1px solid green;
}

.negativo {
	background-color: #e1a2a2;
	color: black;
	border: 1px solid red;
}