
.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_12 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_12 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_6 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_6 {
		display: none !important;
	}
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_9 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_9 {
		display: none !important;
	}
}
/* -- Start explicitcheck Each css Template -- */

#stacks_in_13explicit-modal *{
	box-sizing: border-box;
}



#stacks_in_13explicit-modal {
	display: none;
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.90) !important;
	cursor: pointer;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
	z-index: 101001;
}



.stacks_in_13table{
	display: table;
	width: 100%;
	height: 100%;
}

.stacks_in_13cell{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

#stacks_in_13explicit-modal .stacks_in_13modal {
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
}






#stacks_in_13explicit-modal .stacks_in_13modal {
	display: block;
	max-width: 600px;
	background-color: rgba(255, 255, 255, 1.00);
	z-index: 1;
	position: relative;
	margin: auto;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	overflow: hidden;
}



#stacks_in_13explicit-modal .stacks_in_13modal-title {
  font-size: 1.5em;
  font-weight: bold;
  background-color: rgba(255, 34, 75, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding: 10px;
  margin: 0;
  text-align: center;
}

.stacks_in_13modal-body {
  padding: 30px;
}


#stacks_in_13explicit-modal .stacks_in_13modal-footer {
	width: 80%;
	margin: 0 auto 20px auto;
}

.stacks_in_13column{
	float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

.stacks_in_13column *{
    font-size: 1.5em !important;
}

.stacks_in_13no{
	background: rgba(255, 34, 75, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.stacks_in_13yes{
	background: rgba(152, 209, 113, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#stacks_in_13explicit-modal .stacks_in_13modal-footer:after {
    content: "";
    display: table;
    clear: both;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* -- End explicitcheck Each css Template -- */