/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */

.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
  background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
  background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  box-shadow: 0 0 .35em #4faeef !important;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0,0,0,.1);
  box-shadow: 0 2px 2px rgba(255,255,255,.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

table.tablesaw tbody th {
  font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em;
}

.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}

.tablesaw thead {
  border: 1px solid #e5e5e4;
  background: #e2dfdc;
  background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
  background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
}

.tablesaw thead tr:first-child th {
  font-weight: normal;
  font-family: sans-serif;
  border-right: 1px solid #e4e1de;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4;
}

@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2;
  }
}

/* Stack */

.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal;
}

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif;
}

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em;
  }
}

@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de;
  }

  .tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: 3px 0 4px -1px #e4e1de;
  }
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
#stacks_in_4029 {
	padding: 0px 10px 20px 10px;
}

#stacks_in_4030 {
	font-size: 150%;
}

#stacks_in_1764 {
	padding:  10px;
}
/* Resets */
.tablePro_stacks_in_2279 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}
/* End resets */



#tableLoadingTextDiv_stacks_in_2279 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_2279_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
  font-family:  !important;
}

/* Swipe buttons */
#tablePro_stacks_in_2279_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(255, 255, 255, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_2279_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(255, 255, 255, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
  font-family:  !important;
}

/* Alternating row colors */
.tablePro_stacks_in_2279 tbody tr:nth-child(even) {
	background: rgba(51, 59, 142, 1.00);
}
.tablePro_stacks_in_2279 tbody tr:nth-child(odd) {
	background: rgba(51, 59, 142, 1.00);
}

/* Table header color */
.tablePro_stacks_in_2279 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_2279 thead tr {
	background-color: rgba(52, 54, 103, 1.00);
}

#tablePro_stacks_in_2279 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_2279_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_2279 thead th, table.tablesaw thead td {
	color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_2279_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_2279 tr td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_2279 tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_2279 thead tr:first-child th:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_2279 thead tr:first-child th(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 1.00);
  padding: 0.1em 0.1em;
}

/* Table bottom border */
.tablePro_stacks_in_2279 tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}

@media only all {
  #tablePro_stacks_in_2279.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_2279.tablesaw-swipe td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_2279.tablesaw-columntoggle td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_2279 tr td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_2279.tablesaw-stack tr:first-child td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_2279.tablesaw-stack td {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }

  .tablePro_stacks_in_2279 td,
  .tablePro_stacks_in_2279 th,
  .tablePro_stacks_in_2279 button.tablesaw-sortable-btn {
      text-align: center !important;
      font-family:  !important;
  }

  .tablesaw-bar .btn-select:after {
    content: none;
  }

/*  #tablePro_stacks_in_2279.tablesaw-stack td:only-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_2279 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_2279 td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
  }
  .tablePro_stacks_in_2279 td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }

  #tablePro_stacks_in_2279.tablesaw-stack td {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
    border-right: 1px solid rgba(0, 0, 0, 1.00);
  }
  #tablePro_stacks_in_2279.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 1px solid rgba(0, 0, 0, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_2279 thead tr:first-child {
  /* Table top border */
  border-top: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' left borders */
  border-left: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' right borders */
  border-right: 1px solid rgba(0, 0, 0, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_2279 td {
  padding: 0.1em 0.1em;
}

#stacks_in_2279 {
	margin:  9px;
}

#stacks_in_2295 {
	font-size: 110%;
}

#stacks_in_2297 {
	font-size: 110%;
}

#stacks_in_2299 {
	font-size: 110%;
}

#stacks_in_2301 {
	font-size: 110%;
}

#stacks_in_2308 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2309 {
	font-size: 85%;
}

#stacks_in_2310 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2311 {
	font-size: 85%;
}

#stacks_in_2312 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2313 {
	font-size: 85%;
}

#stacks_in_2314 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2315 {
	font-size: 85%;
}

#stacks_in_4013 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4015 {
	font-size: 85%;
}

#stacks_in_4017 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4019 {
	font-size: 85%;
}

#stacks_in_4021 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4023 {
	font-size: 85%;
}

#stacks_in_4025 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4027 {
	font-size: 85%;
}

#stacks_in_3994 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3995 {
	font-size: 85%;
}

#stacks_in_3998 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3999 {
	font-size: 85%;
}

#stacks_in_4002 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4003 {
	font-size: 85%;
}

#stacks_in_4006 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4007 {
	font-size: 85%;
}

#stacks_in_2362 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2363 {
	font-size: 85%;
}

#stacks_in_2366 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2367 {
	font-size: 85%;
}

#stacks_in_2370 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2371 {
	font-size: 85%;
}

#stacks_in_2374 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2375 {
	font-size: 85%;
}

#stacks_in_2398 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2399 {
	font-size: 85%;
}

