.activity-controls
{
	text-align: left;
}

#sentence-container, #next-sentence-btn
{
	display: none;
}

#sentences .glyphicon 
{
  font-size: 22px;
  color: #fff;
}

#sentences
{
	position: relative;
	background-color: #006575;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	z-index: 100;
}

#sentences input
{
	color: #000;
}

.incorrect
{
	background-color: #e53935!important
}

.correct
{
	background-color: #4caf50!important;
}

#correct-sentence-btn
{
	cursor: pointer;
	
}

#correct-sentence-btn.disabled {
	cursor: not-allowed;	
}


#correct-sentence {
	position: relative;
	z-index:0;
	display:none;
	background:#366E77;
	color:#FFF;
	padding:20px;
	font-size:20px;
}


