
/* add green shadow to smartforms tabs instead of grey */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	box-shadow: 3px -6px 14px 0px rgba(60,118,61,0.3);
}
