
body {
background: steelblue;
font-family: sans-serif;
  background-size: cover;
}

.pagearea {
  position:absolute;
  left:20px;
  top:20px;
  right:20px;
  bottom:20px;
     user-select: none;
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
     -o-user-select: none;
}

.game {
  opacity: 1;
  width:820px;
  height:420px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 500ms ease-in-out !important;
  transition: all 500ms ease-in-out !important;
  position: absolute;
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;

}

#Game_Area {
	z-index:1;
}

#gamearea{
    margin: 10px 13px;
}

#copyright {
  font-size: 0.7em;
  color: white;
  background-color: rgba(0,0,0,0.2);
  float: right;
    margin: 0px;
    padding: 3px;
    position: absolute;
    bottom: 0;
    right: 15px;
}

form {
  position:relative;
  width:100%;
}

.tb_list p {
	margin-block-start: 8px;
    margin-block-end: 8px;
}

.tb_list {
	top:0px;
   position: relative;
  float:right;
    padding: 0 15px 6px 15px;
  	border-color: white;
  	border-radius: 15px;
  	border-width: 5px;
  	border-style: double;
}

legend {
 	color:white;
      font-weight: bold;
}

select {
 	font-size:16px; 
}

#topicbox{
    font-size: 0.9em;
    width: 400px;
    height: 40;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0,0,0,0);
    float: left;
    color: white;
    margin-top: 10px;
    line-height: 0.9;
}

.tb {
  	top:0px;
  	position:relative;
  float:left;
    border: 5px double white;
    border-radius: 15px;
  	background-color: rgba(0,0,0,0.3);
	color: white;
    padding: 0 15px 6px 15px;
  	width: fit-content;
}

h1, h2, h3 {
color: white;
padding: 7px 20px;
margin: 5px 0;
text-align: center;
}



#quest {
    width:100%;
    box-sizing: border-box;
	height: 260px;
	font-size: 13px;
	background-color: rgba(255,255,255,0.7);
	border: 5px solid white;
	border-radius: 15px;
  	position:relative;
  	float:left;
  	margin-top:10px;
  	padding: 10px;
  overflow-y: scroll;
  
}

.ta{
 height: 200px; 
 width: 580px;
}
.textarea,
[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

.id {
 	width:80px;
  float:left; 	 
}

.text{
 	width:700px;
  float:right;
  display: block;
    font-size:13px;
}

.text a{
    text-decoration: none;
    color: black;
}



.rows{
 	padding: 5px 0; 
  display:flex;
    border-bottom: solid 1px gray;
}

.highlight {
	background-color: yellow;
}


#Instruction_Score {
	z-index:3;
}

.box{
background: #eee;
height: 65px;
width: 75px;
float: left;
margin: 10px 10px;
text-align: center;
padding-top: 20px;
font-size: 36pt;
cursor: pointer;
}

.box:empty {
	background-color:rgba(240, 240, 240, 0.3);
}

.nonbox{
background: #eee;
height: 65px;
width: 125px;
float: left;
margin: 10px 15px;
text-align: center;
padding-top: 20px;
font-size: 36pt;
cursor: pointer;
}


#question, #title{
	width: 320px;
	float: left;
  	background-color: rgba(0,0,0,0.1);
}

#feedback {
width: 380px;
height: 35px;
float: left;
text-align:center;
padding: 5px;
  border:5px double white;
  border-radius:15px;
  background-color: rgba(255,255,255,0.7);
  margin: 10px 12px;
}

#quest img {
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  float: right;
    margin-right: 5px;
}

#score_col{
  column-count: 2;  
  column-fill: balance;
}

h4 {
	margin-block-start: 2px;
    margin-block-end: 3px;
}

#instructions{
	margin: 80px;
}

#separator {
clear: both;
border-top: solid 1px #ccc;
}




#number1, #number2, #answer, #line, #start, #remainder {
	display:block;
	float:left;
}

#number1 {
	border-left: solid 3px black;
	border-top: solid 3px black;
}

#answer{
	margin-left: 193px;
}

#u4{
	float:right;
}

#remainder{
	font-size: 36pt;
}

#line{
	width:100%;
}

hr{
	border: 2px solid #e0e0e0;
	margin:0px;
}

#checkbutton, #listbutton {
float:right;
//width: 270px;
margin: 30px 0 10px 20px;
text-align:center;
}

#checkbutton h1, #listbutton h1 {
	padding: 5px 20px;
	margin: 2px auto;
	cursor: pointer;
border: double white 5px;
border-radius: 15px;
  background-color: rgba(0,0,0,0.3);
}

#checkSend{
 	display:none; 
  background-color: rgba(255,255,255,0.9);
  font-size:1.5em;
   position: absolute;
   top: 20;
   right: 20;
   bottom: 20;
   left: 20;  
  border-radius: 15px;
  padding: 30px;
  z-index:-1;
}

.S_button {
 	width: 200px;
    font-size: 1.5em;
  border: 4px solid black;
  border-radius: 15px;
  background-color: red;
  color: white;
  position: absolute;
  bottom:30px;
  float: right;
      text-align: center;
    padding: 5px;
  cursor: grab;
}

#okSend, #editSend {
	right: 30px;
    background-color: green; 
}

.send{
 	padding: 10px 30px;
  	background: white;
  
}

/* Tooltip text */
.tb .tooltiptext, .ta .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #ff9;
  color: #000;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 00%;
  left: 105%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.ta {
	position: relative;
  	float: left;
    width: 580px;
    margin-bottom: 10px;
}

.ta .tooltiptext {
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -15%;
  left: 75%;
  margin-left: -60px;
  height:45px;
}


/* Tooltip arrow */
.tb .tooltiptext::after, .ta .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #ff9  transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tb:hover .tooltiptext, .ta:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.tagArea {
    right: 0px;
    position: absolute;
    column-count: 2;
    column-gap: 5px;
    top: 80px;
}

.emote img {
  width: 100px;
}

.emote {
  position:relative;
  background-color:rgba(45,45,45, 0.3);
  margin: 1px 0px;
}

.emote, .emoteImage {
  color:white;
}

#homophones {
    float: right;
    position: relative;
    text-align: center;
    margin: 0 5px;
    width:35%;
    font-size: 13px;
}

#SpagReturn {
    float: left;
    margin: -5;
}

