/* Here you can place all you custom css declarations that will overwrite already existing styles or add new ones */
#guru-component .uk-button {
	      padding: 3px 10px 2px 10px;
			.border-radius(2px);
			display: inline-block;
			cursor: pointer;
			border: none;
}

#guru-component .uk-button:hover {
	#gradient > .vertical(#06824c, #07A35F);
				.box-shadow(0 0 6px #AAA);
}

#guru-component .uk-button:active {
	.box-shadow(~"inset 0 1px 5px rgba(0, 0, 0, 0.7),0 1px 0 #fff");
}