*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --clr-nrc-blue: #001871;
  --clr-nrc-blue-lt: #ccccdd;
  --clr-nrc-green: #007367;
  --clr-nrc-orange: #c69214;
  --clr-nrc-orange-lt: #f2ede2;
  --clr-neutral: #fffffe;
  --clr-dark: #000000;
  --ff-primary: 'Open Sans', sans-serif;
  font-size: 62.5%;
}

.nrc_body {
  margin-inline: auto;
  margin-block: 1em;
  width: calc(min(95%, 102.4rem));
}

.nrc_body main {
  color: var(--clr-dark);
  font-family: var(--ff-primary);
  font-size: 1.6rem;
  line-height: normal !important;
}

.nrc_body main a {
  color: var(--clr-nrc-green);
  font-size: inherit;
  text-decoration: underline;
}

.nrc_body main a:hover {
  color: var(--clr-nrc-green);
  text-decoration: none;
}

.nrc_body main h1, .nrc_body main h2, .nrc_body main h3, .nrc_body main h4 {
  font-family: inherit;
  line-height: normal !important;
}

.nrc_body main .sub-hdr {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em 0;
}

.nrc_body main .sub-hdr span {
  font-weight: 400;
}

.nrc_body main .btn-style-link {
  background-color: var(--clr-nrc-orange-lt);
  border: 1px solid var(--clr-nrc-orange);
}

