.biscuitbox {
  display: none;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 9999; }

.biscuitbox.biscuitbox-display-top {
  bottom: auto;
  top: 0; }

.biscuitbox-wrapper {
  display: flex;
  flex-flow: row wrap; }

.biscuitbox-wrapper > * {
  flex: 1 100%; }

.biscuitbox-button {
  text-align: center; }
#com_barthpartners_biscuitbox_stacks_in_4_page3.biscuitbox {
  justify-content: center;
  z-index: 9999; }

#com_barthpartners_biscuitbox_stacks_in_4_page3 .biscuitbox-wrapper {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%; }

@media screen and (max-width: 600px) {
  .biscuitbox-info-text {
    padding-bottom: 1em; }
  .biscuitbox-btnaccept {
    padding-bottom: 5px; } }

@media screen and (min-width: 600px) {
  .biscuitbox-info-text {
    padding-bottom: 1em; }
  .biscuitbox-button {
    flex: 1 auto; } }

@media screen and (min-width: 800px) {
  .biscuitbox-info-text {
    padding-bottom: 1em; }
  .biscuitbox-btnaccept {
    order: 1; }
  .biscuitbox-btndecline {
    order: 2; } }
#stacks_in_8_page3_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_8_page3 a:link, #stacks_in_8_page3 a:visited {
	background-color:#474747;
	background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#2A2A2A));
	border:1px solid #2A2A2A;
	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_8_page3 a:hover {
	background-color:#4C4C4C;
	background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#252525));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_8_page3 a:active {
	background-color:#474747;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



