#reportcard {
  color: #3f3e3a !important;
  border-color: #989993 !important;
}

body {
  background-color: #222222;
}

#my-reportcard-intro span.user-ign {
  color: #4a9085 !important;
}

#mission-table tr:first-child,
#grading-guide-table-header,
#mytable_header {
  background-color: #e4e5e1 !important;
}

@media (max-width: 64em) {
  .mytable_row li:nth-child(4) {
    background-color: #e4e5e1;
  }
}

#reportcard button {
  background-color: #4a9085 !important;
  color: white !important;
}
@media (min-width: 37.5625em) {
  #reportcard button:hover {
    background-color: #56a89c !important;
  }
}

#reportcard button[popovertarget] {
  background-color: transparent !important;
  color: black !important;
  font-size: 12px;
}
#reportcard button[popovertarget]:hover {
  background-color: transparent !important;
}

#reportcard .reportcard__title {
  background-image: url("../images/skin/paper_top.png");
}

#reportcard .reportcard__title::after,
#reportcard .reportcard__body,
#reportcard .reportcard__footer::before {
  background-image: url("../images/skin/paper_tile.png");
}

#reportcard .reportcard__footer {
  background-image: url("../images/skin/paper_bottom.png");
}

body > div {
  background-image: linear-gradient(0deg, rgb(34, 34, 34) 0%, transparent 20%), url("../images/skin/reportcard_bg_desktop.webp");
}
@media (max-width: 60em) {
  body > div {
    background-image: none;
    background-color: #ece9c8;
  }
}

#page-bottom-deco {
  background-image: url("../images/skin/reportcard_bg_bottom.webp");
}

/*# sourceMappingURL=theme.min.css.map */
