
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#stacks_in_4 {
	background-color: rgba(253, 251, 255, 1.00);
}
/* @group Basics */

#switcherstacks_in_172,
#switcherstacks_in_172 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_172 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_172 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_172 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_172>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_172 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(0, 128, 67, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_172 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"] {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_172 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(0, 57, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_172 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_172 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 57, 32, 1.00);
}

#accordionInterfacestacks_in_172 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_172 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 57, 32, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_172 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_172 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_172 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_172 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_172 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_172 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_172>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_172 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_172 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_172 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(0, 128, 67, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_172 li.switcherTab.ui-state-default a [class^="fa fa-"] {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_172 li.switcherTab.ui-state-default a:hover {
	background: rgba(0, 57, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_172 li.switcherTab.ui-state-default a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_172 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 57, 32, 1.00);
}

ul#switcherTabsstacks_in_172 li.switcherTab.ui-state-default [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_172 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(0, 57, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_172 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_172 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_172.tabbed-layout #accordionInterfacestacks_in_172 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_172.tabbed-layout #tabbedInterfacestacks_in_172 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_172.accordion-layout #tabbedInterfacestacks_in_172 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_172 .closedIcon,
ul#switcherTabsstacks_in_172 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_172 .accordion-content,
#accordionInterfacestacks_in_172 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_172 .accordion-content .contentInner,
#accordionInterfacestacks_in_172 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_172 #accordionInterfacestacks_in_172 {
		display: block !important;
	}
	
	#switcherstacks_in_172 #tabbedInterfacestacks_in_172 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_172 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_172,
	#switcherstacks_in_172.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_172 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_172 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
#stacks_in_241 {
	background-color: rgba(216, 214, 217, 0.68);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  13px;
}
#stacks_in_245_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_245 a:link, #stacks_in_245 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_245 a:hover, #stacks_in_245 a:active {
	color:#FFFFFF;
}







#stacks_in_245 a:link, #stacks_in_245 a:visited {
	background-color:#00A053;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A053), to(#006032));
	border:1px solid #006032;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_245 a:hover {
	background-color:#00AC5A;
	background: -webkit-gradient(linear, left top, left bottom, from(#00AC5A), to(#00532B));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_245 a:active {
	background-color:#00A053;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_297>.s3_row {
	margin: 0 -10px;
}

#stacks_in_297>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_297>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_297>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_297>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_297>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_297>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_298 .stacks_in_298-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_298 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_298 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_298 .stacks_in_298-button,
#stacks_in_298 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_298 {
		text-align: center;
	}

	#stacks_in_298 .stacks_in_298-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_298 a.stacks_in_298-button, #stacks_in_298 a.stacks_in_298-button:visited, #stacks_in_298 a.stacks_in_298-button:hover, #stacks_in_298 a.stacks_in_298-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_298 .stacks_in_298-button {
		
			background-color: #2E753D;
		
	}

	#stacks_in_298 a.stacks_in_298-button, #stacks_in_298 a.stacks_in_298-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_298 a.stacks_in_298-button:hover, #stacks_in_298 a.stacks_in_298-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #428951;
		
	}

	
	#stacks_in_298 .button_icon {
		
			background-color: #21512A;
		
	}

	#stacks_in_298 a.stacks_in_298-button:hover .button_icon, #stacks_in_298 a.stacks_in_298-button:active .button_icon {
		
			background-color: #35653E;
				
	}
	


#stacks_in_300 .stacks_in_300-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_300 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_300 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_300 .stacks_in_300-button,
#stacks_in_300 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_300 {
		text-align: center;
	}

	#stacks_in_300 .stacks_in_300-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_300 a.stacks_in_300-button, #stacks_in_300 a.stacks_in_300-button:visited, #stacks_in_300 a.stacks_in_300-button:hover, #stacks_in_300 a.stacks_in_300-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_300 .stacks_in_300-button {
		
			background-color: #2E753D;
		
	}

	#stacks_in_300 a.stacks_in_300-button, #stacks_in_300 a.stacks_in_300-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_300 a.stacks_in_300-button:hover, #stacks_in_300 a.stacks_in_300-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #428951;
		
	}

	
	#stacks_in_300 .button_icon {
		
			background-color: #21512A;
		
	}

	#stacks_in_300 a.stacks_in_300-button:hover .button_icon, #stacks_in_300 a.stacks_in_300-button:active .button_icon {
		
			background-color: #35653E;
				
	}
	


#stacks_in_302 .stacks_in_302-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_302 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_302 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_302 .stacks_in_302-button,
#stacks_in_302 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_302 {
		text-align: center;
	}

	#stacks_in_302 .stacks_in_302-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_302 a.stacks_in_302-button, #stacks_in_302 a.stacks_in_302-button:visited, #stacks_in_302 a.stacks_in_302-button:hover, #stacks_in_302 a.stacks_in_302-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_302 .stacks_in_302-button {
		
			background-color: #2E753D;
		
	}

	#stacks_in_302 a.stacks_in_302-button, #stacks_in_302 a.stacks_in_302-button:visited {
		
			color: #F3F3F3 !important;
			
	}

	#stacks_in_302 a.stacks_in_302-button:hover, #stacks_in_302 a.stacks_in_302-button:active {
		
			text-decoration: none;
			color: #F3F3F3 !important;
			background-color: #428951;
		
	}

	
	#stacks_in_302 .button_icon {
		
			background-color: #2E753D;
		
	}

	#stacks_in_302 a.stacks_in_302-button:hover .button_icon, #stacks_in_302 a.stacks_in_302-button:active .button_icon {
		
			background-color: #428951;
				
	}
	


