
#stacks_out_1_page23 {
	width: 80%;
}


/* General */

#stacks_in_20_page23 *,
#stacks_in_20_page23 *::before,
#stacks_in_20_page23 *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Comment area styling */

#guestbookstacks_in_20_page23.card {
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(229, 229, 229, 1.00);
  border-radius: .25rem;
}

#guestbookstacks_in_20_page23.card .guest-item {
  margin: .75rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.00);
  border: 1px solid rgba(229, 229, 229, 1.00);
  border-radius: .25rem;
  position: relative;
}

#guest-messages-stacks_in_20_page23 .guest-item.oddFill {
  background-color: rgba(255, 255, 255, 0.00)
}

/* Pagination */

#stacks_in_20_page23 .pagination {
  margin-top: 0rem;
  margin-bottom: .5rem;
  display: inline-block;
  padding: 1rem;
  list-style: none;
  border-radius: .25rem;
}

#stacks_in_20_page23 ul.pagination li {
  display: block;
  float: left;
}

#stacks_in_20_page23 .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgba(85, 85, 85, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px solid rgba(229, 229, 229, 1.00);
  text-decoration: none;
}

#stacks_in_20_page23 .page-item.disabled .page-link {
  color: rgba(85, 85, 85, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  pointer-events: none;
  cursor: auto;
  opacity: 0.50;
}

#stacks_in_20_page23 .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#stacks_in_20_page23 .active .page-link {
  z-index: 1;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 123, 255, 1.00);
  border-color: rgba(0, 123, 255, 1.00);
}

/* Form styling */

#reviewFormstacks_in_20_page23 {
  display: none;
  width: calc(100% - 2rem);
}

#reviewFormstacks_in_20_page23 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(234, 234, 234, 1.00);
}

#stacks_in_20_page23 input[type="text"],
#stacks_in_20_page23 textarea {
  display: inline-block;
  *display: inline;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0.75rem;
  font: inherit;
  line-height: 1;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(255, 255, 255, 0.00);
  border: 1px solid rgba(234, 234, 234, 1.00);
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: all 300ms ease-in-out;
  outline: none;
}

#stacks_in_20_page23 input[type="text"] {
  display: block;
}

#stacks_in_20_page23 textarea {
  display: block;
  resize: vertical;
  line-height: inherit;
  min-height: 150px;
  line-height: 1.5;
}

#stacks_in_20_page23 button::-moz-focus-inner,
#stacks_in_20_page23 input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

#stacks_in_20_page23 input[type="text"]:focus,
#stacks_in_20_page23 textarea:focus {
  border: 1px solid rgba(0, 123, 255, 1.00);
  background-color: rgba(255, 255, 255, 0.00);
  outline: none;
  box-shadow: none;
}

#stacks_in_20_page23 input[name="math"] {
  display: inline-block;
  text-align: center;
  width: 80px;
}

#stacks_in_20_page23 .guestbook form label {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  padding-top: 0.75rem;
  color: rgba(255, 255, 255, 1.00);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #stacks_in_20_page23 .guestbook form label {
    float: left;
    width: 150px;
    text-align: right;
  }
}

#stacks_in_20_page23 .commenter-specialtitle {
  display: none !important;
}

#recaptchastacks_in_20_page23 {
  margin-left: 150px;
}

#stacks_in_20_page23 #resetButtonstacks_in_20_page23 {
  margin-left: 10px;
  background-color: rgba(220, 53, 69, 1.00);
  border: solid 1px rgba(220, 53, 69, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
  float: right;
  padding: .375rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 300ms ease-in-out;
}

