/* FlexTable styles */
/* Bryn Owen Design, 2014+ */

/* the div the table lives inside */
#FlexTableDiv_stacks_in_2 {

	/* default no padding without shadows, so that generic border/rounding work nicely */
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	/* modify div paddings to make room for shadow, but generic border/rounding will not work */
	

	/* scroll forces scroll bars in firefox/ie - use auto to show them when necessary */
	overflow-x: auto;

	
	overflow-y: auto;
	

	
	}

#FlexTablePager_stacks_in_2, #FlexTableCaption_stacks_in_2, #FlexTableSearch_stacks_in_2 {
	line-height: 24px !important;
	max-height: 24px;
	white-space: nowrap;
	display: inline-block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.0em !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;

	
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

	
	border: 1px solid #000000;
	
	position: relative;
	z-index: 0;
	}

#FlexTablePager_stacks_in_2 {
	background-color: rgba(255, 255, 255, 1.00);
	float: left;
	margin-left: 24px;
	font-family: Arial, Helvetica, sans-serif !important;
	
	vertical-align: top;
	
	border-top: none !important;
	-moz-border-top-left-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
	
	
	
	}

#FlexTablePager_stacks_in_2 a {
	text-decoration: none !important;
	}

#FlexTablePager_stacks_in_2 label {
	display: inline;
	}





#FlexTableRot_stacks_in_2 {
	display: none;
	}

/* the overall table itself */
#FlexTable_stacks_in_2, #FlexTableRot_stacks_in_2 {

	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0 auto;
	font-size: 1.0em !important;

	
	color: rgba(0, 0, 0, 1.00);
	

	
		border-collapse: collapse;
		
	

	
		
			border: none;
			border-spacing: 0px 0px;
		
	

	
	}

/* every table cell */
#FlexTable_stacks_in_2 td, #FlexTableRot_stacks_in_2 td {

	/* new for 1.1.6 to improve font scaling in foundation */
	font-size: 1.0em !important;

	
	border: 1px solid #000000;
	
	
	
	
	
	
	

	background-color: rgba(255, 255, 255, 1.00);

	
	
	
	text-align: Left;
	

	
	
	
	vertical-align: Center;
	

	

	padding-left: 4px !important;
	padding-right: 4px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;

	
	width: auto;
	

	

	
	}

/* first row overrides */
#FlexTable_stacks_in_2 tr:first-child td {

	
	background-color: rgba(0, 255, 0, 0.20);
	

	
	
	
	

	
	vertical-align: Center;
	

	
	}

/* first column for rotated table */
#FlexTableRot_stacks_in_2 td:first-child {

	
	background-color: rgba(0, 255, 0, 0.20);
	

	
	
	
	

	
	text-align: Left;
	

	
	width: auto;
	
	}

#FlexTableRot_stacks_in_2 td {
	width: auto !important;
	}

/* first column overrides */
#FlexTable_stacks_in_2 td:first-child {

	

	
	
	
	

	
	text-align: Left;
	

	
	width: auto;
	

	
	}



/* rotated table first row second column overrides */
#FlexTableRotR1C2_stacks_in_2 {
	
	}







/* outer table radius when collapsed */
#FlexTable_stacks_in_2 tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
	}
#FlexTable_stacks_in_2 tr:first-child td:last-child {
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
	}
#FlexTable_stacks_in_2 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	}
#FlexTable_stacks_in_2 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	}





@media all and (max-width: 600px) {
#FlexTable_stacks_in_2, #FlexTableRot_stacks_in_2, #FlexTablePager_stacks_in_2, #FlexTableCaption_stacks_in_2, #FlexTableSearch_stacks_in_2, #FlexTableSearch_search_stacks_in_2, #FlexTableSearch_button_stacks_in_2 {
	font-size: 1.00em !important;
	}

/* new for 1.1.6 to improve font scaling in foundation */
#FlexTable_stacks_in_2 tr td, #FlexTableRot_stacks_in_2 tr td {
	font-size: 1.00em !important;
	}

#FlexTableSearch_search_stacks_in_2 {
	width: 100px !important;
	}




}




/* hover dynamics for pager/search, disabled on small screens */
@media all and (min-width: 600px) {


}

/* never print search and pager */
@media print {
#FlexTablePager_stacks_in_2, #FlexTableSearch_stacks_in_2 {
	display: none !important;
	}
}




#stacks_in_2 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  10px;
}

#stacks_in_6 {
	font-weight: bold;
}
/* FlexTable styles */
/* Bryn Owen Design, 2014+ */

/* the div the table lives inside */
#FlexTableDiv_stacks_in_266 {

	/* default no padding without shadows, so that generic border/rounding work nicely */
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	/* modify div paddings to make room for shadow, but generic border/rounding will not work */
	

	/* scroll forces scroll bars in firefox/ie - use auto to show them when necessary */
	overflow-x: auto;

	
	overflow-y: auto;
	

	
	}

#FlexTablePager_stacks_in_266, #FlexTableCaption_stacks_in_266, #FlexTableSearch_stacks_in_266 {
	line-height: 24px !important;
	max-height: 24px;
	white-space: nowrap;
	display: inline-block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.0em !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;

	
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

	
	border: 1px solid #000000;
	
	position: relative;
	z-index: 0;
	}

#FlexTablePager_stacks_in_266 {
	background-color: rgba(255, 255, 255, 1.00);
	float: left;
	margin-left: 24px;
	font-family: Arial, Helvetica, sans-serif !important;
	
	vertical-align: top;
	
	border-top: none !important;
	-moz-border-top-left-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
	
	
	
	}

#FlexTablePager_stacks_in_266 a {
	text-decoration: none !important;
	}

#FlexTablePager_stacks_in_266 label {
	display: inline;
	}





#FlexTableRot_stacks_in_266 {
	display: none;
	}

/* the overall table itself */
#FlexTable_stacks_in_266, #FlexTableRot_stacks_in_266 {

	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0 auto;
	font-size: 1.0em !important;

	
	color: rgba(0, 0, 0, 1.00);
	

	
		border-collapse: collapse;
		
	

	
		
			border: none;
			border-spacing: 0px 0px;
		
	

	
	}

/* every table cell */
#FlexTable_stacks_in_266 td, #FlexTableRot_stacks_in_266 td {

	/* new for 1.1.6 to improve font scaling in foundation */
	font-size: 1.0em !important;

	
	border: 1px solid #000000;
	
	
	
	
	
	
	

	background-color: rgba(255, 255, 255, 1.00);

	
	
	
	text-align: Left;
	

	
	
	
	vertical-align: Center;
	

	

	padding-left: 4px !important;
	padding-right: 4px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;

	
	width: auto;
	

	

	
	}

/* first row overrides */
#FlexTable_stacks_in_266 tr:first-child td {

	
	background-color: rgba(0, 255, 0, 0.20);
	

	
	
	
	

	
	vertical-align: Center;
	

	
	}

/* first column for rotated table */
#FlexTableRot_stacks_in_266 td:first-child {

	
	background-color: rgba(0, 255, 0, 0.20);
	

	
	
	
	

	
	text-align: Left;
	

	
	width: auto;
	
	}

#FlexTableRot_stacks_in_266 td {
	width: auto !important;
	}

/* first column overrides */
#FlexTable_stacks_in_266 td:first-child {

	

	
	
	
	

	
	text-align: Left;
	

	
	width: auto;
	

	
	}



/* rotated table first row second column overrides */
#FlexTableRotR1C2_stacks_in_266 {
	
	}







/* outer table radius when collapsed */
#FlexTable_stacks_in_266 tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
	}
#FlexTable_stacks_in_266 tr:first-child td:last-child {
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
	}
#FlexTable_stacks_in_266 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	}
#FlexTable_stacks_in_266 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	}





@media all and (max-width: 600px) {
#FlexTable_stacks_in_266, #FlexTableRot_stacks_in_266, #FlexTablePager_stacks_in_266, #FlexTableCaption_stacks_in_266, #FlexTableSearch_stacks_in_266, #FlexTableSearch_search_stacks_in_266, #FlexTableSearch_button_stacks_in_266 {
	font-size: 1.00em !important;
	}

/* new for 1.1.6 to improve font scaling in foundation */
#FlexTable_stacks_in_266 tr td, #FlexTableRot_stacks_in_266 tr td {
	font-size: 1.00em !important;
	}

#FlexTableSearch_search_stacks_in_266 {
	width: 100px !important;
	}




}




/* hover dynamics for pager/search, disabled on small screens */
@media all and (min-width: 600px) {


}

/* never print search and pager */
@media print {
#FlexTablePager_stacks_in_266, #FlexTableSearch_stacks_in_266 {
	display: none !important;
	}
}




#stacks_in_266 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  10px;
}

#stacks_in_375 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	margin:  11px;
	padding:  10px;
}
#stacks_in_385>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_385 {
	margin:  10px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_392 .stacks_left {
	width:270px;
}

#stacks_in_392 .stacks_row {
	width:270px;
}
#stacks_in_397 {
	background-color: rgba(0, 255, 0, 0.20);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  5px;
}

#stacks_in_388 {
	background-color: rgba(0, 255, 0, 0.20);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  5px;
}

#stacks_in_390 {
	background-color: rgba(0, 255, 0, 0.20);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  5px;
}
