/* Start custom CSS *//* Sticky "Aspect" column for the comparison table on mobile */
@media (max-width: 600px) {
  .entity-table-scroll table th:first-child,
  .entity-table-scroll table td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  .entity-table-scroll table tr:nth-child(even) td:first-child {
    background: #fafafa;
  }
}/* End custom CSS */