/*
// Copyright Just2easy Limited 2010,16 all rights reserved.
*/

 body.spelling .alien {
    width: 310px;
    height: 400px;
    background-position: -70px -50px;
}
  
  body.spelling #qBox .alien,  body.spelling .resInfo .alien {
  	width: 190px;
  	padding: 0px;
  	height: 210px;
  	display: inline-block;
  	position: relative;
  	top: -170px;
  	left: -40px;
  	float: left;
  	margin-right:-150px;
  	background-size: 762px 210px;
  	background-position: -20px -0px;
  }
  
   body.spelling #qBox.wrong .alien {
	background-position: -270px -0px;
	width: 210px;
	margin-right: -210px;
	left:-60px;
	}
  
   body.spelling #qBox.right .alien {
	background-position: -500px -0px;
	width: 220px;
	margin-right: -220px;
	left:-90px;
	}
  
   body.spelling #leaderboard .alien, body.spelling #results .alien .character {
	width: 160px;
	background-size: 762px 210px;
	background-position: -30px -16px;
}

  body.spelling #results .alien .character {
	height: 200px;
	width:160px;
    position: relative;
    top: 240px;
    left: 120px;
}

@media (max-width: 979px) {
	 body.spelling #leaderboard .alien {
		width: 114px;
		height:126px;
		background-size: 457.2px 126px;
		background-position: -12px -3px;
	}
}/*
// Copyright Just2easy Limited 2010,16 all rights reserved.
*/

 body.spelling .alien,  body.spelling #results .alien .character {
  	background-image:url('/assets/blast/pirates/parrot-red.png');
  }
