
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_2 #myExtraContent1,
#ExtraContentPlusstacks_in_2 #fs {
	display: none;
}



/* @group TOC */



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

#toc li {
    padding: 0;
    margin: 0;  
}

#toc a {
    display: block;
    padding: 10px 0px;
}

#toc li li a {
	padding-left: %;
}

#toc li.h1 {
	padding-left: 0px;
	font-size: 105%;
}

#toc li.h2 {
	padding-left: 0px;
	font-size: 105%;
}

#toc li.h3 {
	padding-left: 0px;
	font-size: 105%;
}

#toc li.h4 {
	padding-left: 0px;
	font-size: 105%;
}

#toc li.h5 {
	padding-left: 0px;
	font-size: 105%;
}

#toc li.h6 {
	padding-left: 0px;
    font-size: 105%;
}

#toc .toc-active a {
    color: #FF0000;
}





/* @end */

/* @group Scroll Offset */

.jumpStackOffset {
	position: relative;
}

.jumpStackOffset span {
	position: absolute;
	bottom: 50px;
}

/* @end */

/* @group Navigation Items */

nav#JumpStackNavstacks_in_123 {
	display: block;
	position: relative;
	height: auto;
	overflow: auto;
}

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

nav#JumpStackNavstacks_in_123 li {
	margin: 20px 0 0 0;
	padding: 0;
	height: auto;
	overflow: auto;
	position: relative;
}

nav#JumpStackNavstacks_in_123 li a {
	position: relative;
	z-index: 5;
}

/* @end */

/* @group Previous Navigation */

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavPrev .JumpStackBtnInner {
	opacity: 0.99;
	font-size: 22px;
	text-decoration: none;
	background: #004080;
	padding: 0px 8px;
	line-height: 40px;
	display: block;
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 20px;
	font-weight: bold;
	
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavPrev .JumpStackBtnInner [class^="fa fa-"] {
	color: #FFFFFF;
}

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavPrev .JumpStackBtnInner:hover {
	opacity: 0.85;
	background: #004080;
	color: #FFFFFF;
}

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavPrev .JumpStackBtnInner:hover [class^="fa fa-"] {
	color: #FFFFFF;
}

/* Disabled previous buttons */
nav#JumpStackNavstacks_in_123 li.previousDisabled .disabledFilter {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: not-allowed;
	z-index: 10;
}

/* None previous buttons */
nav#JumpStackNavstacks_in_123 li.NavPrev.none {
	display: none;
}

nav#JumpStackNavstacks_in_123 li.previousDisabled a {
	opacity: 0.50;
}

nav#JumpStackNavstacks_in_123 li.previousLeft {
	float: left;
}

nav#JumpStackNavstacks_in_123 li.previousRight {
	float: right;
}

/* @end */

/* @group Next Navigation */

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavNext .JumpStackBtnInner {
	opacity: 0.99;
	font-size: 22px;
	text-decoration: none;
	background: #004080;
	padding: 0px 8px;
	line-height: 40px;
	display: block;
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 20px;
	font-weight: bold;
	
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavNext .JumpStackBtnInner [class^="fa fa-"] {
	color: #FFFFFF;
}

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavNext .JumpStackBtnInner:hover {
	opacity: 0.85;
	background: #004080;
	color: #FFFFFF;
}

nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavNext .JumpStackBtnInner:hover [class^="fa fa-"] {
	color: #FFFFFF;
}

/* Diabled next buttons */
nav#JumpStackNavstacks_in_123 li.nextDisabled .disabledFilter {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: not-allowed;
	z-index: 10;
}

nav#JumpStackNavstacks_in_123 .nextDisabled a {
	opacity: 0.50;
	cursor: not-allowed;
}

/* None next buttons */
nav#JumpStackNavstacks_in_123 li.NavNext.none {
	display: none;
}

nav#JumpStackNavstacks_in_123 li.nextLeft {
	float: left;
}

nav#JumpStackNavstacks_in_123 li.nextRight {
	float: right;
}

/* @end */

/* @group Responsive Styling */
@media screen and (max-width: 580px) {
	nav#JumpStackNavstacks_in_123 li.JumpStackNavItem,
	nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavPrev .JumpStackBtnInner,
	nav#JumpStackNavstacks_in_123 li.JumpStackNavItem.NavNext .JumpStackBtnInner {
		width: 100%;
		float: none;
	}
}

