
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.bold{
	font-weight: 600;
}


#spellingQuizHeader{
	margin:0 auto;
	text-align: center;
}

#spellingQuizHeader h1{
	line-height: 43px;
	font-size:42px;
}

.bee{
	vertical-align: middle;
}

.miniborder{
	height:1px;
	width:215px;
	border-bottom: solid 1px #000;
	margin:0 auto;
	  margin-bottom: 40px;
}

.adjusted{
	margin-left:-10px;
}

#spellingQuizWrapper{
	max-width: 900px;
	margin:0 auto;
	display:none;
}


.questionWrapper {
	display:none;
	max-width:900px;
	margin:0 auto;
}

.questionWrapper:first-child{
	display:block;
}

#spellingQuizWrapper ul{
  list-style: none;
  max-width: 310px;

  box-sizing: border-box;
}

#leftSide{
	float: left;
}

#spellingQuizWrapper li{
	float:left;
font-size: 40px;
  width: 310px;
}


#spellingQuizWrapper li:hover{
	cursor: pointer;
}

#spellingQuizWrapper p{
  font-size: 26px;
  text-align: left;
  margin-bottom: 40px;
  padding-left:50px;
}

.circle, .answerspan{
  float: left;
}

.answerspan{
margin-left:5px;
color: #585859;
	}

#rightSide{
	float: right;		
}


.result{
	display:none;
 	 width: 100%;
  	text-align: center;

}

.firstLine{
	font-weight:100;
	font-size:50px;
	display:block;
}

.lastLine{
	font-weight:600;
	font-size:50px;
	display:block;
}

.ribbon{
	display:block;
	margin:0 auto;
}


#launch{
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: 100;
}

#launchbutton{
  width: 100px;
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  background: #ccc;
  border-radius: 100px;
  padding: 10px;
  margin-top:20px;

}

.relaunchbutton{
  width: 180px;
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  background: #ccc;
  border-radius: 100px;
  padding: 10px;
  margin-top:20px;
    font-weight: 100;	
}

#launchbutton:hover, .relaunchbutton:hover{
	cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width : 319px){

body{
	display:none;
}
}
@media only screen and (min-width: 320px) and (max-width : 640px){


#spellingQuizHeader h1{
	line-height: 26px;
	font-size:24px;
}

.bee{
	vertical-align: middle;
	width:40px;
}

.adjusted{
	margin-left:-10px;
}


#rightSide{
float: left;
margin-top: 0;	
}

#leftSide{
	margin-bottom: 0;	
}

.firstLine{
	font-weight:100;
	font-size:35px;
	display:block;
}

.lastLine{
	font-weight:600;
	font-size:35px;
	display:block;
}

#spellingQuizWrapper li {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
#spellingQuizWrapper p{
	margin-bottom: 0;
	  font-size: 22px;
}

.circle{
	width:35px;
}


#launch{

  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
    padding-left: 10px;
  padding-right: 10px;
}

}