/*
Custom css
*/
.table-theme .show-on-hover {
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.table-theme tr:hover .show-on-hover {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */