﻿#viewFrame {
  padding-top: 10px;
  padding-bottom: 7px;
}
.courseToggle {
  text-decoration: none;
}
.courseToggle:after {
  content: "";
  background-image: url('../../Content/Images/miller-chevron-right.png');
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: right;
  transform: rotate(90deg);
}
.courseToggle.collapsed:after {
  background-position-x: inherit;
  transform: rotate(0deg);
}