.lwoo-button{
	display:block;
	text-align:center;
	padding:15px;
	background:#25d366;
	color:#fefefe;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
	margin-top:10px;
	margin-bottom:10px;
	text-decoration:none;
}
.lwoo-button:hover{
	background:#49e884;
	text-decoration:none;
}
