#exercise{  
  max-width: 800px; 
}

/*#exercise{    
  padding-top:20px;  
  clear:both;
  overflow: hidden;  
  max-width: 800px; 
  margin: 0px auto;       
  min-height:600px;
  text-align: center;
  background: transparent;
  border:0px;        
}
*/
#exercise #sentence{
  max-width: 800px;
  color:#2d3e4f;
  font-size: 22px;
  line-height: 1.3em;      
  font-weight: 300;
  padding:15px 20px;    
  margin-bottom:20px;    
}

#exercise #solution,#status{
  text-align: center;
}

#exercise #solution{
  text-align: left;
  text-align: center;
  margin-bottom: 10px;
}

#exercise #orderDots img{
  margin:0px 30px; /* top+bottom left+right */
  border: 1px solid lightgray;    
}

blur{
  background-color: #e74c3c;  
  border-radius: 5px;
  color:white;
}

#exercise h2{
  margin: 10px 0px;
}

#exercise h3{
  margin: 10px 0px;
}

/******************* ORDER ITEMS ********************************/
#content #orderDots{
  margin-top: 30px;
}

#content .orderDot{
  border-radius:20px; 
  display:inline-block; 
  margin:0px 5px;
  vertical-align:middle; 
  width:20px;
  height:20px; 
}
#content .orderDot.gray{
  background-color: #bcc3c7;
}
#content .orderDot.red{
  background-color: #e55043;
}
#content .orderDot.orange{
  background-color: #fea228;
}
#content .orderDot.blue{
  background-color: #76b8fd;
}
#content .orderDot.selected{
  border:2px solid #839495;
}
#content .orderDot.green{
  background-color: #16ca68;
}

#content table.finalBoard img{
  width: 40px;
}

/********** SOUNDS ***********/
#audios{  
  margin:10px;
  margin-top: 20px; 
  border-radius: 3px;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);  
}

#sound{   
  margin:20px auto;
  display: flex;  
  justify-content: center;  
  align-items: center;
    
  background-color: #dff9fb;
  cursor: pointer;
  border: 3px solid #80d5de;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}
#sound img{
  height: 50px;
  opacity: 0.4;
  border:0px;
}

#sound:hover{   
  border:3px solid #16a6fc;
}
#sound:hover img{   
  opacity: 0.7;
}

#sound.playing{
  border:3px solid #16a6fc;
}
#sound.playing img{
  opacity: 0.7;
}
