/*!
 * Styles intended only for this demo page. If you want to
 * try and use Avgrund in your project, don't include these.
 */





button {
	border: 0px;
	padding: 10px 14px;
	margin: 5px 0px;
	border-radius: 2px;

	cursor: pointer;
	color: #fff;
	background: #2faeff;
	font-size: 18px;

	outline: none;

	-webkit-transition: 0.15s background ease;
	   -moz-transition: 0.15s background ease;
	    -ms-transition: 0.15s background ease;
	     -o-transition: 0.15s background ease;
	        transition: 0.15s background ease;
}
