.specification-table tr[data-pack-img] td[data-pack-clickable="true"]{
  cursor: pointer;
}

.specification-table tr[data-pack-img] td[data-pack-clickable="true"]:hover{
  text-decoration: underline;
}