/* @end */

/* @group Bootstrap */

#JumpStackNavstacks_in_123 .btn {
	display: inline-block;
	  padding: 6px 12px;
	  margin-bottom: 0;
	  font-size: 14px;
	  font-weight: 400;
	  line-height: 1.42857143;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  -ms-touch-action: manipulation;
	  touch-action: manipulation;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	  text-decoration: none;
}

#JumpStackNavstacks_in_123 .btn:hover {
  color: #333;
  text-decoration: none;
}

#JumpStackNavstacks_in_123 .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#JumpStackNavstacks_in_123 .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

#JumpStackNavstacks_in_123 .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

#JumpStackNavstacks_in_123 .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

#JumpStackNavstacks_in_123 .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

#JumpStackNavstacks_in_123 .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

#JumpStackNavstacks_in_123 .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

#JumpStackNavstacks_in_123 .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

#JumpStackNavstacks_in_123 .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

#JumpStackNavstacks_in_123 .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

#JumpStackNavstacks_in_123 .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

#JumpStackNavstacks_in_123 .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

#JumpStackNavstacks_in_123 .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
    border-color: transparent;
}

#JumpStackNavstacks_in_123 .btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* Button sizing */

#JumpStackNavstacks_in_123  .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

#JumpStackNavstacks_in_123  .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#JumpStackNavstacks_in_123  .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */


#stacks_in_24 {
	padding:  5px;
}
#columnOnestacks_in_18 {
	padding-top: 0.00px;
	padding-bottom: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_18 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_18 {
		width: 200.00px;
	}

	#columnTwostacks_in_18 {
		width: calc(100% - 200.00px);
	}

	
	#columnOnestacks_in_18 {
		float: left;
	}

	#columnTwostacks_in_18 {
		float: right;
	}
	

	
}


	
	#columnTwostacks_in_18 {
		float: none;
		width: auto;
	}
	


#stacks_in_18 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  5px;
}

#stacks_in_27 {
	padding:  8px;
}
/* @group Basic Settings */

#listerWrapperstacks_in_127 {
	visibility: hidden;
}

#listerWrapperstacks_in_127 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 10px;
	width: 100%;
}

#listerWrapperstacks_in_127 li {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0;
	margin: 0;
	position: relative;
	text-align: left;
}

#listerWrapperstacks_in_127 li ul {
	padding-top: 1px;
}

/* @end */

/* @group Style Overrides */

/*  */

/* @end */

/* @group Bullet Point Styles */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#listerWrapperstacks_in_127 ul {
	list-style: none !important;
	display: table;
}

#listerWrapperstacks_in_127 li:before,
#listerWrapperstacks_in_127 li:after {
	display: table;
	line-height: 0;
	content: "";
}

#listerWrapperstacks_in_127 li:after {
	clear: both;
}

#listerWrapperstacks_in_127 .bullet-point {
	display: table-cell;
	font-size: 24px;
	color: rgba(255, 0, 51, 1.00);
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#listerWrapperstacks_in_127 .bullet-point [class^="fa fa-"] {
	color: rgba(255, 0, 51, 1.00);
}

#listerWrapperstacks_in_127 .list-item-content {
	display: table-cell;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @group Print styles */
@media print {
	#listerWrapperstacks_in_127 ul {
		list-style: disc;
	}
	
	#listerWrapperstacks_in_127 .list-item-content {
		display: block;
	}
	
	#listerWrapperstacks_in_127 .bullet-point {
		display: none;
	}
}

/* @end */

/*  */


#stacks_in_39 {
	padding:  5px;
}
#columnOnestacks_in_33 {
	padding-top: 0.00px;
	padding-bottom: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_33 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_33 {
		width: 200.00px;
	}

	#columnTwostacks_in_33 {
		width: calc(100% - 200.00px);
	}

	
	#columnOnestacks_in_33 {
		float: left;
	}

	#columnTwostacks_in_33 {
		float: right;
	}
	

	
}


	
	#columnTwostacks_in_33 {
		float: none;
		width: auto;
	}
	


#stacks_in_33 {
	padding:  5px;
}