#stacks_in_2402 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2403 {
	font-size: 85%;
}

#stacks_in_2406 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2407 {
	font-size: 85%;
}

#stacks_in_2410 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2411 {
	font-size: 85%;
}

#stacks_in_2452 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2453 {
	font-size: 85%;
}

#stacks_in_2456 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2457 {
	font-size: 85%;
}

#stacks_in_2460 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2461 {
	font-size: 85%;
}

#stacks_in_2464 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2465 {
	font-size: 85%;
}

#stacks_in_2416 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2417 {
	font-size: 85%;
}

#stacks_in_2420 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2421 {
	font-size: 85%;
}

#stacks_in_2424 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2425 {
	font-size: 85%;
}

#stacks_in_2428 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2429 {
	font-size: 85%;
}

#stacks_in_2434 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2435 {
	font-size: 85%;
}

#stacks_in_2438 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2439 {
	font-size: 85%;
}

#stacks_in_2442 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2443 {
	font-size: 85%;
}

#stacks_in_2446 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2447 {
	font-size: 85%;
}

#stacks_in_2470 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2471 {
	font-size: 85%;
}

#stacks_in_2474 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2475 {
	font-size: 85%;
}

#stacks_in_2478 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2479 {
	font-size: 85%;
}

#stacks_in_2482 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2483 {
	font-size: 85%;
}

#stacks_in_2488 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2489 {
	font-size: 85%;
}

#stacks_in_2492 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2493 {
	font-size: 85%;
}

#stacks_in_2496 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2497 {
	font-size: 85%;
}

#stacks_in_2500 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2501 {
	font-size: 85%;
}

#stacks_in_2506 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2507 {
	font-size: 85%;
}

#stacks_in_2510 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2511 {
	font-size: 85%;
}

#stacks_in_2514 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2515 {
	font-size: 85%;
}

#stacks_in_2518 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2519 {
	font-size: 85%;
}

#stacks_in_2524 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2525 {
	font-size: 85%;
}

#stacks_in_2528 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2529 {
	font-size: 85%;
}

#stacks_in_2532 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2533 {
	font-size: 85%;
}

#stacks_in_2536 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2537 {
	font-size: 85%;
}

#stacks_in_2542 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2543 {
	font-size: 85%;
}

#stacks_in_2546 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2547 {
	font-size: 85%;
}

#stacks_in_2550 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2551 {
	font-size: 85%;
}

#stacks_in_2554 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2555 {
	font-size: 85%;
}

#stacks_in_2560 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2561 {
	font-size: 85%;
}

#stacks_in_2564 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2565 {
	font-size: 85%;
}

#stacks_in_2568 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2569 {
	font-size: 85%;
}

#stacks_in_2572 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2573 {
	font-size: 85%;
}

#stacks_in_2578 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2579 {
	font-size: 85%;
}

#stacks_in_2582 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2583 {
	font-size: 85%;
}

#stacks_in_2586 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2587 {
	font-size: 85%;
}

#stacks_in_2590 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2591 {
	font-size: 85%;
}

#stacks_in_2596 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2597 {
	font-size: 85%;
}

#stacks_in_2600 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2601 {
	font-size: 85%;
}

#stacks_in_2604 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2605 {
	font-size: 85%;
}

#stacks_in_2608 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2609 {
	font-size: 85%;
}

#stacks_in_2614 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2615 {
	font-size: 85%;
}

#stacks_in_2618 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2619 {
	font-size: 85%;
}

#stacks_in_2622 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2623 {
	font-size: 85%;
}

#stacks_in_2626 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2627 {
	font-size: 85%;
}

#stacks_in_2632 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2633 {
	font-size: 85%;
}

#stacks_in_2636 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2637 {
	font-size: 85%;
}

#stacks_in_2640 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2641 {
	font-size: 85%;
}

#stacks_in_2644 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2645 {
	font-size: 85%;
}

#stacks_in_2650 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2651 {
	font-size: 85%;
}

#stacks_in_2654 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2655 {
	font-size: 85%;
}

#stacks_in_2658 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2659 {
	font-size: 85%;
}

#stacks_in_2662 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2663 {
	font-size: 85%;
}

#stacks_in_2668 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2669 {
	font-size: 85%;
}

#stacks_in_2672 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2673 {
	font-size: 85%;
}

#stacks_in_2676 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2677 {
	font-size: 85%;
}

#stacks_in_2680 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2681 {
	font-size: 85%;
}

#stacks_in_2686 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2687 {
	font-size: 85%;
}

#stacks_in_2690 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2691 {
	font-size: 85%;
}

#stacks_in_2694 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2695 {
	font-size: 85%;
}

#stacks_in_2698 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2699 {
	font-size: 85%;
}

