.alfa {
  color: #ef5552;
}
.beta {
  color: #ffa724;
}
.finished {
  color: #2FB176;
}
.production {
  color: #b0eb00;
}

@media (max-width: 768px) {
  table thead th:not(:first-child):not(:nth-child(2)),
  table tbody td:not(:first-child):not(:nth-child(2)) {
    display: none;
  }

  table * {
    font-size: 0.7rem;
  }

  table td:first-child {
    white-space: nowrap;
  }
  table tbody td:nth-child(2) .responsive-extra {
    /*display: block;*/
    /*margin-top: 0.5rem;*/
    /*font-size: 0.75rem;*/
    color: #666;
  }

  table tbody td:nth-child(2) .responsive-extra strong {
    font-weight: bold;
  }
}