#stacks_in_49 {
	padding:  4px;
}



#stacks_in_142 {
	padding:  5px;
}
#columnOnestacks_in_219 {
	padding-top: 0.00px;
	padding-bottom: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_219 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_219 {
		width: 200.00px;
	}

	#columnTwostacks_in_219 {
		width: calc(100% - 200.00px);
	}

	
	#columnOnestacks_in_219 {
		float: left;
	}

	#columnTwostacks_in_219 {
		float: right;
	}
	

	
}


	
	#columnTwostacks_in_219 {
		float: none;
		width: auto;
	}
	


#stacks_in_222 {
	padding:  6px;
}
#sortStackstacks_in_201 {
	display: block;
	position: relative;
	text-align: center;
}

#sortStackstacks_in_201 .sortStackItem {
	display: block;
	text-align: center;
	padding: 8px;
	margin: 8px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(68, 68, 68, 1.00);
	border: 0px solid rgba(68, 68, 68, 1.00);
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#sortStackstacks_in_201 .sortStackItem:hover {
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 1.00);
	border: 0px solid rgba(51, 51, 51, 1.00);
}

#sortStackstacks_in_201 .sortStackSlice {
	position: relative;
	z-index: 5;
}

#sortStackstacks_in_201 .sortStackLink a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}






/* One random item */
#sortStackstacks_in_201.oneRandomItem .sortStackItem {
	display: none;
}

#sortStackstacks_in_201.oneRandomItem .sortStackItem.activeRandomItem {
	display: block;
}




/* Filter Tag Buttons */

#sortStackFilterstacks_in_201 {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.filterTitle {
	display: inline-block;
	padding: 8px 0;
	margin: 4px 0;
}

#mobile_toggle_btn_wrap_stacks_in_201 a,
#sortStackFilterstacks_in_201 a {
	display: inline-block;
	padding: 8px;
	margin: 4px;
	border-radius: 4px;
	background: #cdcdcd;
	text-decoration: none;
	outline: none;
	color: #444444;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#sortStackFilterstacks_in_201 a.filterShowAll {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.filterShowAll i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag1 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag1 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag2 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag2 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag3 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag3 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag4 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag4 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag5 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag5 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag6 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag6 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag7 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag7 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag8 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag8 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag9 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag9 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag10 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag10 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag11 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag11 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag12 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag12 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag13 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag13 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag14 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag14 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag15 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag15 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag16 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag16 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag17 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag17 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag18 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag18 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag19 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag19 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag20 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag20 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag21 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag21 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag22 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag22 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag23 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag23 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag24 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag24 i {
	color: rgba(68, 68, 68, 1.00);
}

#sortStackFilterstacks_in_201 a.tag23 {
	color: rgba(68, 68, 68, 1.00);
	background: rgba(205, 205, 205, 1.00);
}

#sortStackFilterstacks_in_201 a.tag23 i {
	color: rgba(68, 68, 68, 1.00);
}





#mobile_toggle_btn_wrap_stacks_in_201 {
	display: none;
}



/* Auto Sort Buttons */

#sortStackBtnTopstacks_in_201,
#sortStackBtnBottomstacks_in_201 {
	display: none;
	flex-wrap: wrap;
	justify-content: flex-end;
}







#sortStackBtnTopstacks_in_201 .sortTitle,
#sortStackBtnBottomstacks_in_201 .sortTitle {
	display: inline-block;
	padding: 8px 0;
	margin: 4px 0;
}

#sortStackBtnTopstacks_in_201 a,
#sortStackBtnBottomstacks_in_201 a {
	display: inline-block;
	padding: 8px;
	margin: 4px;
	border-radius: 4px;
	background: rgba(205, 205, 205, 1.00);
	text-decoration: none;
	outline: none;
	color: rgba(68, 68, 68, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	cursor: pointer;
}

#sortStackFilterstacks_in_201 a.sortStackFilterButton {
	opacity: 0.50;
}

#sortStackFilterstacks_in_201 a.sortStackFilterButton.activeFilterButton,
#sortStackFilterstacks_in_201 a.sortStackFilterButton:hover {
	opacity: 1.00;
}

