/* 10-06-21 15-08 changed to overflow hiden and lyer 10 auto v3*/

.ui-select .ui-btn select{
font-size: 50px;
}
#Layer10
{
   overflow: auto;

}

body{
  position: fixed;
  overflow: hidden;
 
}
@-webkit-keyframes transform-bounce-in-down
{
   0% { -webkit-transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -webkit-transform: translate(0px,30px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-bounce-in-down
{
   0% { -moz-transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -moz-transform: translate(0px,30px) rotate(0deg) ;  }
   80% { -moz-transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-o-keyframes transform-bounce-in-down
{
   0% { -o-transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -o-transform: translate(0px,30px) rotate(0deg) ;  }
   80% { -o-transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-ms-keyframes transform-bounce-in-down
{
   0% { -ms-transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -ms-transform: translate(0px,30px) rotate(0deg) ;  }
   80% { -ms-transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce-in-down
{
   0% { transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,30px) rotate(0deg) ;  }
   80% { transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}



.Image1
{
   border: 0px solid #000000;
   box-sizing: border-box;
   padding: 0;
   -webkit-animation: transform-bounce-in-down 900ms linear 0ms 1 normal both;
   -moz-animation: transform-bounce-in-down 900ms linear 0ms 1 normal both;
   animation: transform-bounce-in-down 900ms linear 0ms 1 normal both;
   display: inline-block;
   width: 80%;
   height: 80%;
   vertical-align: top;
   object-fit: contain;
}


.vslider{
}


input[type=range].vslider:hover {
	-webkit-appearance: none;
	-moz-appearance: none;
   appearance: none;
    opacity: 1;
	background: white;
	color: #444;
}

input[type=range].vslider {
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
  transform: rotate(270deg) ;
  width: 400px;
  height: 40px;
  outline: none;
  margin: 0px;
  background: white;
  position: absolute;
   left: 440px;
   top: 250px;
   
}

input[type=range].vslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #777;
  opacity: 0.75;
  width: 25px;
  height: 40px;
  transform: translateY(-10px);
}

input[type=range].vslider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #444;
  color: #888;
  height: 20px;
  width: 400px;
}

input[type=range]::-moz-range-track
{
   text-decoration: none;
   background-color: #444;
   border: 0 solid #010101;
   border-radius: 1px;
   cursor: pointer;
   box-shadow: 1px 1px 1px #000000;
   width: 100%;
   height: 20px;
   color: #888;
}




input[type=range].vslider::-moz-range-thumb
{
   text-decoration: none;
   background-color: #FFFFFF;
   border: 1px solid #000000;
   border-radius: 3px;
   cursor: pointer;
   box-shadow: 1px 1px 1px #000000;
   width: 26px;
   height: 46px;
}


input[type=range].vslider::-ms-track
{
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   border: 16 solid #000000;
   cursor: pointer;
   width: 100%;
   height: 8.4px;
   background: transparent;
}
input[type=range].vslider::-ms-fill-lower
{
   text-decoration: none;
   background-color: #2A6495;
   border: 0 solid #010101;
   border-radius: 2px;
   box-shadow: 1px 1px 1px #000000;
}
input[type=range].vslider::-ms-fill-upper
{
   text-decoration: none;
   background-color: #3071A9;
   border: 0 solid #010101;
   border-radius: 2px;
   box-shadow: 1px 1px 1px #000000;
}
input[type=range].vslider::-ms-thumb
{
   text-decoration: none;
   background-color: #FFFFFF;
   border: 1px solid #000000;
   border-radius: 3px;
   cursor: pointer;
   box-shadow: 1px 1px 1px #000000;
   width: 25px;
   height: 40px;
   transform: translateY(2px);
}
input[type=range].vslider:focus::-ms-fill-lower
{
   text-decoration: none;
   background-color: #3071A9;
}
input[type=range].vslider:focus::-ms-fill-upper
{
   text-decoration: none;
   background-color: #367EBD;
}

#mainb
{
   text-decoration: none;
   background-color: #4A8DB8;
   margin: 0px 0px 0px 0px;
   height: 600px;
   max-width: 900px;
}

#pop
{
   text-align: center;
   text-decoration: none;
   background-color: #000FFF;
   border-radius: 10px;
   width: 300px;
   border-bottom: 4px solid #CCC;
   position: absolute;
   height: 100px;
   left: 500px;
   display: none;
   top: 120px;
}
#qhead
{
   text-decoration: none;
   background-color: transparent;
   height: 80px;
}
#qcont
{
   font-size: 24px;
   text-decoration: none;
   background-color: transparent;
   margin: 20px 20px 20px 20px;
   height: 400px;
}
#cleft
{
   text-decoration: none;
   background-color: transparent;
   width: 500px;
   padding-left: 60px;
   float: left;
}

#quest
{
   font-family: Arial;
   font-size: 24px;
   text-align: center;
   text-decoration: none;
   color: #0000CD;
   background-color: #FFFFFF;
   padding: 10px 10px 10px 10px;
   min-height: 200px;
}
#gamew
{
   text-decoration: none;
   background-color: transparent;
}
#dropDown
{
   text-decoration: none;
   background-color: transparent;
   width: 850px;
   margin-left: 10px;
}
#dropDown p
{
   text-decoration: none;
   background-color: transparent;
   display: inline;
}
#dragDrop div
{

   display: inline-block;
}
#dragDrop
{
   text-align: left;
   text-decoration: none;
   background-color: #FFF8DC;
   width: 680px;
   position: absolute;
   height: 241px;
   left: 119px;
   top: 332px;
}

.frame{
   position: absolute;
   display: flex;
   flex-flow: row nowrap;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
}
.tableau
{
   position: absolute;
   display: block;
   width: 972px;
   height: 640px;
}


.ct-chart {
   position: relative;
   height: 80%;
    
}

.ct-chart {
   position: relative;
   height: 100%;
      display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.buttonold{
	min-width:100px;
	min-height:50px;
	border-radius:10px;
	margin:10px;
	box-shadow: 10px 10px 5px black;
	border-bottom:4px solid #CCC;
	-webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
	cursor: pointer;
	color: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.buttonold:hover {
    /*background-color: #090747; /* Green */
    color: #6600ff;
	
}

.buttonold:active {
/* background-color: #3e8e41;*/
 box-shadow: 0 5px #666;
 transform: translateY(4px);
 color: #99ccff;
 
 }
 /*
 .roundbutton{
	 background-size: 100% 100%;
	 
 }
 */
 #bstart{
	 
	background-image: url(images/bstart.gif); 
 }
 
 #bexit{
	 background-image: url(images/bexit.gif); 
 }

  #ButtonA{
	 background-image: url(images/bexit.gif); 
	 z-index: 1000;
	 
 }
 
 #ButtonB{
	 z-index: 1000;
 }
 #ButtonC{
	 z-index: 1000;
 }
 #ButtonD{
	 z-index: 1000;
 }
 #EditBox{
	 z-index: 1000;
 }

 
 
 #bHelp{
	 background-image: url(images/bHelp.jpg); 
 }
 
 #bspeech{
	 background-image: url(images/bspeech.gif); 
 }
 
 
 #exit{
	 background-image: url(images/exit.gif); 
 }
 
 #myGraph{
	 background-image: url(images/myGraph.jpg); 
 }
 
 #doNotRecord{
	 background-image: url(images/doNotRecord.gif); 
 }
 
 #speed{
	 background-image: url(images/speed.gif); 
 }
 
 #secondChance{
	 background-image: url(images/secondChance.gif); 
 }
 
 #newGame{
	 background-image: url(images/newGame.jpg); 
 }
 
  
 #playAgain{
	 background-image: url(images/playAgain.jpg); 
 }
 
 
  #showStamps2{
	 background-image: url(images/playAgain.jpg); 
 }
 /*
 #Layer8{
	 background-image: url(images/Layer8.png); 
	 background-size: 100% 100%;
	 opacity = 0.5;
 }
 */
 
 #Layer6{
	 background-image: url(images/Layer6.gif); 
	 background-size: 100% 100%;
	 opacity = 0.5;
 }
  #Layer5{
	 background-image: url(images/Layer5.gif); 
	 background-size: 100% 100%;
	 opacity = 0.5;
 }
 /*
  #Layer0{
	 background-image: url(images/Layer0.gif); 
	 background-size: 100% 100%;
	 opacity = 0.5;
 }

  #endMessageLayer{
	 background-image: url(images/endMessageLayer.gif); 
	 background-size: 100% 100%;
	 opacity = 0.5;
 }
  */
  
  #Layer7{
	 background-image: url(images/Layer7.gif); 
	 background-size: 100% 100%;
	 opacity = 1;
 }
 
 
 
 
 
 
