/**
 * @file carbon-impact-evaluator-table.scss
 * Style implementation file for Carbon impact evaluator table.
 *
 */
.carbon-table thead {
  background: #86c8b4;
  color: #2f4f4f;
}
.carbon-table tbody {
  background: rgba(134, 200, 180, 0.3607843137);
}