#sortStackBtnTopstacks_in_201 a i,
#sortStackBtnBottomstacks_in_201 a i {
	color: rgba(68, 68, 68, 1.00);
}



#stacks_in_203 {
	border: solid rgba(0, 102, 255, 1.00);
	border-width:  1px;
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}

#stacks_in_205 {
	line-height: 2em;
	font-size: 148%;
}

#stacks_in_211 {
	border: solid rgba(255, 0, 51, 1.00);
	border-width:  1px;
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}

#stacks_in_213 {
	line-height: 2em;
	font-size: 148%;
}



#stacks_in_51 {
	padding:  5px;
}
#columnOnestacks_in_58 {
	padding-top: 0.00px;
	padding-bottom: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_58 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_58 {
		width: 200.00px;
	}

	#columnTwostacks_in_58 {
		width: calc(100% - 200.00px);
	}

	
	#columnOnestacks_in_58 {
		float: left;
	}

	#columnTwostacks_in_58 {
		float: right;
	}
	

	
}


	
	#columnTwostacks_in_58 {
		float: none;
		width: auto;
	}
	


#stacks_in_58 {
	padding:  5px;
}

#stacks_in_60 {
	padding:  8px;
}



#stacks_in_132 {
	padding:  5px;
}



#stacks_in_66 {
	padding:  5px;
}
#columnOnestacks_in_73 {
	padding-top: 0.00px;
	padding-bottom: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_73 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_73 {
		width: 200.00px;
	}

	#columnTwostacks_in_73 {
		width: calc(100% - 200.00px);
	}

	
	#columnOnestacks_in_73 {
		float: left;
	}

	#columnTwostacks_in_73 {
		float: right;
	}
	

	
}


	
	#columnTwostacks_in_73 {
		float: none;
		width: auto;
	}
	


#stacks_in_73 {
	padding:  5px;
}

#stacks_in_75 {
	padding:  8px;
}



#stacks_in_81 {
	padding:  5px;
}
#columnOnestacks_in_84 {
	padding-top: 0.00px;
	padding-bottom: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_84 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_84 {
		width: 200.00px;
	}

	#columnTwostacks_in_84 {
		width: calc(100% - 200.00px);
	}

	
	#columnOnestacks_in_84 {
		float: left;
	}

	#columnTwostacks_in_84 {
		float: right;
	}
	

	
}


	
	#columnTwostacks_in_84 {
		float: none;
		width: auto;
	}
	


#stacks_in_84 {
	padding:  5px;
}

#stacks_in_86 {
	padding:  8px;
}
/* @group Basic Settings */

#listerWrapperstacks_in_115 {
	visibility: hidden;
}

#listerWrapperstacks_in_115 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 10px;
	width: 100%;
}

#listerWrapperstacks_in_115 li {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0;
	margin: 0;
	position: relative;
	text-align: left;
}

#listerWrapperstacks_in_115 li ul {
	padding-top: 1px;
}

/* @end */

/* @group Style Overrides */

/*  */

/* @end */

/* @group Bullet Point Styles */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#listerWrapperstacks_in_115 ul {
	list-style: none !important;
	display: table;
}

#listerWrapperstacks_in_115 li:before,
#listerWrapperstacks_in_115 li:after {
	display: table;
	line-height: 0;
	content: "";
}

#listerWrapperstacks_in_115 li:after {
	clear: both;
}

#listerWrapperstacks_in_115 .bullet-point {
	display: table-cell;
	font-size: 24px;
	color: rgba(255, 102, 102, 1.00);
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#listerWrapperstacks_in_115 .bullet-point [class^="fa fa-"] {
	color: rgba(255, 102, 102, 1.00);
}

#listerWrapperstacks_in_115 .list-item-content {
	display: table-cell;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @group Print styles */
@media print {
	#listerWrapperstacks_in_115 ul {
		list-style: disc;
	}
	
	#listerWrapperstacks_in_115 .list-item-content {
		display: block;
	}
	
	#listerWrapperstacks_in_115 .bullet-point {
		display: none;
	}
}

/* @end */

/*  *//* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_151 #myExtraContent2,
#ExtraContentPlusstacks_in_151 #fs {
	display: none;
}

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

#stacks_in_153>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_153>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





