input, textarea, select {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
}
.resize{
  overflow:auto;  
  resize:both;
}
.imager{
  width:100%;
}

.clear {
	clear:both;	
}
.hide {
	display:none;	
}
.invisible {
	visibility: hidden;	
}
.inactive{
	color:rgb(200,200,200) ;
}
.center{
  transform: scale(1.5,1);
  margin-left:auto;
  margin-right:auto;
  width:65%;
 
}

.color1{
	background-color: rgb(61,65,204);
}
.color2{
	background-color: rgb(255,174,0);
}
.color3{
	background-color: rgb(222,64,75);
}
.color4{
		background-color: rgb(146,148,0);
}
.color5{
	background-color: rgb(158,219,255);
}
.color6{
	background-color: rgb(233,135,0);
}


.reward{
	border-style:solid;
	border-width: 15px;
	border-color:rgb(220,147,21);
	height:100%;
	/*min-height: 200px;*/
	border-radius: 10px;
}
.reward.active{
	border-color:rgb(255,249,276);
}
.fillWidth{
	width: 500px;
	height: auto;

}

.white {
        background-color:#ffffff;
    }
/* .fillWidth {
	height: auto;
    
} */

 .problem {
 	float: left;
 	border-style:solid;
 	border-color:black;
 	text-align:center;
 	min-width:150px;
 	font-size:50pt;
 }
 .nopadding{
 	padding: 0 !important;
 	margin: 0 !important;
 }
 #answer{
 	 font-size: 40px;
 	 margin:auto;
 }

/* Center rendered markdown and prompt text */
#question, #answer, #prompt, #prompt .answer, .popup .answer {
  text-align: center;
}


#buttons{
	z-index: 1;
}
#prompt{
	position: relative;
	min-height: 500px;
}

.rewardImg{
	width:100%;
}
.name{
  font-size:2em;
  width:4em;

}

.score{
  font-size:2em;
  width:4em;
  
}
.spin{
  font-size:2em;
  width:4em;
  
}
.spinButton {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
  background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
  background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
  background-image: -o-linear-gradient(top, #d93434, #b82b2b);
  background-image: linear-gradient(to bottom, #d93434, #b82b2b);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 2em;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  /*padding: 1em 0.5em 2em 0.5em;*/
  text-decoration: none;
  width: 4em;
  height: 4em
}
.popup {
    position: relative;
    display: inline-block;
    /*cursor: pointer;*/
}

/* The actual popup (appears on top) */
.popup .popuptext {
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 2;

}
