.white {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.black {
  background-color: #000000; }

.black-text {
  color: #000000; }

.black-highlight {
  background-color: #3e3e3e; }

.black-highlight-text {
  color: #3e3e3e; }

.strike-through {
  text-decoration: line-through; }

.dark-grey {
  background-color: #2d2d2d; }

.dark-grey-text {
  color: #2d2d2d; }

.light-grey {
  background-color: #777; }

.light-grey-text {
  color: #777; }

.lightish-grey {
  background-color: #d6d6d6; }

.lightish-grey-text {
  color: #d6d6d6; }

.lighter-grey {
  background-color: #f3f3f3; }

.lighter-grey-text {
  color: #f3f3f3; }

.lightest-grey {
  background-color: #efefef; }

.lightest-grey-text {
  color: #efefef; }

.shadow-grey {
  background-color: #d3d3d3; }

.shadow-grey-text {
  color: #d3d3d3; }

.green {
  background-color: #376e26; }

.green-text {
  color: #376e26; }

.light-green {
  background-color: #4a9035; }

.light-green-text {
  color: #4a9035; }

.light-blue {
  background-color: #E7E9F1; }

.light-blue-text {
  color: #E7E9F1; }

.dark-blue {
  background-color: #293b6e; }

.dark-blue-text {
  color: #293b6e; }

.blue-highlight {
  background-color: #4a67b3; }

.red {
  background-color: #dc0423; }

.red-text {
  color: #dc0423; }

.yellow {
  background-color: #ffff00; }

.yellow::before {
  background-color: #ffff00; }

.yellow::marker {
  background-color: #ffff00; }

.update-highlight {
  background-color: #ffff00;
  display: inline !important; }

.update-highlight:before {
  background-color: #ffff00;
  display: inline !important; }

.consumerlab-blue {
  background-color: #1C449B; }

.consumerlab-blue-text {
  color: #1C449B; }

.passedTest {
  background-color: rgba(74, 144, 53, 0.3); }

.failedTest {
  background-color: rgba(220, 4, 35, 0.3); }

.survey .content .intro {
  font-size: 1.35rem; }

.survey .content .survey-box {
  background-color: #f3f3f3;
  border-radius: 10px;
  margin: 1rem 0 3rem 0;
  padding: 1rem; }
  .survey .content .survey-box .analysis-segment {
    margin-bottom: 1.5rem; }
    .survey .content .survey-box .analysis-segment p {
      margin-top: 1rem; }
  .survey .content .survey-box h4 {
    font-weight: bold; }
    .survey .content .survey-box h4.special {
      color: #dc0423; }
  .survey .content .survey-box ul {
    margin-top: 0;
    margin-bottom: 0; }
  .survey .content .survey-box ul.figures {
    margin-left: 15px;
    padding-left: 0; }
    .survey .content .survey-box ul.figures .figure {
      color: #1C449B; }

.survey .content .previous-surveys {
  margin: 1rem 0 2rem 0; }
  .survey .content .previous-surveys dt {
    border-top: 1px solid #d6d6d6;
    font-size: 1.1rem;
    margin: 0.5rem 0;
    padding-top: 0.5rem; }
  .survey .content .previous-surveys dt:first-child {
    border-top: none; }
  .survey .content .previous-surveys dd a {
    display: inline-block;
    margin-right: 1rem; }
  .survey .content .previous-surveys dd .fa-file-pdf {
    color: #dc0423; }
