// styles for admin area.
// application layout will include this whenever an admin controller is handling request.
.green_text {
  color: green;
}
.orange_text {
  color: orange;
}