.nrc_body main .btn-style-link a {
  color: var(--clr-nrc-green);
  display: block;
  font-family: var(--ff-primary);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.nrc_body main .btn-style-link a:hover {
  background-color: var(--clr-nrc-green);
  color: var(--clr-neutral);
}

.nrc_body main .btn-style-link a .subtitle {
  display: block;
  font-size: 1rem;
  text-transform: initial;
}

.nrc_body main .release {
  border: 1px solid var(--clr-nrc-orange);
}

.nrc_body main .release img {
  max-width: 400px;
  vertical-align: middle;
  height: auto;
}

@media (max-width: 62.5em) {
  .nrc_body main .release img {
    max-width: 100%;
  }
}

.nrc_body main .release h1 {
  color: var(--clr-nrc-blue);
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0.5em 0;
}

.nrc_body main .release h1 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nrc_body main .release__topic {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.nrc_body main .release__highlights {
  margin: 0;
  padding: 0;
}

.nrc_body main .release__highlights li {
  font-size: 2rem;
  margin-left: 1.5em;
  padding: 0.3em 0;
}

.nrc_body main .release__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}

@media (max-width: 62.5em) {
  .nrc_body main .release__links {
    display: block;
  }
}

.nrc_body main .release__links li {
  margin-right: 1em;
  width: calc(100% / 2);
}

@media (max-width: 62.5em) {
  .nrc_body main .release__links li {
    margin-top: 1em;
  }
}

.nrc_body main .release__links li:last-child {
  margin-right: 0;
}

@media (max-width: 62.5em) {
  .nrc_body main .release__links li {
    width: 100%;
  }
}

.nrc_body main .release__links--text {
  font-size: 1.4rem;
  margin: 1em 0;
  padding: 0;
}

.nrc_body main .release__links--text p {
  margin: 0;
  padding-bottom: 0.5em;
}

.nrc_body main .release__links--text p:last-child {
  padding-bottom: 0;
}

.nrc_body main .attractor {
  color: var(--clr-nrc-blue);
  font-weight: 700;
}

.nrc_body main .attractor h1 {
  font-size: 3rem;
  font-weight: 500;
}

.nrc_body main .attractor h1 span {
  font-size: 6rem;
  font-weight: 800;
  line-height: 0.9;
}

.nrc_body main .attractor h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nrc_body main .attractor h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.nrc_body main .attractor hr {
  border-top: 2px solid var(--clr-nrc-orange);
}

.nrc_body main .related {
  text-align: center;
}

.nrc_body main .related__details {
  padding: 0;
}

.nrc_body main .related__details--subgroup {
  background-color: var(--clr-nrc-blue);
  padding: 1em 0;
}

.nrc_body main .related__details h3 {
  color: var(--clr-neutral);
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 1em;
}

.nrc_body main .related__details input {
  display: none;
}

.nrc_body main .related__details__toggle {
  background-color: #001871;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: inherit;
  font-weight: 700;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
}

.nrc_body main .related__details__toggle label {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 1em 0;
  text-transform: uppercase;
  width: 100%;
}

.nrc_body main .related__details__toggle label span {
  color: #ffffff;
}

.nrc_body main .related__details__toggle label span:before {
  content: attr(data-show);
}

.nrc_body main .related__details__toggle label span::after {
  content: "\000a0 \0002b";
}

.nrc_body main .related__content {
  background-color: var(--clr-neutral);
  width: 100%;
  margin-top: 3em;
  -webkit-transition: max-height .4s ease;
  transition: max-height .4s ease;
  max-height: 0;
  width: 100%;
  overflow: hidden;
}

.nrc_body main .related__content h3.sub-hdr {
  color: var(--clr-dark);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em 0;
}

.nrc_body main .related__content h3.sub-hdr span {
  font-weight: 400;
}

.nrc_body main .related__content__more {
  margin: 2em 1em;
  text-align: left;
}

.nrc_body main .related__content__more__urls {
  font-size: 1.8rem;
  font-weight: 700;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}

.nrc_body main .related__content__more__urls li {
  padding-left: 3em;
  margin-bottom: 1em;
  position: relative;
}

.nrc_body main .related__content__more__urls li::before {
  background: url("images/i-dwnld.png");
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 1em;
  position: absolute;
  left: 0;
  top: -0.2em;
}

.nrc_body main .related input:checked ~ .related__content {
  max-height: 700px;
}

.nrc_body main .related input:checked + button span {
  color: #ffffff;
}

.nrc_body main .related input:checked + button span:before {
  content: attr(data-hide);
}

.nrc_body main .related input:checked + button span::after {
  content: "\000a0 \02212";
}

.nrc_body main .resource {
  margin: 4em 0 5em 0;
}

.nrc_body main .resource header {
  margin: 0 auto;
  text-align: center;
  width: 75%;
}

@media (max-width: 42em) {
  .nrc_body main .resource header {
    width: 100%;
  }
}

.nrc_body main .resource header p {
  color: var(--clr-dark);
  font-weight: 500;
  padding: 1em 2em;
}

.nrc_body main .resource header h3 {
  border-bottom: 2px solid var(--clr-nrc-orange);
  color: var(--clr-nrc-blue);
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  padding: 1em 4em;
}

.nrc_body main .resource__content {
  margin-right: 1em;
}

@media (max-width: 42em) {
  .nrc_body main .resource__content {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.nrc_body main .resource__content:last-child {
  margin-right: 0;
}

.nrc_body main .resource__content img {
  border: 1px solid var(--clr-nrc-orange);
  max-width: 330px;
}

@media (max-width: 42em) {
  .nrc_body main .resource__content img {
    max-width: 100%;
  }
}

.nrc_body main .resource__content h4 {
  color: var(--clr-nrc-blue);
  font-size: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}

.nrc_body main .resource__content p {
  font-weight: 400;
  line-height: 1.5;
  margin: 1em 0;
}

.nrc_body main .resource__content button {
  margin-bottom: 1em;
  width: 100%;
}

.nrc_body main .resource__content .new-topic {
  color: var(--clr-nrc-blue);
  font-weight: 600;
}

.nrc_body main .resource__content .neat-list {
  margin: 0;
  padding: 0;
}

.nrc_body main .resource__content .neat-list li {
  margin: 1em 0 1em 1.2em;
}

.nrc_body main .resource ul.events {
  list-style: none;
  margin: 1em 0;
}

.nrc_body main .resource ul.events li {
  padding: 0 0 2em 4em;
  position: relative;
}

.nrc_body main .resource ul.events li::before {
  background-color: var(--clr-nrc-blue);
  border: 1px solid var(--clr-nrc-orange);
  content: attr(event-date);
  color: var(--clr-neutral);
  font-size: 0.9em;
  margin-right: 1em;
  padding: 0.3em;
  position: absolute;
  left: 0;
  text-align: center;
  width: 3em;
}

.nrc_body main .resource ul.events.promo p {
  margin: 0 0 0.5em 0;
}

.nrc_body main .resource ul.events.promo .upper-bold {
  color: var(--clr-nrc-blue);
  font-weight: 700;
}

.nrc_body main .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 42em) {
  .nrc_body main .split {
    display: block;
  }
}

.nrc_body main .split__lt {
  -o-object-fit: contain;
     object-fit: contain;
}

.nrc_body main .split__rt {
  padding: 0 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.nrc_body main .split--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
}

.nrc_body main .split--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nrc_body main .split.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nrc_body main .medals .civics-icon,
.nrc_body main .medals .history-icon {
  float: right;
  text-align: center;
}

.nrc_body main .medals .civics-icon::before,
.nrc_body main .medals .history-icon::before {
  border: 1px solid var(--clr-nrc-orange);
  border-radius: 100%;
  display: block;
  padding: 0.7em;
}

.nrc_body main .medals .civics-icon::after,
.nrc_body main .medals .history-icon::after {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.3em;
}

.nrc_body main .medals .civics-icon::before {
  content: url(images/civics-icon.png);
}

.nrc_body main .medals .history-icon::before {
  content: url(images/history-icon.png);
}

.nrc_body main .medals .civics-icon::after {
  content: "Civics";
}

.nrc_body main .medals .history-icon::after {
  content: "US History";
}

.nrc_body main .medals .amplify {
  display: block;
  font-size: large;
  font-weight: 700;
}

.nrc_body main .medals::after {
  /* clear for the civics/history icons floated right  */
  content: "";
  clear: both;
  display: table;
}

.nrc_body main .bubble {
  border-collapse: separate;
  border-spacing: 1em;
  display: table;
  font-size: 1.8rem;
}

@media (max-width: 42em) {
  .nrc_body main .bubble {
    display: block;
  }
}

.nrc_body main .bubble p {
  margin: 0;
}

.nrc_body main .bubble__cell {
  border: 1px solid var(--clr-nrc-orange);
  border-radius: 2rem;
  display: table-cell;
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  width: calc(100% / 3);
}

.nrc_body main .bubble__cell:last-child {
  border-spacing: 0;
}

@media (max-width: 42em) {
  .nrc_body main .bubble__cell {
    display: block;
    width: 100%;
  }
}

.nrc_body main .bubble__title {
  background-color: var(--clr-nrc-blue);
  color: var(--clr-neutral);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 1em;
}

.nrc_body main .bubble__des {
  padding: 0.5em 3em 1em 3em;
  font-weight: 400;
}

.nrc_body main .bubble__action {
  font-weight: 700;
  padding-bottom: 0.5em;
}

.nrc_body main .select-it {
  border: 1px solid var(--clr-nrc-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  margin: 0 auto;
  max-width: 30em;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 50em) {
  .nrc_body main .select-it {
    margin: 1em;
  }
}

.nrc_body main .select-it:after {
  content: "\25BC";
  color: var(--clr-nrc-orange);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.nrc_body main .select-it select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-color: var(--clr-nrc-green);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--clr-neutral);
  border: 1px dotted transparent;
  color: var(--clr-nrc-green);
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 2.5em;
  text-align: center;
}

.nrc_body main .select-it select:focus {
  border: 1px dotted var(--clr-nrc-green);
}

.nrc_body main .select-it select::-ms-expand {
  display: none;
}

.nrc_body main .data-table {
  position: relative;
  /* supporting the loading spinner */
}

.nrc_body main .data-table input[type="checkbox"] {
  display: none;
}

.nrc_body main .data-table .icon-increase {
  background-color: var(--clr-nrc-blue);
}

.nrc_body main .data-table .icon-increase::before {
  color: var(--clr-neutral);
  content: '\f062';
}

.nrc_body main .data-table .icon-decrease {
  background-color: #bad9ee;
}

.nrc_body main .data-table .icon-decrease::before {
  color: var(--clr-nrc-blue);
  content: '\f063';
}

.nrc_body main .data-table .nosig {
  background-color: #aaa;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.nrc_body main .data-table .nosig::before {
  content: '\0020';
}

.nrc_body main .data-table .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 42em) {
  .nrc_body main .data-table .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 42em) {
  .nrc_body main .data-table .footer .toggle-more {
    width: unset;
  }
}

.nrc_body main .data-table .footer .toggle-more button#buttonToggle {
  background-color: var(--clr-nrc-orange-lt);
  border: 1px solid var(--clr-nrc-orange);
  border-top: none;
  color: var(--clr-nrc-green);
  display: block;
  font-family: var(--ff-primary);
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 600px) {
  .nrc_body main .data-table .footer .toggle-more button#buttonToggle {
    border-top: 1px solid var(--clr-nrc-orange);
  }
}

