.ngfullscreenslidesstart
{	
	border-color: #a2ba8a;
	border-width: 1px;
	border-style: solid;
	padding: 8px 12px 8px 12px;
	background: #ffffff;
	font: 16px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #5a5a5a;
	letter-spacing: 0px;
	text-transform: uppercase;
	cursor: pointer;
}

.ngfullscreenslidesstart:hover
{	
	border-color: #8acf45;
	background: #ffffff;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: none;
	
	color: #8acf45;
}

.ngfullscreenslidesstart:focus
{
    outline: none;
}