#stacks_in_2704 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2705 {
	font-size: 85%;
}

#stacks_in_2708 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2709 {
	font-size: 85%;
}

#stacks_in_2712 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2713 {
	font-size: 85%;
}

#stacks_in_2716 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2717 {
	font-size: 85%;
}

#stacks_in_2722 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2723 {
	font-size: 85%;
}

#stacks_in_2726 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2727 {
	font-size: 85%;
}

#stacks_in_2730 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2731 {
	font-size: 85%;
}

#stacks_in_2734 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2735 {
	font-size: 85%;
}

#stacks_in_2740 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2741 {
	font-size: 85%;
}

#stacks_in_2744 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2745 {
	font-size: 85%;
}

#stacks_in_2748 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2749 {
	font-size: 85%;
}

#stacks_in_2752 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2753 {
	font-size: 85%;
}

#stacks_in_2758 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2759 {
	font-size: 85%;
}

#stacks_in_2762 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2763 {
	font-size: 85%;
}

#stacks_in_2766 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2767 {
	font-size: 85%;
}

#stacks_in_2770 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2771 {
	font-size: 85%;
}

#stacks_in_2776 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2777 {
	font-size: 85%;
}

#stacks_in_2780 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2781 {
	font-size: 85%;
}

#stacks_in_2784 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2785 {
	font-size: 85%;
}

#stacks_in_2788 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2789 {
	font-size: 85%;
}

#stacks_in_2803 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2804 {
	font-size: 85%;
}

#stacks_in_2807 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2808 {
	font-size: 85%;
}

#stacks_in_2811 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2812 {
	font-size: 85%;
}

#stacks_in_2815 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2816 {
	font-size: 85%;
}

#stacks_in_2821 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2822 {
	font-size: 85%;
}

#stacks_in_2825 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2826 {
	font-size: 85%;
}

#stacks_in_2829 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2830 {
	font-size: 85%;
}

#stacks_in_2833 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2834 {
	font-size: 85%;
}

#stacks_in_2839 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2840 {
	font-size: 85%;
}

#stacks_in_2843 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2844 {
	font-size: 85%;
}

#stacks_in_2847 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2848 {
	font-size: 85%;
}

#stacks_in_2851 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2852 {
	font-size: 85%;
}

#stacks_in_2857 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2858 {
	font-size: 85%;
}

#stacks_in_2861 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2862 {
	font-size: 85%;
}

#stacks_in_2865 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2866 {
	font-size: 85%;
}

#stacks_in_2869 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2870 {
	font-size: 85%;
}

#stacks_in_2875 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2876 {
	font-size: 85%;
}

#stacks_in_2879 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2880 {
	font-size: 85%;
}

#stacks_in_2883 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2884 {
	font-size: 85%;
}

#stacks_in_2887 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2888 {
	font-size: 85%;
}

#stacks_in_2893 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2894 {
	font-size: 85%;
}

#stacks_in_2897 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2898 {
	font-size: 85%;
}

#stacks_in_2901 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2902 {
	font-size: 85%;
}

#stacks_in_2905 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2906 {
	font-size: 85%;
}

#stacks_in_2911 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2912 {
	font-size: 85%;
}

#stacks_in_2915 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2916 {
	font-size: 85%;
}

#stacks_in_2919 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2920 {
	font-size: 85%;
}

#stacks_in_2923 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2924 {
	font-size: 85%;
}

#stacks_in_2929 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2930 {
	font-size: 85%;
}

#stacks_in_2933 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2934 {
	font-size: 85%;
}

#stacks_in_2937 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2938 {
	font-size: 85%;
}

#stacks_in_2941 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2942 {
	font-size: 85%;
}

#stacks_in_2947 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2948 {
	font-size: 85%;
}

#stacks_in_2951 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2952 {
	font-size: 85%;
}

#stacks_in_2955 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2956 {
	font-size: 85%;
}

#stacks_in_2959 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2960 {
	font-size: 85%;
}

#stacks_in_2965 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2966 {
	font-size: 85%;
}

#stacks_in_2969 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2970 {
	font-size: 85%;
}

#stacks_in_2973 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2974 {
	font-size: 85%;
}

#stacks_in_2977 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2978 {
	font-size: 85%;
}

#stacks_in_2983 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2984 {
	font-size: 85%;
}

#stacks_in_2987 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2988 {
	font-size: 85%;
}

#stacks_in_2991 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2992 {
	font-size: 85%;
}

#stacks_in_2995 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2996 {
	font-size: 85%;
}

#stacks_in_3001 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3002 {
	font-size: 85%;
}

#stacks_in_3005 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3006 {
	font-size: 85%;
}

#stacks_in_3009 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3010 {
	font-size: 85%;
}