#stacks_in_20_page23 #resetButtonstacks_in_20_page23:hover {
  background-color: rgba(187, 45, 59, 1.00);
  border: solid 1px rgba(187, 45, 59, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_20_page23 #resetButtonstacks_in_20_page23 i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_20_page23 #resetButtonstacks_in_20_page23:hover i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_20_page23 #submitButtonstacks_in_20_page23 {
  margin-left: 10px;
  background-color: rgba(0, 123, 255, 1.00);
  border: solid 1px rgba(0, 123, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
  float: right;
  padding: .375rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 300ms ease-in-out;
}

#stacks_in_20_page23 #submitButtonstacks_in_20_page23:hover {
  background-color: rgba(0, 117, 200, 1.00);
  border: solid 1px rgba(0, 117, 200, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_20_page23 #submitButtonstacks_in_20_page23 i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_20_page23 #submitButtonstacks_in_20_page23:hover i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_20_page23 #submitButtonstacks_in_20_page23:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#stacks_in_20_page23 .guestbook form {
  margin: 2rem 1rem;
}

#stacks_in_20_page23 .guestbook form div {
  height: auto;
  overflow: auto;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #stacks_in_20_page23 .guestbook form div {
    margin-left: calc(150px + 10px);
  }

  #stacks_in_20_page23 .guestbook form div.g-recaptcha,
  #stacks_in_20_page23 .guestbook form div.g-recaptcha div {
    margin: auto;
  }
}

#stacks_in_20_page23 .guest-name {
  font-weight: bold;
  margin-left: 2px;
  font-size: 1.5rem;
}

#stacks_in_20_page23 .guest-review-title {
  margin-top: 15px;
  font-weight: bold;
}

#stacks_in_20_page23 .guest-timestamp {
  float: none;
  margin-right: 2px;
}

#stacks_in_20_page23 .guest-message {
  display:block;
  clear:both;
  margin-top:4px;
}

#stacks_in_20_page23 .guestbook-nav {
  margin:5px 0;
  text-align:center;
}



#stacks_in_20_page23 .message-error,
#stacks_in_20_page23 .message-warning {
  padding:5px 10px;
  background-color:#FFDBD8;
  border-top:1px solid #aaa;
}

#stacks_in_20_page23 .message-warning {
  background-color:#DBFFD8;
}

#stacks_in_20_page23 .message-error:first-child,
#stacks_in_20_page23 .message-warning:first-child {
  border-top:none
}

#stacks_in_20_page23 .clear {
  display:block;
  clear:both;
}

#stacks_in_20_page23 .commenter-rate {
  overflow: visible !important;
}

#stacks_in_20_page23 form div.stars {
  width: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: 0;
  overflow: visible;
}

#stacks_in_20_page23 form div.stars {
  width: auto;
  display: inline-block;
  margin-left: 0;
  overflow: visible;
  position: relative;
}

#stacks_in_20_page23 input.star {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 10px;
  left: 150px;
  display: block;
}

#stacks_in_20_page23 form label.star {
  float: right;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 36px;
  line-height: 1.1;
  color: #444;
  transition: all .2s;
}

#stacks_in_20_page23 input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

#stacks_in_20_page23 input.star-5:checked ~ label.star:before {
  /* 5 stars clicked */
}

#stacks_in_20_page23 input.star-1:checked ~ label.star:before {
  /* 1 star clicked */
}

#stacks_in_20_page23 label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

#stacks_in_20_page23 label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

#starsTotal_stacks_in_20_page23 {
  display: none !important;
}

/* Review toggle buttom */

#triggerButtonstacks_in_20_page23 {
  margin: 1rem;
}

#stacks_in_20_page23 .write-review-button {
  display: block;
  padding: .375rem 1rem;
  font-size: 1rem;
  float: none;
  width: calc(100% - 1rem - 1rem);
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 123, 255, 1.00);
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 123, 255, 1.00);
  transition: all 300ms ease-in-out
}

#stacks_in_20_page23 .write-review-button:hover {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 117, 200, 1.00);
  border: 1px solid rgba(0, 117, 200, 1.00);
}

#stacks_in_20_page23 .write-review-button i {
  color: rgba(255, 255, 255, 1.00);
  transition: all 300ms ease-in-out
}

#stacks_in_20_page23 .write-review-button:hover i {
  color: rgba(255, 255, 255, 1.00);
  transition: all 300ms ease-in-out
}





#stacks_in_20_page23 .commenter-verify {
  position: relative;
}