#startTheQuizButton{
	
	background-image: url(images/start.gif); 
	background-size: 100% 100%;
 }
 
div#container
{
  
   /*
    position: fixed;
   background-color: #FFDAB9;
   border: 4px solid #FF0000;
   border-radius: 10px;
   top: 0px;
   left: var(--leftscale);
   width: 1000px;
   height: 700px;
   */
  
   z-index: 0;

   transform: scale(var(--scale1, --scale1));
    -ms-transform: scale(var(--scale1, --scale1));
	-webkit-transform: scale(var(--scale1, --scale1));
	-moz-transform: scale(var(--scale1, --scale1));
	transform-origin: left top;
	
}

input[type=button]{
	/*
	min-width:100px;
	min-height:50px;
	border-radius:10px;
	border-bottom:4px solid #CCC;
	color: #FFFFFF;
	background-image: url(images/Play.jpg);
	margin:10px;
	text-shadow:
       3px 3px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF,
       1px 1px 0 #FFF;
	*/
	-webkit-appearance: none;
	-moz-appearance: none;
   appearance: none;
	 -webkit-text-stroke: 1px yellow;
 
  
	   
	background-size: 100% 100%;
	font-weight: bold;
	box-shadow: 10px 10px 5px black;
	-webkit-transition-duration: 0.0s; /* Safari */
    transition-duration: 0.0s;
	cursor: pointer;	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

input[type=button]:hover {
   /* background-color: #090747; /* blue */
    color: #6600ff;
	
}

input[type=button]:active {
 /*background-color: #3e8e41;   /*green*/
 box-shadow: 0 5px #666;
 transform: translateY(4px);
 color: #99ccff;
 
 }
/*

.button {

 -webkit-text-stroke: 0px;

}

*/


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

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

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 9000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

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

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 9001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

pace-running::after {
position: absolute;
background-color: #ffffff;
opacity: 0.1;
top:0;
left: 0;
right: 0;
width: 100%;
height: 100%;
content: ' ',
z-index: 9998;}






.newspaperClass
{
   background-color: #DC143C;
   background-image: none;
   -webkit-animation: newspaper 500ms linear 0ms 1 normal both;
   -moz-animation: newspaper 500ms linear 0ms 1 normal both;
   animation: newspaper 500ms linear 0ms 1 normal both;
}

@-webkit-keyframes newspaper
{
   0% { -webkit-transform: rotate(720deg) scale(0,0) ; opacity: 0;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-moz-keyframes newspaper
{
   0% { -moz-transform: rotate(720deg) scale(0,0) ; opacity: 0;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-o-keyframes newspaper
{
   0% { -o-transform: rotate(720deg) scale(0,0) ; opacity: 0;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-ms-keyframes newspaper
{
   0% { -ms-transform: rotate(720deg) scale(0,0) ; opacity: 0;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@keyframes newspaper
{
   0% { transform: rotate(720deg) scale(0,0) ; opacity: 0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}


.progressTable2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 43px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   border: 0px transparent #000000;
}


@-webkit-keyframes heartbeat-2
{
   0% { -webkit-transform: rotate(0deg) ;  }
   20% { -webkit-transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { -webkit-transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes heartbeat-2
{
   0% { -moz-transform: rotate(0deg) ;  }
   20% { -moz-transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { -moz-transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes heartbeat-2
{
   0% { -o-transform: rotate(0deg) ;  }
   20% { -o-transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { -o-transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes heartbeat-2
{
   0% { -ms-transform: rotate(0deg) ;  }
   20% { -ms-transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { -ms-transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes heartbeat-2
{
   0% { transform: rotate(0deg) ;  }
   20% { transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}

.heartbeat2
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: heartbeat-2;
   -moz-animation-name: heartbeat-2;
   animation-name: heartbeat-2;
   -webkit-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 0ms;
   -moz-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 3;
   -moz-animation-iteration-count: 3;
   animation-iteration-count: 3;
   -webkit-animation-direction: normal;
   -moz-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   -moz-animation-fill-mode: none;
   animation-fill-mode: none;
}

/*
html, body {
  overflow:hidden;
}

body {
  background-color: #942A57;
  margin: 0 auto;
  max-width: 760px;
}

html, body {
  -webkit-box-sizing: none;
  -moz-box-sizing: none;
  box-sizing: none;
}
*/

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body, input, button {
  font-family: Arial;
  font-size: 17px;
  color: #ecf0f1;
}


label {
  display: block;
  margin-bottom: 15px;
}

button {
  background-color: #ecf0f1;
  color: #942A57;
  border: 0;
  padding: 18px 12px;
  margin-left: 6px;
  cursor: pointer;
  outline: none;
}

button:hover {
  background-color: #e74c3c;
  color: #ecf0f1;
}

.gh-fork {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
}

/* dragula-specific example page styles */
.wrapper {
  display: table;
}
.dragulaContainer {
  
  width: 50%;
  text-align: center;
}
.dragulaContainer:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
/*
 * note that styling gu-mirror directly is a bad practice because it's too generic.
 * you're better off giving the draggable elements a unique class and styling that directly!
 */
.dragulaContainer > div,
.gu-mirror {
  margin: 2px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease-in-out;
}
.dragulaContainer > div {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.gu-mirror {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.dragulaContainer .ex-moved {
  background-color: #e74c3c;
}
.dragulaContainer.ex-over {
  background-color: rgba(255, 255, 255, 0.3);
}
#left-lovehandles > div,
#right-lovehandles > div {
  cursor: initial;
}
.handle {
  padding: 0 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: move;
}
.image-thing {
  margin: 20px 0;
  display: block;
  text-align: center;
}
.slack-join {
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
}

.labels{
display: inline-block;
font-family: Arial;
   font-weight: normal;
   font-size: 80px;

}




.words{
	position: relative;
	top: 0;
	display: inline-block;
    color: black;
	background-color: white !important;
    font-size: 25px;
    text-align: center;
	margin: 1;
	opacity: 1;
    background-color: white !important;
    border: solid 0px;
}

.stpder{
	position: relative;
	top: 0;
	display: inline-block;
    color: black;
	background-color: white !important;
    font-size: 30px;
    text-align: center;
    
	width: 50px;
	height: 50px;
	margin: 1;
	opacity: 1;
	
	

    background-color: white !important;

    border: solid 0px;


	
	
}
.receivingBox
{
  display: inline-block;
  position: relative;
	top: 1;
    background-color: white !important;
    border: solid 1px;
	width: 52px;
height: 52px;
	margin: 1;
}


@media print {
 color-adjust: exact!important;  
-webkit-print-color-adjust: exact!important; 
print-color-adjust: exact!important;	
displayTable {
width: 100%
}
}