#stacks_in_3013 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3014 {
	font-size: 85%;
}

#stacks_in_3758 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3759 {
	font-size: 85%;
}

#stacks_in_3762 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3763 {
	font-size: 85%;
}

#stacks_in_3766 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3767 {
	font-size: 85%;
}

#stacks_in_3770 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3771 {
	font-size: 85%;
}

#stacks_in_3019 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3020 {
	font-size: 85%;
}

#stacks_in_3023 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3024 {
	font-size: 85%;
}

#stacks_in_3027 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3028 {
	font-size: 85%;
}

#stacks_in_3031 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3032 {
	font-size: 85%;
}

#stacks_in_3037 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3038 {
	font-size: 85%;
}

#stacks_in_3041 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3042 {
	font-size: 85%;
}

#stacks_in_3045 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3046 {
	font-size: 85%;
}

#stacks_in_3049 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3050 {
	font-size: 85%;
}

#stacks_in_3794 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3795 {
	font-size: 85%;
}

#stacks_in_3798 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3799 {
	font-size: 85%;
}

#stacks_in_3802 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3803 {
	font-size: 85%;
}

#stacks_in_3806 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3807 {
	font-size: 85%;
}

#stacks_in_3812 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3813 {
	font-size: 85%;
}

#stacks_in_3816 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3817 {
	font-size: 85%;
}

#stacks_in_3820 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3821 {
	font-size: 85%;
}

#stacks_in_3824 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3825 {
	font-size: 85%;
}

#stacks_in_3830 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3831 {
	font-size: 85%;
}

#stacks_in_3834 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3835 {
	font-size: 85%;
}

#stacks_in_3838 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3839 {
	font-size: 85%;
}

#stacks_in_3842 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3843 {
	font-size: 85%;
}

#stacks_in_3848 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3849 {
	font-size: 85%;
}

#stacks_in_3852 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3853 {
	font-size: 85%;
}

#stacks_in_3856 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3857 {
	font-size: 85%;
}

#stacks_in_3860 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3861 {
	font-size: 85%;
}

#stacks_in_3866 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3867 {
	font-size: 85%;
}

#stacks_in_3870 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3871 {
	font-size: 85%;
}

#stacks_in_3874 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3875 {
	font-size: 85%;
}

#stacks_in_3878 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3879 {
	font-size: 85%;
}

#stacks_in_3884 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3885 {
	font-size: 85%;
}

#stacks_in_3888 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3889 {
	font-size: 85%;
}

#stacks_in_3892 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3893 {
	font-size: 85%;
}

#stacks_in_3896 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3897 {
	font-size: 85%;
}

#stacks_in_3902 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3903 {
	font-size: 85%;
}

#stacks_in_3906 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3907 {
	font-size: 85%;
}

#stacks_in_3910 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3911 {
	font-size: 85%;
}

#stacks_in_3914 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3915 {
	font-size: 85%;
}

#stacks_in_3920 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3921 {
	font-size: 85%;
}

#stacks_in_3924 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3925 {
	font-size: 85%;
}

#stacks_in_3928 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3929 {
	font-size: 85%;
}

#stacks_in_3932 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3933 {
	font-size: 85%;
}

#stacks_in_3938 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3939 {
	font-size: 85%;
}

#stacks_in_3942 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3943 {
	font-size: 85%;
}

#stacks_in_3946 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3947 {
	font-size: 85%;
}

#stacks_in_3950 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3951 {
	font-size: 85%;
}

#stacks_in_3956 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3957 {
	font-size: 85%;
}

#stacks_in_3960 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3961 {
	font-size: 85%;
}

#stacks_in_3964 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3965 {
	font-size: 85%;
}

#stacks_in_3968 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3969 {
	font-size: 85%;
}

#stacks_in_3974 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3975 {
	font-size: 85%;
}

#stacks_in_3978 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3979 {
	font-size: 85%;
}

#stacks_in_3982 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3983 {
	font-size: 85%;
}

#stacks_in_3986 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_3987 {
	font-size: 85%;
}

#stacks_in_66 {
	padding:  10px;
}

#stacks_in_67 {
	font-size: 125%;
}

#stacks_in_4010_1 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 20px 0px;
}

#stacks_in_4010_3 {
	font-weight: bold;
}

#stacks_in_4010_1_1 {
	background-color: rgba(52, 54, 103, 0.74);
	padding:  10px;
}

#stacks_in_4010_1_2 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 10px 0px 10px;
}

#stacks_in_4010_1_3 {
	font-weight: bold;
}

#stacks_in_4010_1_4 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 10px 0px 10px;
}

#stacks_in_4010_1_5 {
	font-size: 110%;
	font-weight: bold;
}

#stacks_in_4010_1_6 {
	padding: 0px 10px 0px 10px;
}
