
/*--- Text styling ---*/

.rust-text{
  color:#A55D35;
}

.purple-text{
  color:#4B0082;
}

.turquoise-text{
  color:#00CED1;
}

.light-green-text{
  color:#228B22;
}

.dark-taupe-text{
  color:#483c32;
}

.black-text{
  color:#000022;
}

.fuschia-text{
  color:#BF00BF;
}

.olive-green-text{
  color:#556b2f;
}

.orange-text{
  color:#f28500;
}

.teale-text{
  color:#008080;
}

.glyphicon-sort{
  padding-left:0;
  font-size:40px;
  color: #C8BCAC;
  cursor:n-resize;
}

.statement{
  cursor:default;
}

.swappableElement{
  padding:10px;
  background-color: white;
  line-height:24px;
  margin-bottom: 10px;
  border:1px solid #C8BCAC;
}

.correct-holder{
  display:none;
}

.highlight-connective{
  background-color:yellow;
}


.correct-holder .highlight {
  background-color: transparent!important;
  font-style: normal; 
}


.correct-holder .highlight {
  background-color: transparent!important;
  font-style: normal; 
}