.nrc_body main .data-table .footer .toggle-more button#buttonToggle:focus {
  border: 1px dotted var(--clr-nrc-green);
  outline: none;
}

.nrc_body main .data-table .footer .toggle-more button#buttonToggle:hover {
  background-color: var(--clr-nrc-green);
  color: var(--clr-neutral);
}

.nrc_body main .data-table .footer .toggle-more button#buttonToggle label {
  cursor: pointer;
  display: block;
  font-weight: 500 !important;
  padding: 0.5em 3em;
}

.nrc_body main .data-table .footer .toggle-more button#buttonToggle label:before {
  content: attr(data-show);
}

.nrc_body main .data-table .footer .toggle-more input:checked ~ #buttonToggle label:before {
  content: attr(data-hide);
}

.nrc_body main .data-table .footer .toggle-more input:checked + table tbody.more-table {
  visibility: visible;
}

.nrc_body main .data-table .footer .legend {
  width: 47%;
}

@media (max-width: 42em) {
  .nrc_body main .data-table .footer .legend {
    width: unset;
  }
}

.nrc_body main .data-table .footer .legend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.nrc_body main .data-table .footer .legend ul li {
  margin-right: 1em;
  text-align: center;
  width: 8em;
}

.nrc_body main .data-table .footer .legend ul li:last-of-type {
  margin-right: 0;
}

