/*
Project: 15-16_37
Activity: 1.4 - Building analytical writing
Author: Richy Thomas
*/


.dl-horizontal dt, .dl-horizontal dd {
  font-size: 1.15em!important;
}

.orange {
  color: rgba(255,102,0,1);
}

.red {
  color: rgba(255,0,0,1);
}

.green {
  color: rgba(34,139,34,1)
}

.highlight.highlight-orange.on {
  color: rgba(255,102,0,1);
}

.highlight.highlight-red.on {
  color: rgba(255,0,0,1);
}

.highlight.highlight-green.on {
  color: rgba(34,139,34,1)
}