/*
Project: 16-17_3-7
Author: Richy Thomas
Pallette: Blue: rgba(82,85,100,1); Grey: rgba(116,130,143,1); Red: rgba(194,91,86,1); White: rgba(255,255,255,1);
*/


.editable-word:hover {
  background: #FFFFB2!important;
}

.editable-word:focus {
   background: #FFFFB2!important;
   font-weight: 700;
}

.edited-word{
	background: #FFFFB2!important;
	font-weight: 700;
}

.suggested-highlight {
  background: #FFFFB2!important;
}

/* Suggested Response */

#suggestedResponse {
  display: none;
  margin-top: 20px;
}

#suggestedResponse.well p:last-child {
  margin-bottom: 0;
}



/* Tablet */
@media(min-width: 768px){


}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {

}