.nrc_body main .data-table .footer .legend ul li .define {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}

.nrc_body main .data-table .footer .legend ul li [role="img"] {
  font-size: 1rem;
}

.nrc_body main .data-table .footer .legend ul li .nosig {
  margin-bottom: 0.2em;
}

.nrc_body main .data-table table tbody.more-table {
  opacity: 0;
  max-height: 0;
  display: none;
}

.nrc_body main .data-table input:checked ~ .footer .toggle-more #buttonToggle label:before {
  content: attr(data-hide);
}

.nrc_body main .data-table input:checked ~ table tbody.more-table {
  max-height: 1000px;
  opacity: 1;
  display: table-row-group;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nrc_body main .data-table .its-loading {
  content: "loading...";
  display: none;
  margin: 1em auto;
  border: 10px solid var(--clr-nrc-orange-lt);
  border-radius: 50%;
  border-top: 10px solid var(--clr-nrc-orange);
  width: 3em;
  height: 3em;
  -webkit-animation: visual 2s linear infinite;
          animation: visual 2s linear infinite;
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1000;
}

@-webkit-keyframes visual {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes visual {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.nrc_body main .data-table span[class^="icon-"] {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 2em;
  width: 2em;
}

.nrc_body main .data-table span[class^="icon-"]::before {
  font-family: "Font Awesome\ 5 Free";
  line-height: 2;
}

.nrc_body main .data-table table {
  border-collapse: collapse;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
  width: 100%;
}

.nrc_body main .data-table table caption {
  margin: 0 auto;
  width: 75%;
}

@media (max-width: 42em) {
  .nrc_body main .data-table table caption {
    width: 100%;
  }
}

.nrc_body main .data-table table caption p {
  color: var(--clr-dark);
  font-weight: 500;
  padding: 1em 0;
}

.nrc_body main .data-table table caption h3 {
  border-bottom: 2px solid var(--clr-nrc-orange);
  color: var(--clr-nrc-blue);
  font-size: 2.7rem;
  font-weight: 700;
  padding: 1em 4em;
}

@media (max-width: 42em) {
  .nrc_body main .data-table table caption h3 {
    padding: 1em 0;
  }
}

.nrc_body main .data-table table thead th:first-child,
.nrc_body main .data-table table tbody th:first-child {
  text-align: left;
  padding-left: 1em;
}

@media (max-width: 42em) {
  .nrc_body main .data-table table thead th:first-child,
  .nrc_body main .data-table table tbody th:first-child {
    padding-left: 0.5em;
  }
}

.nrc_body main .data-table table thead tr th,
.nrc_body main .data-table table tbody tr th,
.nrc_body main .data-table table tbody tr td {
  text-align: center;
  padding: 0.5em;
}

@media (max-width: 42em) {
  .nrc_body main .data-table table thead tr th,
  .nrc_body main .data-table table tbody tr th,
  .nrc_body main .data-table table tbody tr td {
    padding: 0.3em;
  }
}

.nrc_body main .data-table table thead tr th {
  background-color: var(--clr-nrc-blue);
  color: var(--clr-neutral);
  vertical-align: bottom;
}

.nrc_body main .data-table table thead tr th:first-child {
  border-left: 1px solid var(--clr-nrc-blue);
}

.nrc_body main .data-table table thead tr:first-child th {
  border-right: 1px solid var(--clr-neutral);
}

.nrc_body main .data-table table thead tr:first-child th:last-child {
  border-right: 1px solid var(--clr-nrc-blue);
}

.nrc_body main .data-table table thead tr:last-child th {
  background-color: var(--clr-neutral);
  border-right: 1px solid var(--clr-nrc-blue-lt);
  border-bottom: 1px solid var(--clr-nrc-blue-lt);
  color: var(--clr-nrc-blue);
  text-align: center;
}

.nrc_body main .data-table table tbody tr th, .nrc_body main .data-table table tbody tr td {
  border-right: 1px solid var(--clr-nrc-blue-lt);
  border-bottom: 1px solid var(--clr-nrc-blue-lt);
}

.nrc_body main .data-table table tbody tr th {
  border-left: 1px solid var(--clr-nrc-blue-lt);
}

.nrc_body main .data-table table tbody tr.last-row-for-subject th, .nrc_body main .data-table table tbody tr.last-row-for-subject td {
  border-bottom: 2px solid var(--clr-nrc-blue);
}

@media (max-width: 600px) {
  .nrc_body main .data-table table thead {
    display: none;
  }
  .nrc_body main .data-table table tbody tr {
    border: 1px solid var(--clr-nrc-blue-lt);
    display: block;
    margin-bottom: .625em;
  }
  .nrc_body main .data-table table tbody tr th:first-child {
    background-color: var(--clr-nrc-blue);
    color: var(--clr-neutral);
    display: block;
  }
  .nrc_body main .data-table table tbody tr th, .nrc_body main .data-table table tbody tr td {
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-align: left;
  }
  .nrc_body main .data-table table tbody tr td::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-transform: uppercase;
    width: 60%;
  }
  .nrc_body main .data-table table tbody tr td:last-child {
    border-bottom: 0;
  }
  .nrc_body main .data-table table tbody tr.last-row-for-subject td,
  .nrc_body main .data-table table tbody tr td {
    border-bottom: 1px solid var(--clr-nrc-blue-lt);
    display: block;
  }
}

* {
  -webkit-transition-property: background-color, border-color, color, height, opacity, text-shadow, -webkit-box-shadow, -webkit-text-decoration, -webkit-transform;
  transition-property: background-color, border-color, color, height, opacity, text-shadow, -webkit-box-shadow, -webkit-text-decoration, -webkit-transform;
  transition-property: background-color, border-color, box-shadow, color, height, opacity, text-decoration, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, height, opacity, text-decoration, text-shadow, transform, -webkit-box-shadow, -webkit-text-decoration, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
