/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.ncsu-reporter__title {
  font-weight: bold;
  font-family: 'UniversRoman', arial, sans-serif; }

.ncsu-reporter__meta {
  display: inline-block;
  width: 100%; }

.ncsu-reporter__description {
  margin: 1rem 0; }

.ncsu-reporter__instances {
  margin: 0;
  padding: 0; }

.ncsu-reporter__instance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  float: left;
  width: 100%;
  margin-bottom: 5rem; }
  .ncsu-reporter__instance:before {
    display: none; }

.ncsu-reporter__instance-title {
  font-weight: bold;
  font-family: 'UniversRoman', arial, sans-serif; }

.ncsu-reporter__instance-date-block {
  display: block;
  float: left;
  background: #cc0000;
  color: #fff;
  font-family: 'GlyphaLight', Georgia, serif;
  text-align: center;
  padding: 1em 0.5em;
  margin: 0 1em auto 0;
  min-width: 8rem; }

.ncsu-reporter__instance-date-month {
  font-size: 1.25em;
  display: block;
  width: 100%;
  line-height: 1.75; }

.ncsu-reporter__instance-date-day {
  font-size: 2.75em;
  display: block;
  width: 100%;
  line-height: 1; }

a.ncsu-reporter__instance-reglink {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.25em;
  margin: 1rem 0 1rem 0; }
  a.ncsu-reporter__instance-reglink .right-arrow {
    position: relative;
    vertical-align: text-top; }
    a.ncsu-reporter__instance-reglink .right-arrow svg {
      fill: #cc0000;
      position: absolute;
      left: 0;
      -webkit-transition: left .2s ease;
      -o-transition: left .2s ease;
      transition: left .2s ease;
      width: 1.5em;
      height: 1.5em;
      margin-left: 0.25em;
      margin-right: 0.5em; }
  a.ncsu-reporter__instance-reglink:hover .right-arrow svg, a.ncsu-reporter__instance-reglink:focus .right-arrow svg, a.ncsu-reporter__instance-reglink:active .right-arrow svg {
    fill: #990000;
    left: 0.25em;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