#stacks_in_20_page23 .commenter-verify label.commenter-verify-text {
  margin: 0 0 0 25px;
  font-weight: normal;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0px;
}

#stacks_in_20_page23 .commenter-verify input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: .3rem;
  margin-left: 0rem;
  width: auto;
}



#stacks_in_20_page23 label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

#stacks_in_20_page23 .guest-rating {
  font-family: FontAwesome;
  font-size: 30px;
  color: #FD4;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  #stacks_in_20_page23 .guest-rating {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

#stacks_in_20_page23 .guest-rating-1:after {
  content: '\f005 \f006 \f006 \f006 \f006';
}

#stacks_in_20_page23 .guest-rating-2:after {
  content: '\f005 \f005 \f006 \f006 \f006';
}

#stacks_in_20_page23 .guest-rating-3:after {
  content: '\f005 \f005 \f005 \f006 \f006';
}

#stacks_in_20_page23 .guest-rating-4:after {
  content: '\f005 \f005 \f005 \f005 \f006';
}

#stacks_in_20_page23 .guest-rating-5:after {
  content: '\f005 \f005 \f005 \f005 \f005';
}





/* display toggles */
#stacks_in_20_page23 .commenter-name {
  
}

#stacks_in_20_page23 .guest-timestamp {
  
}

#stacks_in_20_page23 .commenter-rate {
  
}

#stacks_in_20_page23 .commenter-reviewtitle {
  
}

#stacks_in_20_page23 .commenter-comment {
  
}

#stacks_in_20_page23 .commenter-verify {
  
}


#stacks_in_20_page23 div.commenter-comment {
  position: relative;
  padding-bottom: 18px;
}

#stacks_in_20_page23 #commentsStack-character-countstacks_in_20_page23 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: rgba(76, 175, 80, 1.00)
}

#stacks_in_20_page23 #commentsStack-character-countstacks_in_20_page23.overCharacterLimit {
  color: rgba(255, 0, 0, 1.00)
}










#stacks_in_20_page23 {
	background-color: rgba(17, 128, 2, 0.51);
}
  #stacks_in_22_page23{visibility:hidden}

#stacks_in_21_page23 .bar-row {
	display: flex;
	margin: 1rem 0;
	line-height: 1.75rem;
}

#stacks_in_21_page23 .bar-qty {
	white-space: nowrap;
}

#stacks_in_21_page23 .bar {
	width: 100%;
	height: 1.75rem;
	border: 1px solid rgba(205, 205, 205, 1.00);
	background-color: rgba(247, 247, 247, 1.00);
	border-radius: 0.25rem;
	margin: 0 0.5rem;
	overflow: hidden;
}

#stacks_in_21_page23 .bar-fill {
	background-color: rgba(254, 164, 27, 1.00);
	height: 100%;
	-webkit-animation: barslidein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: barslidein 1s; /* Firefox < 16 */
	-ms-animation: barslidein 1s; /* Internet Explorer */
	-o-animation: barslidein 1s; /* Opera < 12.1 */
	animation: barslidein 1s;
}

@keyframes barslidein {
from { margin-left: -100%; }
to   { margin-left: 0px; }
}

/* Firefox < 16 */
@-moz-keyframes barslidein {
from { margin-left: -100%; }
to   { margin-left: 0px; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes barslidein {
from { margin-left: -100%; }
to   { margin-left: 0px; }
}

/* Internet Explorer */
@-ms-keyframes barslidein {
from { margin-left: -100%; }
to   { margin-left: 0px; }
}

#stacks_in_21_page23 .bar-percent-total,
#stacks_in_21_page23 .bar-sum-total {
	flex-basis: 3rem;
	display: none;
}


#stacks_in_21_page23 .bar-percent-total {
	display: inline;
}










#stacks_out_24_page23 {
	width: 60%;
}
#stacks_in_p24_n1_page23_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_p24_n1_page23 a:link, #stacks_in_p24_n1_page23 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	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_p24_n1_page23 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p24_n1_page23 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_out_p24_n1_page23 {
	width: 68%;
}
